diff --git a/i3/.config/i3/catppuccin-mocha b/i3/.config/i3/catppuccin-mocha new file mode 100644 index 0000000..77749f6 --- /dev/null +++ b/i3/.config/i3/catppuccin-mocha @@ -0,0 +1,26 @@ +set $rosewater #f5e0dc +set $flamingo #f2cdcd +set $pink #f5c2e7 +set $mauve #cba6f7 +set $red #f38ba8 +set $maroon #eba0ac +set $peach #fab387 +set $yellow #f9e2af +set $green #a6e3a1 +set $teal #94e2d5 +set $sky #89dceb +set $sapphire #74c7ec +set $blue #89b4fa +set $lavender #b4befe +set $text #cdd6f4 +set $subtext1 #bac2de +set $subtext0 #a6adc8 +set $overlay2 #9399b2 +set $overlay1 #7f849c +set $overlay0 #6c7086 +set $surface2 #585b70 +set $surface1 #45475a +set $surface0 #313244 +set $base #1e1e2e +set $mantle #181825 +set $crust #11111b diff --git a/i3/.config/i3/config.rasi b/i3/.config/i3/config.rasi new file mode 100644 index 0000000..1c99303 --- /dev/null +++ b/i3/.config/i3/config.rasi @@ -0,0 +1,2614 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + rofi/basic/.config/rofi/config.rasi at main · catppuccin/rofi · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Skip to content + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + + + + +
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + +
+ +
+ +
+ +
+ + + + / + + rofi + + + Public +
+ + +
+ +
+ + +
+
+ +
+
+ + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + +

Latest commit

 

History

History
18 lines (16 loc) · 429 Bytes

config.rasi

File metadata and controls

18 lines (16 loc) · 429 Bytes
+
+ + + + +
+ +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index f815826..322dd80 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -120,6 +120,8 @@ vim.keymap.set("n", "", ":BufferPrevious", { desc = "Previous tab vim.keymap.set("n", "tl", ":BufferMoveNext", { desc = "Shift tab right", silent = true }) vim.keymap.set("n", "th", ":BufferMovePrevious", { desc = "Shift tab left", silent = true }) +-- Run Commands + -- Cargo run local function set_rust_keybindings() vim.keymap.set( @@ -140,6 +142,15 @@ local function set_python_keybindings() ) end +local function set_csharp_keybindings() + vim.keymap.set( + "n", + "vv", + ":terminal dotnet runi", + { desc = "DotNet Run", buffer = true, silent = true } + ) +end + -- Set up an autocmd group to run the function on BufRead or BufNewFile for Rust files vim.api.nvim_create_augroup("RustKeybindings", { clear = true }) vim.api.nvim_create_autocmd("FileType", { @@ -155,6 +166,13 @@ vim.api.nvim_create_autocmd("FileType", { group = "PythonKeybindings", }) +vim.api.nvim_create_augroup("CSharpKeybindings", { clear = true }) +vim.api.nvim_create_autocmd("FileType", { + pattern = "cs", + callback = set_csharp_keybindings, + group = "CSharpKeybindings", +}) + -- Nvim Tree vim.keymap.set("n", "n", "NvimTreeToggle", { desc = "Toggle Nvim Tree" }) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi new file mode 100644 index 0000000..2658c20 --- /dev/null +++ b/rofi/.config/rofi/config.rasi @@ -0,0 +1,2614 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + rofi/basic/.config/rofi/config.rasi at main · catppuccin/rofi · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Skip to content + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + + + + +
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + +
+ +
+ +
+ +
+ + + + / + + rofi + + + Public +
+ + +
+ +
+ + +
+
+ +
+
+ + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + +

Latest commit

 

History

History
18 lines (16 loc) · 429 Bytes

config.rasi

File metadata and controls

18 lines (16 loc) · 429 Bytes
+
+ + + + +
+ +
+ +
+
+ +
+ +
+

Footer

+ + + + +
+
+ + + + + © 2024 GitHub, Inc. + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml new file mode 100644 index 0000000..37bdeca --- /dev/null +++ b/starship/.config/starship.toml @@ -0,0 +1,150 @@ +format = """ +[](#9A348E)\ +$os\ +$username\ +[](bg:#DA627D fg:#9A348E)\ +$directory\ +[](fg:#DA627D bg:#FCA17D)\ +$git_branch\ +$git_status\ +[](fg:#FCA17D bg:#86BBD8)\ +$c\ +$elixir\ +$elm\ +$golang\ +$gradle\ +$haskell\ +$java\ +$julia\ +$nodejs\ +$nim\ +$rust\ +$scala\ +[](fg:#86BBD8 bg:#06969A)\ +$docker_context\ +[](fg:#06969A bg:#33658A)\ +$time\ +[ ](fg:#33658A)\ +\n $character +""" + +# Disable the blank line at the start of the prompt +add_newline = true + +[character] +success_symbol = '[](bold green) ' +error_symbol = '[](bold red) ' + +# You can also replace your username with a neat symbol like  or disable this +# and use the os module below +[username] +show_always = true +style_user = "bg:#9A348E" +style_root = "bg:#9A348E" +format = '[󰌪 ]($style)' +disabled = false + +# An alternative to the username module which displays a symbol that +# represents the current operating system +[os] +style = "bg:#9A348E" +disabled = true # Disabled by default + +[directory] +style = "bg:#DA627D" +format = "[ $path ]($style)" +truncation_length = 3 +truncation_symbol = "…/" +home_symbol = " " + +# Here is how you can shorten some long paths by text replacement +# similar to mapped_locations in Oh My Posh: +[directory.substitutions] +"Documents" = "󰈙 " +"Downloads" = " " +"Music" = " " +"Pictures" = " " +# Keep in mind that the order matters. For example: +# "Important Documents" = " 󰈙 " +# will not be replaced, because "Documents" was already substituted before. +# So either put "Important Documents" before "Documents" or use the substituted version: +# "Important 󰈙 " = " 󰈙 " + +[c] +symbol = " " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[docker_context] +symbol = " " +style = "bg:#06969A" +format = '[ $symbol $context ]($style)' + +[elixir] +symbol = " " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[elm] +symbol = " " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[git_branch] +symbol = "" +style = "bg:#FCA17D" +format = '[ $symbol $branch ]($style)' + +[git_status] +style = "bg:#FCA17D" +format = '[$all_status$ahead_behind ]($style)' + +[golang] +symbol = " " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[gradle] +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[haskell] +symbol = " " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[java] +symbol = " " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[julia] +symbol = " " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[nodejs] +symbol = "" +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[nim] +symbol = "󰆥 " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[rust] +symbol = "" +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[scala] +symbol = " " +style = "bg:#86BBD8" +format = '[ $symbol ($version) ]($style)' + +[time] +disabled = false +time_format = "%R" # Hour:Minute Format +style = "bg:#33658A" +format = '[ ♥ $time ]($style)' diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace-active.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index e48baca..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace-hover.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/calendar-arrow-left.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index dcf8298..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/calendar-arrow-right.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index ed66559..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox-dark.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox-dark.svg deleted file mode 100644 index 4fc10b5..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox-dark.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox-off.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index b00efa6..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox.svg deleted file mode 100644 index 6fbd99a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close-active.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close-active.svg deleted file mode 100644 index 06bc45b..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close-hover.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close-hover.svg deleted file mode 100644 index 65499ad..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close.svg deleted file mode 100644 index b496e8f..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/close.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/corner-ripple.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index 9f17f00..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton-dark.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton-dark.svg deleted file mode 100644 index fedaf33..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton-dark.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton-off.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index b00efa6..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton.svg deleted file mode 100644 index 7047bbb..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-off.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-off.svg deleted file mode 100644 index d09c478..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-on-dark.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-on-dark.svg deleted file mode 100644 index 090a79d..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-on-dark.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-on.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-on.svg deleted file mode 100644 index 0474e6b..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/trash-icon.svg b/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/trash-icon.svg deleted file mode 100644 index d78a123..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/cinnamon.css b/themes/.themes/Catppuccin-Dark-BL/cinnamon/cinnamon.css deleted file mode 100644 index 8d08690..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/cinnamon/cinnamon.css +++ /dev/null @@ -1,2367 +0,0 @@ -stage { - color: #eff1f5; -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button { - min-height: 24px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 12px; - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); -} - -.sound-button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.sound-button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.sound-button:hover:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.3); - border-radius: 12px; -} - -.sound-button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.3); - border-radius: 12px; -} - -.sound-button:insensitive { - color: rgba(239, 241, 245, 0.5); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; -} - -.notification-button, .notification-icon-button, .menu #notification .notification-button, -.menu #notification .notification-icon-button, .popup-menu #notification .notification-button, -.popup-menu #notification .notification-icon-button, #notification .notification-button, -#notification .notification-icon-button, .calendar-today-home-button, -.calendar-today-home-button-enabled { - border-radius: 12px; - color: rgba(239, 241, 245, 0.7); - background-color: transparent; -} - -.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, -#notification .notification-icon-button:hover, .calendar-today-home-button:hover, -.calendar-today-home-button-enabled:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, -#notification .notification-icon-button:active, .calendar-today-home-button:active, -.calendar-today-home-button-enabled:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.3); - border-radius: 12px; -} - -.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, -#notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, -.calendar-today-home-button-enabled:insensitive { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; - border-radius: 12px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 24px; - padding: 6px 30px; - transition-duration: 100ms; - border-radius: 12px; - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #cba6f7; -} - -.modal-dialog-button-box .modal-dialog-button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.3); -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 3px 12px; - min-height: 24px; - caret-size: 1px; - selection-background-color: #cba6f7; - selected-color: rgba(30, 30, 46, 0.87); - transition-duration: 300ms; - border-radius: 12px; - color: #eff1f5; - border: 2px solid transparent; - background-color: rgba(239, 241, 245, 0.04); -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid #cba6f7; -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - border: 2px solid transparent; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #df8e1d; - padding: 0 6px; -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(49, 50, 68, 0.1); - border-radius: 9999px; -} - -StScrollBar StButton#vhandle, -StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: #72727e; - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, -StScrollBar StButton#hhandle:hover { - background-color: #5d5d6a; -} - -StScrollBar StButton#vhandle:active, -StScrollBar StButton#hhandle:active { - background-color: #cba6f7; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(239, 241, 245, 0.12); - -slider-border-color: transparent; - -slider-active-background-color: #cba6f7; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.check-box CinnamonGenericContainer { - spacing: 0.2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 24px; - height: 24px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox-dark.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: 0.2em; - min-height: 30px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 24px; - height: 24px; -} - -.radiobutton StBin, .radiobutton:focus StBin { - background-image: url("assets/radiobutton-off.svg"); -} - -.radiobutton:checked StBin, .radiobutton:focus:checked StBin { - background-image: url("assets/radiobutton-dark.svg"); -} - -.toggle-switch { - width: 46px; - height: 24px; - background-size: contain; -} - -.toggle-switch, .popup-menu-item:active .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked, .popup-menu-item:active .toggle-switch:checked { - background-image: url("assets/toggle-on-dark.svg"); -} - -.cinnamon-link { - color: #8fcbe8; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #b9dff1; -} - -#Tooltip { - border-radius: 9999px; - padding: 6px 12px; - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; - margin: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 0; - color: #eff1f5; - border-radius: 12px; - margin: 6px; - box-shadow: none; - /* @if $outline == 'true' { - border: 2px solid $primary; - } */ -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - border-radius: 12px; - background-gradient-direction: none; - box-shadow: none; - background-color: #3d404f; - color: rgba(239, 241, 245, 0.7); -} - -.menu .popup-sub-menu .popup-menu-item:active, -.popup-menu .popup-sub-menu .popup-menu-item:active, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, -.menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - padding: 6px; - border-radius: 12px; - background-color: #292c3c; - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: 6px 12px; - spacing: 12px; - border-radius: 12px; -} - -.menu .popup-menu-item:hover, .menu .popup-menu-item:active, -.popup-menu .popup-menu-item:hover, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:hover, -.popup-combo-menu .popup-menu-item:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(239, 241, 245, 0.5); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: rgba(239, 241, 245, 0.5); -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(239, 241, 245, 0.12); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(239, 241, 245, 0.5); -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 12px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.popup-combo-menu { - padding: 6px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 0; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 0; - margin: 0; - padding: 0; - border-color: rgba(239, 241, 245, 0.12); - border-bottom-width: 0; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: 0.5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: 0.5em; -} - -#panel { - font-weight: bold; - height: 36px; - width: 42px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(210, 15, 57, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(210, 15, 57, 0.35); - background-gradient-end: rgba(210, 15, 57, 0.35); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(30, 102, 245, 0.35); - background-gradient-end: rgba(30, 102, 245, 0.35); -} - -#panelRight:ltr { - padding-left: 6px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 6px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(64, 160, 43, 0.35); - background-gradient-end: rgba(64, 160, 43, 0.35); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: rgba(239, 241, 245, 0.7); - font-size: 1em; - padding: 0px; - background-color: rgba(30, 30, 46, 0.75); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.panel-dummy { - background-color: rgba(210, 15, 57, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(210, 15, 57, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: rgba(239, 241, 245, 0.7); -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: rgba(239, 241, 245, 0.7); -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: rgba(24, 24, 37, 0.9); - border: 1px solid rgba(24, 24, 37, 0.9); - color: #eff1f5; - spacing: 25px; - border-radius: 12px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -.window-caption#selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - border: 1px solid #cba6f7; - spacing: 25px; -} - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 12px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid transparent; -} - -.expo-workspaces-name-entry:focus, -.expo-workspaces-name-entry#selected:focus { - border: 1px solid #cba6f7; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - font-style: italic; - transition-duration: 300; - selection-background-color: rgba(30, 30, 46, 0.87); - selected-color: #cba6f7; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 0; -} - -.expo-workspace-thumbnail-frame#active { - border: 4px solid #cba6f7; - background-color: black; - border-radius: 0; -} - -.expo-background { - background-color: #181825; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 13px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 12px; - background-color: #313244; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -#LookingGlassDialog { - background-color: #313244; - spacing: 6px; - padding: 6px; - margin: 32px; - border-radius: 12px; - color: #eff1f5; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - border: none; -} - -.calendar-main-box { - margin: 0 0.8em; -} - -.calendar { - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-today-home-button, -.calendar-today-home-button-enabled { - margin: 6px 0; - padding: 6px; -} - -.calendar-today-day-label { - font-size: 1.75em; - color: rgba(239, 241, 245, 0.7); - font-weight: bold; - text-align: center; - padding-bottom: 0.1em; -} - -.calendar-today-date-label { - font-size: 1.1em; - color: rgba(239, 241, 245, 0.5); - font-weight: bold; - text-align: center; -} - -.calendar-month-label { - color: #eff1f5; - font-weight: bold; - padding-bottom: 8px; - padding-top: 8px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 2.4em; - height: 2.4em; - margin: 2px 0; - padding: 0; - border-radius: 9999px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(239, 241, 245, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(239, 241, 245, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.datemenu-date-label { - padding: 0.4em 1.75em; - font-weight: normal; - text-align: center; - font-size: 14px; - color: #eff1f5; - border-radius: 12px; -} - -.calendar-day-base { - text-align: center; - width: 2.4em; - height: 2.4em; - padding: 0; - margin: 2px; - border-radius: 9999px; -} - -.calendar-day-base:hover { - background-color: rgba(239, 241, 245, 0.04); -} - -.calendar-day-base:active { - background-color: rgba(239, 241, 245, 0.12); -} - -.calendar-day-heading { - color: rgba(239, 241, 245, 0.7); - margin-top: 1em; -} - -.calendar-day { - border-width: 0; - color: rgba(239, 241, 245, 0.7); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: #eff1f5; - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(239, 241, 245, 0.7); - opacity: 1; -} - -.calendar-week-number { - width: 2.4em; - height: 2.4em; - margin: 0; - color: rgba(239, 241, 245, 0.3); - font-weight: bold; - background-color: transparent; - border-radius: 9999px; -} - -.calendar-week-number StLabel { - padding: 0; - margin-top: 3px; -} - -.calendar-events-main-box { - height: 300px; - margin: 8px 0.8em 0 0; - padding: 8px; - min-width: 350px; - border: none; - border-radius: 12px; - background-gradient-direction: vertical; - background-gradient-start: rgba(239, 241, 245, 0.04); - background-gradient-end: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.7); -} - -.calendar-events-no-events-button { - margin: 6px 0; - padding: 6px; - border-radius: 12px; -} - -.calendar-events-no-events-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(239, 241, 245, 0.04); - background-gradient-end: rgba(239, 241, 245, 0.04); - box-shadow: none; -} - -.calendar-events-no-events-icon { - color: rgba(239, 241, 245, 0.5); -} - -.calendar-events-no-events-label { - font-size: 1.1em; - color: rgba(239, 241, 245, 0.5); - font-weight: bold; - text-align: center; - margin-top: 9px; -} - -.calendar-events-date-label { - padding: 3px 0 12px 3px; - font-size: 1.1em; - color: rgba(239, 241, 245, 0.7); - font-weight: bold; - text-align: center; -} - -.calendar-events-event-container { - padding: 2px; -} - -.calendar-events-main-box .separator { - -margin-horizontal: 1em; - -gradient-height: 1px; - -gradient-start: rgba(239, 241, 245, 0.12); - -gradient-end: rgba(239, 241, 245, 0.12); -} - -.calendar-event-button { - margin: 6px 0 6px 0; - border-radius: 12px; -} - -.calendar-event-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(239, 241, 245, 0.04); - background-gradient-end: rgba(239, 241, 245, 0.04); - box-shadow: none; -} - -.calendar-event-color-strip { - width: 4px; - border-radius: 4px 0 0 4px; -} - -.calendar-event-row-content { - margin: 6px; -} - -.calendar-event-time-past { - color: rgba(239, 241, 245, 0.32); - font-weight: bold; - text-align: left; - margin-bottom: 0.6em; -} - -.calendar-event-time-present { - font-weight: bold; - text-align: left; - margin-bottom: 0.6em; -} - -.calendar-event-time-present:all-day { - color: rgba(64, 160, 43, 0.6); -} - -.calendar-event-time-future { - text-align: left; - margin-bottom: 0.6em; -} - -.calendar-event-countdown { - color: rgba(239, 241, 245, 0.5); - font-weight: bold; - text-align: right; - margin-bottom: 0.6em; -} - -.calendar-event-countdown:soon { - color: #eff1f5; -} - -.calendar-event-countdown:imminent { - color: rgba(223, 142, 29, 0.6); -} - -.calendar-event-countdown:current { - color: rgba(64, 160, 43, 0.6); -} - -.calendar-event-summary { - color: rgba(239, 241, 245, 0.5); - text-align: left; - width: 200px; -} - -#notification { - border-radius: 12px; - padding: 12px; - spacing-rows: 9px; - spacing-columns: 9px; - margin-from-right-edge-of-screen: 18px; - width: 28em; - color: #eff1f5; - background-color: rgba(49, 50, 68, 0.8); - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - margin: 7px 12px 17px 12px; -} - -#notification .notification-button, -#notification .notification-icon-button { - padding: 6px; -} - -.menu #notification, .popup-menu #notification { - border: none; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.05); - box-shadow: none; - margin: 0; -} - -.menu #notification:hover, .popup-menu #notification:hover { - background-color: rgba(239, 241, 245, 0.1); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: #eff1f5; -} - -.menu #notification .notification-button, -.menu #notification .notification-icon-button, .popup-menu #notification .notification-button, -.popup-menu #notification .notification-icon-button { - padding: 6px; -} - -#notification.multi-line-notification { - padding-bottom: 12px; - color: #eff1f5; -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, -#notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 6px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 6px; -} - -#notification-body { - spacing: 6px; -} - -#notification-actions { - spacing: 9px; -} - -.notification-with-image { - min-height: 159px; - color: #eff1f5; -} - -.notification-button, .notification-icon-button { - padding: 6px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: #eff1f5; - background-color: #292c3c; - border: none; - border-radius: 12px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 12px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #cba6f7; -} - -.switcher-list .item-box:selected { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - border: 0px solid #cba6f7; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #eff1f5; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: rgba(239, 241, 245, 0.7); -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: #eff1f5; -} - -.modal-dialog { - color: #eff1f5; - background-color: rgba(18, 18, 27, 0.95); - padding: 0 5px 6px 5px; - border-radius: 12px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 6px 12px; - background-color: rgba(24, 24, 37, 0.9); - border-radius: 12px; - color: #eff1f5; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: #eff1f5; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #d20f39; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 5px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 3px 12px; - border-radius: 12px; - caret-color: #eff1f5; - selected-color: rgba(30, 30, 46, 0.87); - selection-background-color: #cba6f7; - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid transparent; -} - -.run-dialog-entry:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid #cba6f7; -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #df8e1d; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: #eff1f5; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: rgba(24, 24, 37, 0.9); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 12px; - box-shadow: none; - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); -} - -.keyboard-key:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.keyboard-key:active, .keyboard-key:checked { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.3); -} - -.keyboard-key:grayed { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -.keyboard-subkeys { - color: #eff1f5; - padding: 5px; - -arrow-border-radius: 12px; - -arrow-background-color: rgba(24, 24, 37, 0.9); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - margin-bottom: 6px; - padding: 6px; - transition-duration: 300; - background-color: rgba(239, 241, 245, 0.05); - border: none; - border-radius: 12px; -} - -.menu-favorites-button { - padding: 9px; - border: none; - border-radius: 6px; -} - -.menu-favorites-button:hover { - background-color: rgba(239, 241, 245, 0.1); -} - -.menu-places-box { - margin: auto; - padding: 9px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 9px; -} - -.menu-categories-box { - padding: 9px 30px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 9px 9px 0 9px; -} - -.menu-application-button { - padding: 6px; - border-radius: 12px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - padding: 6px; - border-radius: 12px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 6px; -} - -.menu-application-button-label:rtl { - padding-right: 6px; -} - -.menu StScrollView.menu-application-button { - padding: 3px 0; - border-radius: 12px; - background-color: #3d404f; - color: #eff1f5; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; - margin: 0 3px; - border-radius: 12px; - color: #eff1f5; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 6px 0 6px 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 6px 6px 6px 0; -} - -.menu-category-button { - padding: 6px; - border-radius: 12px; -} - -.menu-category-button-selected { - padding: 6px; -} - -.menu-category-button-hover, .menu-category-button-selected { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.menu-category-button-greyed { - padding: 6px; - color: rgba(239, 241, 245, 0.5); -} - -.menu-category-button-label:ltr { - padding-left: 6px; -} - -.menu-category-button-label:rtl { - padding-right: 6px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; - margin-bottom: 6px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: #eff1f5; - border-radius: 12px; -} - -.menu-search-entry-icon { - icon-size: 1em; - color: #eff1f5; -} - -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: rgba(239, 241, 245, 0.7); - background-color: rgba(30, 30, 46, 0.75); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: rgba(239, 241, 245, 0.7); - border-radius: 0; - background-color: rgba(30, 30, 46, 0.75); - border: none; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 12px; - color: #cba6f7; -} - -.osd-window .level-bar { - border-radius: 12px; - background-color: #cba6f7; -} - -.window-list-box { - spacing: 2px; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(210, 15, 57, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100ms; - color: rgba(239, 241, 245, 0.9); - border-radius: 0; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-top .window-list-item-box { - border-top: 2px solid transparent; -} - -.panel-top .window-list-item-box StIcon, -.panel-top .window-list-item-box StBin, -.panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom: 2px solid transparent; -} - -.panel-bottom .window-list-item-box StIcon, -.panel-bottom .window-list-item-box StBin, -.panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left: 2px solid transparent; -} - -.panel-left .window-list-item-box StIcon, -.panel-left .window-list-item-box StBin, -.panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right: 2px solid transparent; -} - -.panel-right .window-list-item-box StIcon, -.panel-right .window-list-item-box StBin, -.panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: rgba(239, 241, 245, 0.7); - background-gradient-direction: none; - background-color: rgba(239, 241, 245, 0.15); -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: rgba(239, 241, 245, 0.7); - background-gradient-direction: none; - background-color: rgba(239, 241, 245, 0.25); - border-color: rgba(239, 241, 245, 0.3); -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - background-color: rgba(239, 241, 245, 0.3); -} - -.window-list-item-box:focus { - color: rgba(239, 241, 245, 0.7); - background-gradient-direction: none; - background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(239, 241, 245, 0.7) 0%, rgba(239, 241, 245, 0.7) 100%); - border-color: #cba6f7; - background-color: rgba(239, 241, 245, 0.2); -} - -.window-list-item-box:focus:hover { - background-color: rgba(239, 241, 245, 0.3); -} - -.panel-top .window-list-item-box:focus { - background-position: top center; -} - -.panel-bottom .window-list-item-box:focus { - background-position: bottom center; -} - -.panel-left .window-list-item-box:focus { - background-position: left center; -} - -.panel-right .window-list-item-box:focus { - background-position: right center; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #40a02b; - background-gradient-end: #40a02b; - border-radius: 12px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #df8e1d; - background-gradient-end: #df8e1d; -} - -.window-list-preview { - padding: 6px; - spacing: 6px; - border: none; - background-color: #313244; - border-radius: 12px; - color: #eff1f5; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(210, 15, 57, 0.5); -} - -.grouped-window-list-thumbnail-menu { - padding: 6px; - margin: 6px; - background-color: #292c3c; - border-radius: 12px; - background-clip: border-box; - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 6px; - border-radius: 12px; - spacing: 6px; - margin: 1px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - background-color: rgba(239, 241, 245, 0.1); -} - -.grouped-window-list-thumbnail-menu .item-box:hover { - background-color: rgba(239, 241, 245, 0.15); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(239, 241, 245, 0.12); -} - -.grouped-window-list-number-label { - z-index: 120; - text-shadow: none; - color: rgba(30, 30, 46, 0.87); - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 2px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #cba6f7; -} - -.grouped-window-list-item-box { - font-weight: normal; - transition-duration: 100ms; - border: none; - margin: 0; - color: rgba(239, 241, 245, 0.6); - border-radius: 0; - spacing: 6px; - border-bottom: 2px solid transparent; -} - -.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { - padding: 0 2px; -} - -.grouped-window-list-item-box:hover { - color: rgba(239, 241, 245, 0.7); - background-gradient-direction: none; - background-color: rgba(239, 241, 245, 0.15); -} - -.grouped-window-list-item-box:active { - color: rgba(239, 241, 245, 0.7); - background-gradient-direction: none; - background-color: transparent; - border-color: rgba(239, 241, 245, 0.3); -} - -.grouped-window-list-item-box:active:hover { - background-color: rgba(239, 241, 245, 0.15); -} - -.grouped-window-list-item-box:focus { - color: rgba(239, 241, 245, 0.7); - background-gradient-direction: none; - background-color: rgba(239, 241, 245, 0.2); - border-color: #cba6f7; -} - -.grouped-window-list-item-box:focus:hover { - background-color: rgba(239, 241, 245, 0.3); -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #40a02b; - background-gradient-end: #40a02b; - border-radius: 12px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #df8e1d; - background-gradient-end: #df8e1d; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: 0.4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0 0; - margin-top: 6px; - border-radius: 12px; - background-color: #3d404f; - color: #eff1f5; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 9999px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(239, 241, 245, 0.12); -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(239, 241, 245, 0.3); -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 80px; - padding: 12px 18px; - spacing: 6px; - background-color: rgba(0, 0, 0, 0.45); - border: none; - border-radius: 0 0 12px 12px; - color: #eff1f5; - text-shadow: none; -} - -.sound-player-overlay StButton { - width: 16px; - height: 16px; - padding: 8px; - margin: 0 6px 6px; - color: #eff1f5; - border-radius: 9999px; - border: none; - text-shadow: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - background-color: rgba(239, 241, 245, 0.12); -} - -.sound-player-overlay StButton:active { - background-color: rgba(239, 241, 245, 0.3); -} - -.sound-player-overlay StButton:insensitive { - opacty: 0.35; - color: rgba(239, 241, 245, 0.5); -} - -.sound-player-overlay StLabel { - padding: 0 6px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid rgba(8, 8, 12, 0.9); - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: #14141f; - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #cba6f7; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: rgba(239, 241, 245, 0.7); - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #cba6f7; -} - -.workspace-button:hover { - color: #e6d5fb; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #cba6f7; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(60, 60, 92, 0.75); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(60, 60, 92, 0.75); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(70, 70, 108, 0.75); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(40, 40, 61, 0.75); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; - border-radius: 0; -} - -.panel-launcher:hover { - background-gradient-direction: none; - background-color: rgba(239, 241, 245, 0.1); -} - -.panel-launcher:active { - background-color: rgba(239, 241, 245, 0.2); -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; - border-radius: 0; -} - -.launcher:hover { - background-gradient-direction: none; - background-color: rgba(239, 241, 245, 0.1); -} - -.launcher:active { - background-color: rgba(239, 241, 245, 0.2); -} - -.launcher .icon-box { - padding: 2px; -} - -.applet-separator { - padding: 1px 3px; -} - -.applet-separator-line { - width: 1px; - background: rgba(239, 241, 245, 0.12); -} - -.applet-box { - padding: 0 6px; - color: rgba(239, 241, 245, 0.7); - text-shadow: none; - transition-duration: 100ms; - border-radius: 0; -} - -.applet-box.vertical { - padding: 6px 0; -} - -.applet-box:hover { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); -} - -.applet-box:checked, .applet-box:checked:hover { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.12); -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(210, 15, 57, 0.5); -} - -.applet-label { - font-weight: bold; - color: rgba(239, 241, 245, 0.7); -} - -.applet-box:checked .applet-label { - color: rgba(239, 241, 245, 0.7); - text-shadow: none; -} - -.applet-icon { - color: rgba(239, 241, 245, 0.7); - icon-size: 16px; -} - -.applet-box:checked .applet-icon { - color: rgba(239, 241, 245, 0.7); - text-shadow: none; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: #eff1f5; - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: #eff1f5; -} - -.desklet:highlight { - background-color: rgba(210, 15, 57, 0.5); -} - -.desklet-with-borders { - color: #eff1f5; - background-color: rgba(24, 24, 37, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(210, 15, 57, 0.5); -} - -.desklet-with-borders-and-header { - color: #eff1f5; - background-color: rgba(24, 24, 37, 0.9); - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(210, 15, 57, 0.5); -} - -.desklet-header { - color: #eff1f5; - background-color: rgba(24, 24, 37, 0.9); - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #cba6f7; - background-color: rgba(203, 166, 247, 0.3); -} - -.photoframe-box { - color: #eff1f5; - background-color: rgba(24, 24, 37, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.workspace-osd { - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: 0.5em 1em; -} - -.notification-applet-container { - max-height: 9999px; -} - -.tile-preview, -.tile-preview.snap, -.tile-hud, -.tile-hud.snap { - background-color: rgba(203, 166, 247, 0.3); - border: 1px solid #cba6f7; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/themes/.themes/Catppuccin-Dark-BL/cinnamon/thumbnail.png b/themes/.themes/Catppuccin-Dark-BL/cinnamon/thumbnail.png deleted file mode 100644 index 71411f9..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/cinnamon/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-arrow-left.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index ec8b478..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-arrow-right.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 6fc5556..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-today.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-today.svg deleted file mode 100644 index fc3fdf7..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-dark.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-dark.svg deleted file mode 100644 index a0cb2d1..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-dark.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off-active.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off-active.svg deleted file mode 100644 index 9cfdefd..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off-active.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off-hover.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off-hover.svg deleted file mode 100644 index ef5123a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off-hover.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index b00efa6..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 6394ccd..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/dash-placeholder.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/no-events.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/no-events.svg deleted file mode 100644 index 239177d..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/no-notifications.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index ae09f92..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/noise-texture.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 484f6c8..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/process-working.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-off.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 6cd17d8..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-on-dark.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-on-dark.svg deleted file mode 100644 index ae040d5..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-on-dark.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-on.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index 775d30d..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/view-app-grid.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/view-app-grid.svg deleted file mode 100644 index 7637e03..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/assets/view-app-grid.svg +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/gnome-shell.css b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/gnome-shell.css deleted file mode 100644 index 10d100e..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,4473 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* General Typography */ -.search-statustext, .app-folder-dialog .folder-name-container .folder-name-label, -.app-folder-dialog .folder-name-container .folder-name-entry { - font-weight: 800; - font-size: 20pt; -} - -.message-list .message-list-placeholder, .lg-debug-flags-header { - font-weight: 800; - font-size: 15pt; -} - -.quick-toggle-menu .header .title { - font-weight: 700; - font-size: 15pt; -} - -.bt-menu-placeholder.popup-menu-item { - font-weight: 700; - font-size: 13pt; -} - -.background-app-item .title, .message-list-controls, .world-clocks-button .world-clocks-header, .calendar .calendar-month-label, .lg-extension-name { - font-weight: 700; - font-size: 11pt; -} - -.quick-toggle-menu .header .subtitle, .app-menu .popup-inactive-menu-item:first-child > StLabel { - font-weight: 700; - font-size: 9pt; -} - -.icon-label-button-container, .background-app-item .subtitle, .message .message-header .message-header-content .event-time { - font-weight: 400; - font-size: 9pt; -} - -.calendar .calendar-week-number, .calendar .calendar-day-heading { - font-weight: 400; - font-size: 8pt; -} - -.calendar .calendar-day-heading { - font-feature-settings: 'tnum'; -} - -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(255, 255, 255, 0.3); - box-shadow: 0 0 2px 2px white; -} - -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #cba6f7; - -pie-background-color: rgba(255, 255, 255, 0.3); -} - -.magnifier-zoom-region { - border: 2px solid #cba6f7; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -.shell-link { - border-radius: 12px; - color: #8fcbe8; -} - -.shell-link:hover { - color: #8fcbe8; - background-color: rgba(143, 203, 232, 0.15); -} - -.shell-link:active { - color: #8fcbe8; - background-color: rgba(143, 203, 232, 0.25); -} - -.lowres-icon { - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -} - -.icon-dropshadow { - icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); -} - -/* Buttons */ -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button, .quick-settings-system-item .message .message-header .message-expand-button, .message .message-header .quick-settings-system-item .message-expand-button, -.quick-settings-system-item .message .message-header .message-close-button, -.message .message-header .quick-settings-system-item .message-close-button, .hotplug-notification-item, .button { - color: #eff1f5; - background-color: #313244; - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:focus, .quick-settings-system-item .background-app-item .close-button:focus, .background-app-item .quick-settings-system-item .close-button:focus, .quick-settings-system-item .message .message-header .message-expand-button:focus, .message .message-header .quick-settings-system-item .message-expand-button:focus, -.quick-settings-system-item .message .message-header .message-close-button:focus, -.message .message-header .quick-settings-system-item .message-close-button:focus, .hotplug-notification-item:focus, .button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:hover, .quick-settings-system-item .background-app-item .close-button:hover, .background-app-item .quick-settings-system-item .close-button:hover, .quick-settings-system-item .message .message-header .message-expand-button:hover, .message .message-header .quick-settings-system-item .message-expand-button:hover, -.quick-settings-system-item .message .message-header .message-close-button:hover, -.message .message-header .quick-settings-system-item .message-close-button:hover, .hotplug-notification-item:hover, .button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:active, .quick-settings-system-item .background-app-item .close-button:active, .background-app-item .quick-settings-system-item .close-button:active, .quick-settings-system-item .message .message-header .message-expand-button:active, .message .message-header .quick-settings-system-item .message-expand-button:active, -.quick-settings-system-item .message .message-header .message-close-button:active, -.message .message-header .quick-settings-system-item .message-close-button:active, .hotplug-notification-item:active, .button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:insensitive, .quick-settings-system-item .background-app-item .close-button:insensitive, .background-app-item .quick-settings-system-item .close-button:insensitive, .quick-settings-system-item .message .message-header .message-expand-button:insensitive, .message .message-header .quick-settings-system-item .message-expand-button:insensitive, -.quick-settings-system-item .message .message-header .message-close-button:insensitive, -.message .message-header .quick-settings-system-item .message-close-button:insensitive, .hotplug-notification-item:insensitive, .button:insensitive { - color: rgba(239, 241, 245, 0.35); - background-color: #313244; - box-shadow: none !important; -} - -.lg-obj-inspector-button, .candidate-page-button, .modal-dialog-linked-button, .icon-button.flat, .background-app-item .flat.close-button, .message .message-header .flat.message-expand-button, -.message .message-header .flat.message-close-button, .button.flat, .popup-menu .button { - color: #eff1f5; - background-color: transparent; - box-shadow: none !important; -} - -.lg-obj-inspector-button:focus, .candidate-page-button:focus, .modal-dialog-linked-button:focus, .icon-button.flat:focus, .background-app-item .flat.close-button:focus, .message .message-header .flat.message-expand-button:focus, -.message .message-header .flat.message-close-button:focus, .button.flat:focus, .popup-menu .button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.lg-obj-inspector-button:hover, .candidate-page-button:hover, .modal-dialog-linked-button:hover, .icon-button.flat:hover, .background-app-item .flat.close-button:hover, .message .message-header .flat.message-expand-button:hover, -.message .message-header .flat.message-close-button:hover, .button.flat:hover, .popup-menu .button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.lg-obj-inspector-button:active, .candidate-page-button:active, .modal-dialog-linked-button:active, .icon-button.flat:active, .background-app-item .flat.close-button:active, .message .message-header .flat.message-expand-button:active, -.message .message-header .flat.message-close-button:active, .button.flat:active, .popup-menu .button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.lg-obj-inspector-button:insensitive, .candidate-page-button:insensitive, .modal-dialog-linked-button:insensitive, .icon-button.flat:insensitive, .background-app-item .flat.close-button:insensitive, .message .message-header .flat.message-expand-button:insensitive, -.message .message-header .flat.message-close-button:insensitive, .button.flat:insensitive, .popup-menu .button:insensitive { - background-color: transparent; - color: rgba(239, 241, 245, 0.35); - box-shadow: none !important; -} - -.icon-button.default, .background-app-item .default.close-button, .message .message-header .default.message-expand-button, -.message .message-header .default.message-close-button, .button.default { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - box-shadow: none !important; -} - -.icon-button.default:focus, .background-app-item .default.close-button:focus, .message .message-header .default.message-expand-button:focus, -.message .message-header .default.message-close-button:focus, .button.default:focus { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(30, 30, 46, 0.08); - box-shadow: none !important; -} - -.icon-button.default:hover, .background-app-item .default.close-button:hover, .message .message-header .default.message-expand-button:hover, -.message .message-header .default.message-close-button:hover, .button.default:hover { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(30, 30, 46, 0.12); - box-shadow: none !important; -} - -.icon-button.default:insensitive, .background-app-item .default.close-button:insensitive, .message .message-header .default.message-expand-button:insensitive, -.message .message-header .default.message-close-button:insensitive, .button.default:insensitive { - color: rgba(30, 30, 46, 0.35); - background-color: #cba6f7; - box-shadow: none !important; -} - -.icon-button.default:active, .background-app-item .default.close-button:active, .message .message-header .default.message-expand-button:active, -.message .message-header .default.message-close-button:active, .button.default:active { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(30, 30, 46, 0.2); - box-shadow: none !important; -} - -.button { - min-height: 20px; - padding: 6px 12px; - border-radius: 12px; - border: none; -} - -.icon-button, .background-app-item .close-button, .message .message-header .message-expand-button, -.message .message-header .message-close-button { - border-radius: 9999px; - padding: 6px; - min-height: 1.091em; -} - -.icon-button StIcon, .background-app-item .close-button StIcon, .message .message-header .message-expand-button StIcon, -.message .message-header .message-close-button StIcon { - icon-size: 1.091em; - -st-icon-style: symbolic; -} - -.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { - color: #eff1f5; - background-color: transparent; - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { - color: rgba(239, 241, 245, 0.35); - background-color: #1e1e2e; - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:outlined, .screenshot-ui-type-button:outlined, .screenshot-ui-show-pointer-button:checked, .screenshot-ui-type-button:checked { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - box-shadow: none !important; -} - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: 0.8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 3px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-image: url("assets/checkbox-off-hover.svg"); -} - -.check-box:active StBin { - background-image: url("assets/checkbox-off-active.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox-dark.svg"); -} - -/* Activities Ripple */ -.ripple-box { - background-color: rgba(203, 166, 247, 0.35); - box-shadow: 0 0 2px 2px white; - width: 52px; - height: 52px; - border-radius: 0 0 52px 0; -} - -.ripple-box:rtl { - border-radius: 0 0 0 52px; -} - -/* Modal Dialogs */ -.candidate-popup-content, .modal-dialog { - background-color: #292c3c; - border-radius: 21px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35); -} - -.modal-dialog-linked-button:last-child { - color: #1e1e2e; - background-color: #cba6f7; -} - -.modal-dialog-linked-button:hover:last-child { - color: #1e1e2e; - background-color: #e4d0fb; -} - -.modal-dialog-linked-button:active:last-child { - color: #1e1e2e; - background-color: #bd8ff5; -} - -.modal-dialog-linked-button:insensitive:last-child { - color: #1e1e2e; - background-color: rgba(203, 166, 247, 0.05); -} - -.headline { - font-size: 13pt; -} - -.modal-dialog { - color: rgba(239, 241, 245, 0.7); - padding: 0 6px 6px 6px; -} - -.modal-dialog-linked-button { - min-height: 32px !important; - padding: 6px !important; - margin: 3px !important; - border: none !important; - border-radius: 12px; -} - -.modal-dialog-linked-button:first-child { - background-color: rgba(239, 241, 245, 0.04); -} - -.modal-dialog-linked-button:first-child:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.modal-dialog-linked-button:first-child:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.modal-dialog-linked-button:first-child:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.modal-dialog .modal-dialog-content-box { - margin: 30px 42px; - spacing: 30px; - max-width: 28em; -} - -.end-session-dialog { - width: 30em; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #df8e1d; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.lightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: rgba(239, 241, 245, 0.7); - font-size: 11pt; -} - -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 12px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: rgba(239, 241, 245, 0.7); - font-size: 11pt; -} - -.prompt-dialog { - width: 28em; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 11pt; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #d20f39; -} - -.prompt-dialog-info-label, -.prompt-dialog-null-label { - color: rgba(239, 241, 245, 0.5); -} - -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #df8e1d; -} - -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-device { - border: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.audio-selection-device:active { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.audio-selection-device-box { - padding: 18px; - spacing: 18px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -.welcome-dialog-image { - background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); - background-size: contain; - height: 300px; - width: 300px; -} - -/* Entries */ -StEntry, -.popup-menu .search-entry { - min-height: 20px; - padding: 6px 12px; - margin: 2px; - border-radius: 12px; - color: #eff1f5; - caret-color: #eff1f5; - selection-background-color: #cba6f7; - selected-color: rgba(30, 30, 46, 0.87); - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid transparent !important; - box-shadow: none !important; -} - -StEntry:hover, -.popup-menu .search-entry:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid rgba(239, 241, 245, 0.3) !important; - box-shadow: none !important; -} - -StEntry:focus, -.popup-menu .search-entry:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid #cba6f7 !important; - box-shadow: none !important; -} - -StEntry:insensitive, -.popup-menu .search-entry:insensitive { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.35); - box-shadow: none !important; -} - -StEntry StIcon.capslock-warning, -.popup-menu .search-entry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #df8e1d; - padding: 0; -} - -StEntry StIcon.peek-password, -.popup-menu .search-entry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text, -.popup-menu .search-entry StLabel.hint-text { - margin-left: 2px; - color: rgba(239, 241, 245, 0.5); -} - -.hotplug-notification-item { - padding: 12px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 12px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 12px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 12px 12px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 0 4px; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 12px; -} - -.candidate-popup-content { - color: rgba(239, 241, 245, 0.7); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15); - border: none; - margin: 3px 8px; - padding: 6px; - spacing: 6px; - border-radius: 12px; -} - -.candidate-index { - padding: 0 0.5em 0 0; - color: rgba(239, 241, 245, 0.7); -} - -.candidate-box:selected .candidate-index { - color: rgba(30, 30, 46, 0.6); -} - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 2px; - border-radius: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.candidate-box:hover { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.candidate-box:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -.candidate-box:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.candidate-box:last-child { - margin-right: 0; -} - -.candidate-page-button-box { - height: 2em; -} - -.vertical .candidate-page-button-box { - padding-top: 0.5em; -} - -.horizontal .candidate-page-button-box { - padding-left: 0.5em; -} - -.candidate-page-button { - padding: 4px 8px; - border-radius: 6px; -} - -.candidate-page-button-previous, -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1em; -} - -/* On-screen Keyboard */ -#keyboard { - background-color: #1d1d1d; - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 6px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container, -.keyboard-layout { - padding: 4px; - spacing: 4px; -} - -.keyboard-key { - font-size: 17pt; - font-weight: bold; - min-height: 1.2em; - min-width: 1.2em; - padding: 0 !important; - border-radius: 15px; - border: none; - color: rgba(239, 241, 245, 0.7); - background-color: #707070; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: #eff1f5; - background-color: #656565; -} - -.keyboard-key:checked, .keyboard-key:active { - color: #eff1f5; - background-color: #717171; -} - -.keyboard-key:grayed { - background-color: #4b4b4b; - color: rgba(239, 241, 245, 0.7); -} - -.keyboard-key.default-key { - background-color: #4b4b4b; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { - color: #eff1f5; - background-color: #585858; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active { - color: #eff1f5; - background-color: #6a6a6a; -} - -.keyboard-key.enter-key { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: rgba(30, 30, 46, 0.87); - background-color: #d9bdf9; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: rgba(30, 30, 46, 0.87); - background-color: #b077f3; -} - -.keyboard-key.shift-key-uppercase, .keyboard-key.shift-key-uppercase:focus, .keyboard-key.shift-key-uppercase:hover, .keyboard-key.shift-key-uppercase:checked, .keyboard-key.shift-key-uppercase:active { - color: #cba6f7; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 18px; - -arrow-background-color: #323233; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 6px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border: none; - background-color: #cba6f7; -} - -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -/* Login Dialog */ -#lockDialogGroup { - background-color: #1e1e2e; -} - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog, -.unlock-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry, -.unlock-dialog StEntry { - selection-background-color: #cba6f7; - selected-color: rgba(30, 30, 46, 0.87); - padding: 4px 8px; - min-height: 26px; - border-radius: 9999px; - caret-color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 0; - border: none !important; - box-shadow: inset 0 -1px rgba(30, 30, 46, 0.15) !important; - color: rgba(30, 30, 46, 0.87); -} - -.login-dialog StEntry:focus, -.unlock-dialog StEntry:focus { - border: none !important; - background-color: rgba(239, 241, 245, 0.04); - box-shadow: inset 0 -2px #cba6f7 !important; - color: rgba(30, 30, 46, 0.87); -} - -.login-dialog StEntry:insensitive, -.unlock-dialog StEntry:insensitive { - border: none !important; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(30, 30, 46, 0.35); -} - -.login-dialog StEntry StLabel.hint-text, -.unlock-dialog StEntry StLabel.hint-text { - color: rgba(30, 30, 46, 0.38); -} - -.login-dialog .modal-dialog-button-box, -.unlock-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button, -.unlock-dialog .modal-dialog-button { - padding: 0 16px; - border: none; - color: rgba(30, 30, 46, 0.87); - background-color: transparent; - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, -.unlock-dialog .modal-dialog-button:hover, -.unlock-dialog .modal-dialog-button:focus { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.12); -} - -.login-dialog .modal-dialog-button:active, -.unlock-dialog .modal-dialog-button:active { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:insensitive, -.unlock-dialog .modal-dialog-button:insensitive { - background-color: transparent; - color: rgba(30, 30, 46, 0.35); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default, -.unlock-dialog .modal-dialog-button:default { - color: rgba(30, 30, 46, 0.87); - background-color: #313244; - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, -.unlock-dialog .modal-dialog-button:default:hover, -.unlock-dialog .modal-dialog-button:default:focus { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:active, -.unlock-dialog .modal-dialog-button:default:active { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:insensitive, -.unlock-dialog .modal-dialog-button:default:insensitive { - color: rgba(30, 30, 46, 0.35); - background-color: #313244; - box-shadow: none !important; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button, -.unlock-dialog .cancel-button, -.unlock-dialog .switch-user-button, -.unlock-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 100px; - width: 32px; - height: 32px; - border: none; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon, -.unlock-dialog .cancel-button StIcon, -.unlock-dialog .switch-user-button StIcon, -.unlock-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .login-dialog-message-warning, -.unlock-dialog .login-dialog-message-warning { - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-button-box { - spacing: 5px; -} - -.login-dialog-message { - text-align: center; -} - -.login-dialog-message-warning { - color: #df8e1d; -} - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: #eff1f5; -} - -.login-dialog-not-listed-label { - font-size: 1em; - font-weight: bold; - color: rgba(239, 241, 245, 0.7); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - padding: 0.2em; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected, .login-dialog-user-list:expanded .login-dialog-user-list-item:hover, .login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(239, 241, 245, 0.3); - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #cba6f7; -} - -.login-dialog-user-list-item { - border-radius: 18px; - padding: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-user-list-item:ltr .user-widget { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl .user-widget { - padding-left: 1em; -} - -.login-dialog-user-list-item:focus { - background-color: rgba(239, 241, 245, 0.04) !important; -} - -.login-dialog-user-list-item:hover, .login-dialog-user-list-item:focus:hover { - background-color: rgba(239, 241, 245, 0.12) !important; - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-user-list-item:active, .login-dialog-user-list-item:focus:active { - background-color: rgba(239, 241, 245, 0.3) !important; - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.user-widget-label { - color: rgba(239, 241, 245, 0.7); -} - -.user-widget.horizontal .user-widget-label { - font-size: 14pt; - font-weight: bold; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; - text-align: left; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; - text-align: right; -} - -.user-widget.vertical .user-widget-label { - font-size: 17pt; - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 12px; - width: 23em; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-label { - color: rgba(239, 241, 245, 0.7); - font-size: 13pt; - padding-top: 1em; -} - -/* Looking Glass */ -#LookingGlassDialog { - background-color: #313244; - padding: 0; - spacing: 6px; - margin: 6px; - border-radius: 20px; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); - color: #eff1f5; -} - -#LookingGlassDialog > #Toolbar { - padding: 0 6px; - border: none; - border-radius: 20px 20px 0 0; - background-color: rgba(239, 241, 245, 0.04); - box-shadow: inset 0 -1px 0 rgba(239, 241, 245, 0.12); - spacing: 6px; -} - -#LookingGlassDialog .labels { - spacing: 6px; -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 12px; - font-weight: bold; - color: rgba(239, 241, 245, 0.5); - padding-left: 16px; - padding-right: 16px; - min-height: 32px; - padding: 3px 30px; - transition-duration: 100ms; - border: none; - background-color: transparent; - border-radius: 0; -} - -#LookingGlassDialog .notebook-tab:hover { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - text-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - border-color: transparent; - background-color: rgba(239, 241, 245, 0.12); - box-shadow: inset 0 -2px 0px #e6e9ef; - color: #eff1f5; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 6px; - padding: 6px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 6px; - padding: 6px; -} - -.lg-dialog StEntry { - min-height: 22px; - selection-background-color: #cba6f7; - selected-color: rgba(30, 30, 46, 0.87); -} - -.lg-dialog .shell-link { - color: #8fcbe8; -} - -.lg-dialog .shell-link:hover { - color: #b9dff1; -} - -.lg-dialog .shell-link:active { - color: #65b7df; -} - -.lg-dialog .actor-link { - color: rgba(239, 241, 245, 0.5); -} - -.lg-dialog .actor-link:hover { - color: #eff1f5; -} - -.lg-dialog .actor-link:active { - color: rgba(239, 241, 245, 0.7); -} - -.lg-dialog .actor-link StIcon { - icon-size: 12px; -} - -.lg-completions-text { - font-size: 0.9em; - font-style: italic; - color: rgba(239, 241, 245, 0.7); -} - -.lg-obj-inspector-title { - spacing: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.lg-obj-inspector-button { - padding: 0 16px; - border: none; - border-radius: 12px; -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.lg-extensions-list { - padding: 6px; - spacing: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.lg-extension { - border: none; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.7); - padding: 12px; -} - -.lg-extension:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.lg-extension:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.3); -} - -.lg-extension-meta { - spacing: 6px; - color: rgba(239, 241, 245, 0.7); -} - -#LookingGlassPropertyInspector { - color: rgba(239, 241, 245, 0.7); - background: #313244; - border: none; - border-radius: 12px; - padding: 6px; - margin: 5px 8px 11px; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); -} - -.lg-debug-flag-button { - color: rgba(239, 241, 245, 0.7); -} - -.lg-debug-flag-button StLabel { - padding: 6px, 12px; -} - -.lg-debug-flag-button:hover { - color: #eff1f5; -} - -.lg-debug-flag-button:active { - color: #eff1f5; -} - -.lg-debug-flags-header { - padding-top: 12px; - padding: 6px; -} - -.select-area-rubberband { - background-color: rgba(203, 166, 247, 0.3); - border: 1px solid #cba6f7; - border-radius: 12px; -} - -.user-icon { - background-size: contain; - color: rgba(239, 241, 245, 0.7); - border-radius: 9999px; - border: none; - box-shadow: none; - icon-size: 64px; -} - -.modal-dialog .user-icon { - box-shadow: none; -} - -.user-icon:hover { - color: #eff1f5; -} - -.user-icon StIcon { - background-color: #eff1f5; - border-radius: 9999px; - padding: 12px; - width: 40px; - height: 40px; -} - -.user-icon.user-avatar { - border: 2px solid #cba6f7; -} - -.user-widget.vertical .user-icon { - icon-size: 96px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 20px; - padding-top: 18px; - padding-bottom: 22px; - width: 88px; - height: 88px; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 11pt; - color: #df8e1d; -} - -/* Network Dialogs */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #eff1f5; -} - -.nm-dialog-header { - font-weight: bold; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-scroll-view { - border: none; - padding: 0; - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; -} - -.nm-dialog-item { - font-size: 12pt; - border-bottom: none; - padding: 12px; - spacing: 0px; -} - -.nm-dialog-item:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.nm-dialog-item:active { - background-color: rgba(239, 241, 245, 0.3); -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.nm-dialog-icons { - spacing: 12px; -} - -.no-networks-label { - color: rgba(239, 241, 245, 0.5); -} - -.no-networks-box { - spacing: 6px; -} - -/* OSD */ -.screenshot-ui-panel, .workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { - color: rgba(239, 241, 245, 0.7); - background-color: #1e1e2e; - border: none; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); - margin: 5px 8px 11px; - border-radius: 18px; - padding: 12px; -} - -.osd-window { - text-align: center; - font-weight: bold; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - height: 2px; - border-radius: 2px; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; - -barlevel-height: 2px; - -barlevel-background-color: rgba(239, 241, 245, 0.12); - -barlevel-active-background-color: #cba6f7; - -barlevel-overdrive-color: #d20f39; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(239, 241, 245, 0.12); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 2px; -} - -.pad-osd-window { - padding: 32px; - background-color: #1e1e2e; -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -#overview StScrollBar StBin#trough { - background-color: rgba(239, 241, 245, 0.12); -} - -#overview StScrollBar StButton#vhandle, -#overview StScrollBar StButton#hhandle { - background-color: rgba(239, 241, 245, 0.5); -} - -#overview StScrollBar StButton#vhandle:hover, -#overview StScrollBar StButton#hhandle:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -#overview StScrollBar StButton#vhandle:active, -#overview StScrollBar StButton#hhandle:active { - background-color: #eff1f5; -} - -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 30px; -} - -/* Top Bar */ -#panel { - color: rgba(239, 241, 245, 0.7); - font-weight: bold; - font-feature-settings: 'tnum'; - font-size: 10pt; - transition-duration: 250ms; - box-shadow: none; - border: none; - height: 30px; - background-color: rgba(30, 30, 46, 1); -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(30, 30, 46, 0.6); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; - -panel-corner-opacity: 1; - transition-duration: 250ms; -} - -#panel .panel-button { - -natural-hpadding: 12px; - -minimum-hpadding: 12px; - font-weight: bold; - color: #eff1f5; - transition-duration: 150ms; - border-radius: 12px; - text-shadow: none; - box-shadow: none; - border: 3px solid transparent; -} - -#panel .panel-button.clock-display { - box-shadow: none; -} - -#panel .panel-button.clock-display .clock { - transition-duration: 150ms; - border-radius: 12px; -} - -#panel .panel-button:hover { - color: #cba6f7; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(57, 57, 72, 0.624); -} - -#panel .panel-button:hover.clock-display { - box-shadow: none; - color: rgba(239, 241, 245, 0.7); -} - -#panel .panel-button:hover.clock-display .clock { - color: #cba6f7; - box-shadow: inset 0 0 0 1000px rgba(57, 57, 72, 0.624); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - color: #cba6f7; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(80, 81, 94, 0.648); -} - -#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { - box-shadow: none; - color: rgba(239, 241, 245, 0.7); -} - -#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { - color: #cba6f7; - box-shadow: inset 0 0 0 1000px rgba(80, 81, 94, 0.648); -} - -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #eff1f5; -} - -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #eff1f5; -} - -#panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 6px; - margin: 0; - -st-icon-style: symbolic; -} - -#panel .panel-button .appindicator-trayicons-box { - margin: 0 6px; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; -} - -#panel .panel-button#panelActivities { - -natural-hpadding: 18px; -} - -#panel .panel-button#panelActivities StBoxLayout { - padding: 0 3px; - spacing: 6px; -} - -#panel .panel-button#panelActivities .workspace-dot { - border-radius: 9999px; - min-width: 8px; - min-height: 8px; - background-color: #eff1f5; -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; - box-shadow: none; - border: 2px solid transparent; -} - -#panel:overview StLabel, -#panel:overview StIcon, #panel.unlock-screen StLabel, -#panel.unlock-screen StIcon, #panel.login-screen StLabel, -#panel.login-screen StIcon, #panel.lock-screen StLabel, -#panel.lock-screen StIcon { - color: rgba(239, 241, 245, 0.7); -} - -#panel:overview .panel-button:hover, #panel.unlock-screen .panel-button:hover, #panel.login-screen .panel-button:hover, #panel.lock-screen .panel-button:hover { - color: #eff1f5; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(239, 241, 245, 0.12); -} - -#panel:overview .panel-button:hover.clock-display, #panel.unlock-screen .panel-button:hover.clock-display, #panel.login-screen .panel-button:hover.clock-display, #panel.lock-screen .panel-button:hover.clock-display { - box-shadow: none; - color: #eff1f5; -} - -#panel:overview .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.lock-screen .panel-button:hover.clock-display .clock { - color: #eff1f5; - box-shadow: inset 0 0 0 1000px rgba(239, 241, 245, 0.12); -} - -#panel:overview .panel-button:active, #panel:overview .panel-button:overview, #panel:overview .panel-button:focus, #panel:overview .panel-button:checked, #panel.unlock-screen .panel-button:active, #panel.unlock-screen .panel-button:overview, #panel.unlock-screen .panel-button:focus, #panel.unlock-screen .panel-button:checked, #panel.login-screen .panel-button:active, #panel.login-screen .panel-button:overview, #panel.login-screen .panel-button:focus, #panel.login-screen .panel-button:checked, #panel.lock-screen .panel-button:active, #panel.lock-screen .panel-button:overview, #panel.lock-screen .panel-button:focus, #panel.lock-screen .panel-button:checked { - color: #eff1f5; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(239, 241, 245, 0.2); -} - -#panel:overview .panel-button:active.clock-display, #panel:overview .panel-button:overview.clock-display, #panel:overview .panel-button:focus.clock-display, #panel:overview .panel-button:checked.clock-display, #panel.unlock-screen .panel-button:active.clock-display, #panel.unlock-screen .panel-button:overview.clock-display, #panel.unlock-screen .panel-button:focus.clock-display, #panel.unlock-screen .panel-button:checked.clock-display, #panel.login-screen .panel-button:active.clock-display, #panel.login-screen .panel-button:overview.clock-display, #panel.login-screen .panel-button:focus.clock-display, #panel.login-screen .panel-button:checked.clock-display, #panel.lock-screen .panel-button:active.clock-display, #panel.lock-screen .panel-button:overview.clock-display, #panel.lock-screen .panel-button:focus.clock-display, #panel.lock-screen .panel-button:checked.clock-display { - box-shadow: none; - color: #eff1f5; -} - -#panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel.lock-screen .panel-button:active.clock-display .clock, #panel.lock-screen .panel-button:overview.clock-display .clock, #panel.lock-screen .panel-button:focus.clock-display .clock, #panel.lock-screen .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(239, 241, 245, 0.2); - color: #eff1f5; -} - -#panel:overview .panel-button#panelActivities .workspace-dot, #panel.unlock-screen .panel-button#panelActivities .workspace-dot, #panel.login-screen .panel-button#panelActivities .workspace-dot, #panel.lock-screen .panel-button#panelActivities .workspace-dot { - background-color: #eff1f5; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel Gjs_status_keyboard_InputSourceIndicator.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_IndicatorStatusIcon.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_AppIndicatorsIndicatorStatusIcon.panel-button { - -natural-hpadding: 18px !important; - -minimum-hpadding: 18px !important; -} - -#panel .screencast-indicator, -#panel .remote-access-indicator { - color: #df8e1d; -} - -/* Popovers/Menus */ -.popup-menu-boxpointer { - -arrow-border-radius: 18px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 12px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu { - min-width: 12em; - color: rgba(239, 241, 245, 0.7) !important; - padding: 0; - font-weight: normal; - border-radius: 18px; - box-shadow: none; - margin: 6px 6px 8px; - font-size: 11pt; -} - -.popup-menu .popup-menu-content { - padding: 6px; - /* background-color: $popover; */ - background-color: #1e1e2e; - border-radius: 18px; - margin: 0; - box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.25); - border: none; - font-weight: normal; -} - -.popup-menu .popup-menu-item { - spacing: 6px; - color: rgba(239, 241, 245, 0.7) !important; - text-shadow: none; - border-radius: 12px; - margin: 0; - transition-duration: 100ms; - font-weight: normal; - background-color: transparent; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border: none; - box-shadow: none; - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.12) !important; - border-radius: 12px 12px 0 0 !important; -} - -.popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked.selected { - color: #eff1f5 !important; - background-color: alpha(currentColor, 0.08) !important; -} - -.popup-menu .popup-menu-item:checked:active { - color: #eff1f5 !important; - background-color: alpha(currentColor, 0.12) !important; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(239, 241, 245, 0.32) !important; -} - -.popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item.selected { - color: #cba6f7 !important; - background-color: rgba(239, 241, 245, 0.12) !important; - transition-duration: 0; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: #cba6f7 !important; - background-color: rgba(239, 241, 245, 0.3) !important; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(239, 241, 245, 0.32) !important; -} - -.popup-menu .popup-sub-menu { - background-color: rgba(239, 241, 245, 0.12) !important; - color: rgba(239, 241, 245, 0.7) !important; - border: none; - box-shadow: none; - margin: 0; - border-radius: 0 0 12px 12px !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; -} - -.popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item.selected { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active, .popup-menu .popup-sub-menu .popup-menu-item.selected:active { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.3) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(239, 241, 245, 0.32) !important; -} - -.popup-menu .popup-inactive-menu-item { - color: rgba(239, 241, 245, 0.7) !important; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(239, 241, 245, 0.32) !important; -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-ornamented-menu-item:ltr { - padding-left: 6px; -} - -.popup-ornamented-menu-item:rtl { - padding-right: 6px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0px; -} - -.aggregate-menu { - min-width: 20em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 3px; - -st-icon-style: symbolic; -} - -.app-menu { - max-width: 27.25em; -} - -.app-menu .popup-menu-ornament { - width: 0 !important; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { - margin-right: 8px; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { - margin-left: 8px; -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: 'tnum'; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: #1e1e2e; - color: #eff1f5; - border-radius: 18px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: #2e2e47; -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - border-radius: 9999px; - margin-right: 12px; -} - -.screen-shield-background { - background: black; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} - -#unlockDialogNotifications StButton#vhandle, -#unlockDialogNotifications StButton#hhandle { - background-color: rgba(30, 30, 46, 0.3); -} - -#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, -#unlockDialogNotifications StButton#hhandle:hover, -#unlockDialogNotifications StButton#hhandle:focus { - background-color: rgba(30, 30, 46, 0.5); -} - -#unlockDialogNotifications StButton#vhandle:active, -#unlockDialogNotifications StButton#hhandle:active { - background-color: rgba(203, 166, 247, 0.5); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 12px; - min-height: 12px; -} - -StScrollBar StBin#trough { - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.12); - margin: 3px; -} - -StScrollBar StButton#vhandle, -StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.5); - border: 3px solid transparent; - margin: 3px; -} - -StScrollBar StButton#vhandle:hover, -StScrollBar StButton#hhandle:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -StScrollBar StButton#vhandle:active, -StScrollBar StButton#hhandle:active { - background-color: #eff1f5; -} - - -.search-entry { - width: 320px; - min-height: 32px; - padding: 0 12px; - color: rgba(239, 241, 245, 0.7); - transition-duration: 150ms; - border-radius: 12px; - caret-color: #eff1f5; - selection-background-color: rgba(239, 241, 245, 0.12); - selected-color: rgba(30, 30, 46, 0.87) !important; - color: #eff1f5; - background-color: #313244; - border: 2px solid transparent !important; - box-shadow: none !important; -} - - -.search-entry:hover { - color: #eff1f5; - background-color: #313244; - border: 2px solid rgba(239, 241, 245, 0.3) !important; - box-shadow: none !important; -} - - -.search-entry:focus { - color: #eff1f5; - background-color: #313244; - border: 2px solid #cba6f7 !important; - box-shadow: none !important; -} - - -.search-entry .search-entry-icon { - icon-size: 16px; - padding: 0; - color: rgba(239, 241, 245, 0.32); -} - - -.search-entry:hover .search-entry-icon, -.search-entry:focus .search-entry-icon { - color: rgba(239, 241, 245, 0.7); -} - - -.search-entry:insensitive { - border: none; - color: rgba(239, 241, 245, 0.32); -} - - -.search-entry StLabel.hint-text { - color: rgba(239, 241, 245, 0.5); -} - -/* Slider */ -.slider { - height: 20px; - color: #313244; - -slider-height: 2px; - -slider-background-color: rgba(239, 241, 245, 0.3); - -slider-border-color: #cba6f7; - -slider-active-background-color: #cba6f7; - -slider-active-border-color: #cba6f7; - -slider-border-width: 2px; - -slider-handle-radius: 7px; - -slider-handle-border-width: 2px; - -slider-handle-border-color: #cba6f7; - -barlevel-height: 15px; - -barlevel-background-color: rgba(239, 241, 245, 0.3); - -barlevel-border-color: transparent; - -barlevel-active-background-color: #cba6f7; - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #d20f39; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 12px; - border: 1px solid transparent; - background-color: transparent; -} - -.switcher-list .item-box:outlined { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.switcher-list .item-box:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 6px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(239, 241, 245, 0.12); -} - -.switcher-list .switcher-list-item-container { - spacing: 12px; -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: rgba(239, 241, 245, 0.5); -} - -.switcher-arrow:highlighted { - color: #eff1f5; -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -.cycler-highlight { - border: 5px solid #cba6f7; -} - -/* Switches */ -.toggle-switch { - width: 46px; - height: 24px; - background-size: contain; -} - -.toggle-switch, .popup-sub-menu .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked, .popup-sub-menu .toggle-switch:checked { - background-image: url("assets/toggle-on-dark.svg"); -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(203, 166, 247, 0.3); - border: 1px solid #cba6f7; -} - -.tile-preview-left.on-primary { - border-radius: 13px 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 13px 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 13px 13px 0 0; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 12px; -} - -.workspace-switcher { - background: transparent; - border: none; - border-radius: 0; - padding: 0; - spacing: 12px; -} - -.ws-switcher-box { - background: transparent; - height: 50px; - background-size: 32px; - background: rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.ws-switcher-active-up, -.ws-switcher-active-down, -.ws-switcher-active-left, -.ws-switcher-active-right { - height: 52px; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - border-radius: 15px; - border: none; -} - -/* App Icons */ -.icon-grid { - row-spacing: 12px; - column-spacing: 12px; - max-row-spacing: 36px; - max-column-spacing: 36px; - page-padding-top: 24px; - page-padding-bottom: 24px; - page-padding-left: 18px; - page-padding-right: 18px; -} - -.overview-tile, .grid-search-result { - color: rgba(239, 241, 245, 0.7); - border-radius: 30px; - padding: 15px; - border: none; - transition-duration: 100ms; - text-align: center; - background-color: transparent; -} - -.overview-tile:hover, .grid-search-result:hover, .overview-tile:focus, .grid-search-result:focus, .overview-tile:selected, .grid-search-result:selected { - color: #eff1f5; - background-color: rgba(203, 166, 247, 0.3); - border-image: none; - background-image: none; -} - -.overview-tile:active, .grid-search-result:active, .overview-tile:checked, .grid-search-result:checked { - color: #eff1f5; - background-color: rgba(203, 166, 247, 0.6); - box-shadow: none; -} - -.app-folder { - background-color: rgba(203, 166, 247, 0.3); - border-radius: 30px; - color: rgba(239, 241, 245, 0.7); -} - -.app-folder .overview-icon { - background-color: transparent; - border-radius: 30px; -} - -.app-folder:hover { - background-color: rgba(203, 166, 247, 0.6); - color: #eff1f5; -} - -.app-folder:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -.app-grid-running-dot { - width: 6px; - height: 3px; - border-radius: 2px; - background-color: rgba(239, 241, 245, 0.3); - margin-bottom: 0; -} - -StWidget.focused .app-grid-running-dot { - width: 24px; - background-color: #eff1f5 !important; -} - -.app-folder-dialog-container { - padding-top: 32px; -} - -.app-folder-dialog { - width: 720px; - height: 720px; - border-radius: 54px; - padding: 12px; - box-shadow: none; - border: none; - background-color: #1e1e2e; -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px; - padding-bottom: 0; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - width: 12em; - border: none; - caret-color: #eff1f5; -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.app-folder-dialog .icon-button, .app-folder-dialog .background-app-item .close-button, .background-app-item .app-folder-dialog .close-button, .app-folder-dialog .message .message-header .message-expand-button, .message .message-header .app-folder-dialog .message-expand-button, -.app-folder-dialog .message .message-header .message-close-button, -.message .message-header .app-folder-dialog .message-close-button { - background-color: rgba(239, 241, 245, 0.06); - color: rgba(239, 241, 245, 0.7); - border: none; - padding: 0; - width: 36px; - height: 36px; - border-radius: 9999px; -} - -.app-folder-dialog .icon-button > StIcon, .app-folder-dialog .background-app-item .close-button > StIcon, .background-app-item .app-folder-dialog .close-button > StIcon, .app-folder-dialog .message .message-header .message-expand-button > StIcon, .message .message-header .app-folder-dialog .message-expand-button > StIcon, -.app-folder-dialog .message .message-header .message-close-button > StIcon, -.message .message-header .app-folder-dialog .message-close-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .icon-button:hover, .app-folder-dialog .background-app-item .close-button:hover, .background-app-item .app-folder-dialog .close-button:hover, .app-folder-dialog .message .message-header .message-expand-button:hover, .message .message-header .app-folder-dialog .message-expand-button:hover, -.app-folder-dialog .message .message-header .message-close-button:hover, -.message .message-header .app-folder-dialog .message-close-button:hover { - background-color: rgba(239, 241, 245, 0.12); -} - -.app-folder-dialog .icon-button:checked, .app-folder-dialog .background-app-item .close-button:checked, .background-app-item .app-folder-dialog .close-button:checked, .app-folder-dialog .message .message-header .message-expand-button:checked, .message .message-header .app-folder-dialog .message-expand-button:checked, -.app-folder-dialog .message .message-header .message-close-button:checked, -.message .message-header .app-folder-dialog .message-close-button:checked, .app-folder-dialog .icon-button:active, .app-folder-dialog .background-app-item .close-button:active, .background-app-item .app-folder-dialog .close-button:active, .app-folder-dialog .message .message-header .message-expand-button:active, .message .message-header .app-folder-dialog .message-expand-button:active, -.app-folder-dialog .message .message-header .message-close-button:active, -.message .message-header .app-folder-dialog .message-close-button:active { - background-color: #eff1f5; - color: rgba(30, 30, 46, 0.87); -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 6px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 12px; -} - -.system-action-icon { - box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); - background-color: #1e1e2e; - color: #eff1f5; - border-radius: 9999px; - icon-size: 48px; -} - -.page-navigation-hint.dnd { - background: rgba(255, 255, 255, 0.1); -} - -.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { - background-gradient-start: rgba(255, 255, 255, 0.05); - background-gradient-end: transparent; - background-gradient-direction: horizontal; - border-radius: 27px 0px 0px 27px; -} - -.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { - background-gradient-start: transparent; - background-gradient-end: rgba(255, 255, 255, 0.05); - background-gradient-direction: horizontal; - border-radius: 0px 27px 27px 0px; -} - -.page-navigation-arrow { - margin: 6px; - padding: 18px; - width: 24px; - height: 24px; - border-radius: 9999px; - transition-duration: 100ms; - color: rgba(239, 241, 245, 0.7); - background-color: transparent; -} - -.page-navigation-arrow > StIcon { - color: #eff1f5; -} - -.page-navigation-arrow:insensitive { - background-color: transparent; - color: rgba(239, 241, 245, 0.5); -} - -.page-navigation-arrow:hover { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.page-navigation-arrow:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -/* Date/Time Menu */ -.popup-menu .message, .world-clocks-button, -.weather-button, -.events-button { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - border: none; - box-shadow: none; - text-shadow: none; -} - -.popup-menu .message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, .popup-menu .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -.popup-menu .message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none; -} - -#calendarArea { - padding: 0; -} - -.datemenu-calendar-column { - spacing: 6px; - border: none; - padding: 0 !important; - margin: 0 !important; -} - -.datemenu-calendar-column:ltr { - margin-right: 0; - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - margin-left: 0; - border-right-width: 0; -} - -.datemenu-calendar-column .datemenu-displays-section { - padding-bottom: 0; -} - -.datemenu-calendar-column .datemenu-displays-box { - spacing: 6px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: rgba(239, 241, 245, 0.7); - font-weight: bold; -} - -.datemenu-today-button, -.datemenu-displays-box { - margin: 4px 6px; -} - -/* today button (the date) */ -.datemenu-today-button { - border: none; - box-shadow: none; - background: none; - padding: 6px 12px; - margin: 0; - text-shadow: none; - color: rgba(239, 241, 245, 0.7); - border-radius: 12px; - margin: 4px; -} - -.datemenu-today-button:ltr { - margin-left: 4px; -} - -.datemenu-today-button:rtl { - margin-right: 4px; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.datemenu-today-button:active { - background-color: rgba(239, 241, 245, 0.2); -} - -.datemenu-today-button .day-label { - font-size: 13pt; - font-weight: bold; -} - -.datemenu-today-button .date-label { - font-size: 19pt; - font-weight: normal; -} - -/* Calendar */ -.calendar { - border: none; - box-shadow: none; - background-color: transparent; - padding: 0 !important; - margin: 0 !important; - text-shadow: none; - border-radius: 18px; - color: rgba(239, 241, 245, 0.7); -} - -.calendar .calendar-month-label { - padding: 6px 0; - color: rgba(239, 241, 245, 0.7) !important; - font-weight: bold; - text-align: center; - text-shadow: none; - background-color: transparent; -} - -.calendar .calendar-change-month-back, -.calendar .calendar-change-month-forward { - padding: 0 !important; - margin: 3px 0 !important; -} - -.calendar .calendar-change-month-back StIcon, -.calendar .calendar-change-month-forward StIcon { - icon-size: 16px; -} - -.calendar .pager-button { - width: 32px !important; - height: 32px !important; - margin: 2px !important; - border-radius: 9999px; - background-color: transparent; - color: #eff1f5; - box-shadow: none !important; -} - -.calendar .pager-button:hover, .calendar .pager-button:focus { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; -} - -.calendar .pager-button:active { - background-color: rgba(239, 241, 245, 0.3); - box-shadow: none !important; -} - -.calendar .calendar-day { - font-size: 11pt; - text-align: center; - width: 34px !important; - height: 34px !important; - padding: 0 !important; - margin: 2px !important; - border-radius: 9999px; - color: rgba(239, 241, 245, 0.7) !important; - border: none; - font-feature-settings: 'tnum'; - background-color: transparent; -} - -.calendar .calendar-day:hover, .calendar .calendar-day:focus { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; - outline: none !important; -} - -.calendar .calendar-day:active, .calendar .calendar-day:selected { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.3); - border-color: transparent !important; - box-shadow: none !important; - outline: none !important; -} - -.calendar .calendar-day.calendar-weekend { - color: rgba(239, 241, 245, 0.5) !important; -} - -.calendar .calendar-day { - border-width: 0; -} - -.calendar .calendar-day-top { - border-top-width: 0; -} - -.calendar .calendar-day-left { - border-left-width: 0; -} - -.calendar .calendar-nonwork-day { - color: #eff1f5; -} - -.calendar .calendar-today { - font-weight: bold; - color: rgba(239, 241, 245, 0.7) !important; - background-color: rgba(239, 241, 245, 0.06); - border: none; -} - -.calendar .calendar-today:hover, .calendar .calendar-today:focus { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5 !important; -} - -.calendar .calendar-today:active { - background-color: #bd8ff5; - color: rgba(30, 30, 46, 0.87) !important; -} - -.calendar .calendar-today:selected { - background-color: #cba6f7; - color: #1e1e2e !important; -} - -.calendar .calendar-today:selected:hover, .calendar .calendar-today:selected:focus { - background-color: #e1cbfa; - color: #1e1e2e !important; -} - -.calendar .calendar-day-with-events { - color: rgba(239, 241, 245, 0.7); - background-image: url("assets/calendar-today.svg"); -} - -.calendar .calendar-day-with-events.calendar-work-day { - color: rgba(239, 241, 245, 0.7); - font-weight: bold; -} - -.calendar .calendar-other-month { - color: rgba(239, 241, 245, 0.32) !important; - font-weight: normal; -} - -.calendar .calendar-other-month.calendar-weekend { - color: rgba(239, 241, 245, 0.32) !important; -} - -.calendar .calendar-day-heading { - font-weight: bold; - text-align: center; - margin: 4px; - padding: 3px 6px; - border-radius: 12px; - background-color: transparent; - color: #eff1f5; -} - -.calendar .calendar-week-number { - width: 26px; - height: 20px; - margin: 6px 2px !important; - padding: 0; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - font-weight: bold; - font-feature-settings: 'tnum'; - text-align: center; -} - -.world-clocks-button, -.weather-button, -.events-button { - padding: 12px !important; - margin: 4px 0 0 !important; -} - -.events-button .events-box { - spacing: 6px; -} - -.events-button .events-list { - spacing: 12px; - text-shadow: none; - color: rgba(239, 241, 245, 0.7); -} - -.events-button .events-title { - font-weight: bold; - text-shadow: none; - color: rgba(239, 241, 245, 0.5); -} - -.events-button .event-time { - font-feature-settings: 'tnum'; - font-size: 11pt; - color: rgba(239, 241, 245, 0.5); -} - -.world-clocks-button .world-clocks-grid { - spacing-rows: 6px; - spacing-columns: 12px; -} - -.world-clocks-button .world-clocks-header { - color: rgba(239, 241, 245, 0.5); -} - -.world-clocks-button .world-clocks-city { - font-weight: bold; - font-size: 12pt; - color: rgba(239, 241, 245, 0.7); -} - -.world-clocks-button .world-clocks-time { - font-feature-settings: 'tnum'; - font-size: 12pt; - color: #eff1f5; -} - -.world-clocks-button .world-clocks-time:ltr { - text-align: right; -} - -.world-clocks-button .world-clocks-time:rtl { - text-align: left; -} - -.world-clocks-button .world-clocks-timezone { - font-feature-settings: 'tnum'; - font-size: 11pt; - color: rgba(239, 241, 245, 0.5); -} - -.world-clocks-grid, -.weather-grid { - spacing-rows: 0.4em; - spacing-columns: 0.8em; -} - -.weather-button .weather-box { - spacing: 10px; -} - -.weather-button .weather-header-box { - spacing: 6px; -} - -.weather-button .weather-header { - font-weight: bold; - color: rgba(239, 241, 245, 0.7); -} - -.weather-button .weather-header.location { - font-weight: normal; - font-size: 11pt; - color: rgba(239, 241, 245, 0.5); -} - -.weather-button .weather-grid { - spacing-rows: 6px; - spacing-columns: 12px; -} - -.weather-button .weather-forecast-time { - font-feature-settings: 'tnum'; - font-size: 10pt; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; - color: rgba(239, 241, 245, 0.7); -} - -.weather-button .weather-forecast-icon { - icon-size: 32px; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; -} - -/* Dash */ -#dash { - margin-top: 12px; -} - -#dash .dash-background { - background-color: rgba(49, 50, 68, 0.65); - box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.12); - border: none; - /* remove black border on ubuntu */ - padding: 12px 10px; - border-radius: 23px; -} - -#dash .dash-item-container .placeholder { - background-image: none; - background-size: contain; - height: 32px; -} - -#dash .dash-item-container .empty-dash-drop-target { - width: 32px; - height: 32px; -} - -#dash .dash-item-container .show-apps, -#dash .dash-item-container .overview-tile, -#dash .dash-item-container .grid-search-result { - background: none; - box-shadow: none; - border: none; - border-radius: 0; - padding: 0; - margin: 0 2px; - padding-bottom: 16px; -} - -#dash .dash-item-container .show-apps .overview-icon, -#dash .dash-item-container .overview-tile .overview-icon, -#dash .dash-item-container .grid-search-result .overview-icon { - border-radius: 18px; - padding: 6px; - spacing: 6px; - text-align: center; - transition-duration: 100ms; - background-color: transparent; - color: #eff1f5; -} - -#dash .dash-item-container .show-apps:focus .overview-icon, -#dash .dash-item-container .overview-tile:focus .overview-icon, -#dash .dash-item-container .grid-search-result:focus .overview-icon { - background-color: rgba(239, 241, 245, 0.12); -} - -#dash .dash-item-container .show-apps:hover .overview-icon, -#dash .dash-item-container .overview-tile:hover .overview-icon, -#dash .dash-item-container .grid-search-result:hover .overview-icon { - background-color: rgba(239, 241, 245, 0.15); - box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.15); -} - -#dash .dash-item-container .show-apps:active .overview-icon, -#dash .dash-item-container .overview-tile:active .overview-icon, -#dash .dash-item-container .grid-search-result:active .overview-icon { - background-color: rgba(239, 241, 245, 0.3); -} - -#dash .dash-item-container .show-apps:checked .overview-icon, -#dash .dash-item-container .overview-tile:checked .overview-icon, -#dash .dash-item-container .grid-search-result:checked .overview-icon { - background-color: rgba(239, 241, 245, 0.12); -} - -#dash .dash-item-container .app-well-app-running-dot, -#dash .dash-item-container .app-grid-running-dot { - margin-bottom: 12px; - offset-y: 8px; - width: 6px; - height: 6px; - border-radius: 9999px; - background-color: #eff1f5; -} - -#dash .dash-separator { - width: 1px; - margin-left: 4px; - margin-right: 4px; - background-color: rgba(239, 241, 245, 0.25); -} - -#dash .dash-separator, -#dash .dash-background { - margin-bottom: 16px; -} - -.dash-label { - color: #eff1f5; - background-color: rgba(49, 50, 68, 0.65); - border-radius: 12px; - padding: 6px 12px; - box-shadow: none; - border: none; - text-align: center; - -y-offset: 12px; - -x-offset: 8px; -} - -/* Message List */ -.message-list { - width: 29em; - text-shadow: none; - border: solid rgba(239, 241, 245, 0.12); - padding: 0; -} - -.message-list:ltr { - margin-left: 0; - margin-right: 8px; - padding-right: 10px; - border-right-width: 0; -} - -.message-list:rtl { - margin-right: 0; - margin-left: 8px; - padding-left: 10px; - border-left-width: 0; -} - -.message-list .message-list-placeholder { - spacing: 12px; - color: rgba(239, 241, 245, 0.32); -} - -.message-list .message-list-placeholder > StIcon { - icon-size: 96px; - margin-bottom: 12px; - -st-icon-style: symbolic; -} - -.message-list-sections { - margin: 0; - padding-bottom: 6px; -} - -.message-list-sections:ltr { - margin-right: 0; -} - -.message-list-sections:rtl { - margin-left: 0; -} - -.message-list-section, -.message-list-sections, -.message-list-section-list { - spacing: 6px; -} - -.message-list-controls { - margin: 8px 16px 0; - padding: 6px; - spacing: 6px; -} - -.message-list-controls .dnd-button { - border-width: 2px; - border-color: transparent; - border-radius: 32px; - border-style: solid; -} - -.message-list-controls .dnd-button:focus { - border-color: rgba(203, 166, 247, 0.6); -} - -.message { - padding: 0; - margin: 3px; - border-radius: 20px; -} - -.popup-menu .message { - border-radius: 12px; -} - -.popup-menu .message .notification-button:first-child:ltr { - border-radius: 0 0 0 12px; -} - -.popup-menu .message .notification-button:last-child:ltr { - border-radius: 0 0 12px; -} - -.popup-menu .message .notification-button:first-child:rtl { - border-radius: 0 0 12px; -} - -.popup-menu .message .notification-button:last-child:rtl { - border-radius: 0 0 0 12px; -} - -.popup-menu .message .notification-button:first-child:last-child { - border-radius: 0 0 12px 12px; -} - -.message .message-header { - padding: 0 0.409em; - margin: 6px; - margin-bottom: 0; - spacing: 6px; - color: rgba(239, 241, 245, 0.5); -} - -.message .message-header .message-source-icon { - icon-size: 1.091em; - -st-icon-style: symbolic; -} - -.message .message-header .message-header-content { - spacing: 6px; - min-height: 1.637em; - padding-bottom: 6px; -} - -.message .message-header .message-header-content .message-source-title { - font-weight: bold; -} - -.message .message-header .message-header-content .event-time { - padding-bottom: 0.068em; - color: rgba(239, 241, 245, 0.5); -} - -.message .message-header .message-header-content .event-time:ltr { - text-align: right; -} - -.message .message-header .message-header-content .event-time:rtl { - text-align: left; -} - -.message .message-header .message-expand-button, -.message .message-header .message-close-button { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - padding: 4px; - border: none; -} - -.message .message-header .message-expand-button, .message .message-header .message-expand-button:hover, .message .message-header .message-expand-button:active, -.message .message-header .message-close-button, -.message .message-header .message-close-button:hover, -.message .message-header .message-close-button:active { - color: #eff1f5; -} - -.message .message-header .message-expand-button:hover, .message .message-header .message-expand-button:focus, -.message .message-header .message-close-button:hover, -.message .message-header .message-close-button:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.message .message-header .message-expand-button:active, .message .message-header .message-expand-button:active:hover, -.message .message-header .message-close-button:active, -.message .message-header .message-close-button:active:hover { - background-color: rgba(239, 241, 245, 0.3); -} - -.message .message-header .message-expand-button:insensitive, -.message .message-header .message-close-button:insensitive { - background-color: rgba(239, 241, 245, 0.04); -} - -.message .message-header .message-expand-button { - padding: 4px; - border: none; -} - -.message .message-header .message-expand-button:ltr { - margin-right: 6px; -} - -.message .message-header .message-expand-button:rtl { - margin-left: 6px; -} - -.message .message-box { - padding: 6px; - margin: 6px; - margin-top: 0; - spacing: 6px; -} - -.message .message-box .message-icon { - icon-size: 48px; - -st-icon-style: symbolic; -} - -.message .message-box .message-icon:ltr { - margin-right: 6px; -} - -.message .message-box .message-icon:rtl { - margin-left: 6px; -} - -.message .message-box .message-icon.message-themed-icon { - border-radius: 9999px; - icon-size: 16px; - min-width: 48px; - min-height: 48px; - color: rgba(239, 241, 245, 0.5); - background-color: rgba(239, 241, 245, 0.12); -} - -.message .message-box:first-child { - margin-top: 12px; -} - -.message .message-box .message-content { - spacing: 4px; -} - -.message .message-box .message-content .message-title { - font-weight: bold; -} - -.url-highlighter { - link-color: #8fcbe8; -} - -.message-media-control { - margin: 4px 6px; - padding: 12px; - border-radius: 9999px; - border: none; - color: rgba(239, 241, 245, 0.7); -} - -.message-media-control:hover, .message-media-control:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.message-media-control:active { - background-color: rgba(239, 241, 245, 0.3); -} - -.message-media-control:hover, .message-media-control:focus, .message-media-control:active { - color: #eff1f5; -} - -.message-media-control:insensitive { - color: rgba(239, 241, 245, 0.5); -} - -.message-media-control StIcon { - icon-size: 16px; -} - -.media-message .message-icon { - border-radius: 6px !important; -} - -.media-message .message-icon.message-themed-icon { - icon-size: 32px !important; -} - -.workspace-animation { - background-color: #1e1e2e; -} - -.calendar .calendar-change-month-back, -.calendar .calendar-change-month-forward { - padding: 0 2px; -} - -/* Notifications & Message Tray */ -.notification-banner { - min-height: 64px; - width: 34em; - margin: 20px; - border-radius: 12px; - color: rgba(239, 241, 245, 0.7); - background-color: #292c3c; - border: none; - text-shadow: none; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); - border-radius: 18px; -} - -.notification-banner:hover, .notification-banner:active { - color: #eff1f5; - background-color: #292c3c; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); - margin: 20px; -} - -.notification-banner:focus { - color: #eff1f5; - background-color: #292c3c; -} - -.notification-buttons-bin { - background-color: transparent; - padding-top: 0; - border: none; - border-top: 1px solid rgba(239, 241, 245, 0.12); - spacing: 0; -} - -.notification-button { - min-height: 44px; - padding: 0 18px; - background-color: transparent; - color: rgba(239, 241, 245, 0.7); - font-weight: 500; - border: none; -} - -.notification-button:focus { - background-color: transparent; - color: #eff1f5; - box-shadow: inset 0 0 0 2px rgba(239, 241, 245, 0.12); -} - -.notification-button:hover, .notification-button:focus:hover { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; - box-shadow: none; -} - -.notification-button:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -.notification-button:first-child:ltr { - border-radius: 0 0 0 18px; -} - -.notification-button:last-child:ltr { - border-radius: 0 0 18px; - margin-right: 0 !important; -} - -.notification-button:first-child:rtl { - border-radius: 0 0 18px; -} - -.notification-button:last-child:rtl { - border-radius: 0 0 0 18px; - margin-left: 0 !important; -} - -.notification-button:first-child:last-child { - border-radius: 0 0 18px 18px; - margin-left: 0 !important; - margin-right: 0 !important; -} - -.controls-manager, -.secondary-monitor-workspaces { - spacing: 12px; -} - -#overviewGroup { - background-color: #11111b; -} - -.osd-window { - spacing: 12px; - padding: 12px 18px; - margin-bottom: 4em; -} - -.osd-window > * { - spacing: 8px; -} - -.osd-window StIcon { - icon-size: 32px; -} - -.osd-window StLabel:ltr { - margin-right: 6px; -} - -.osd-window StLabel:rtl { - margin-left: 6px; -} - -#appMenu { - spacing: 6px; -} - -#appMenu .label-shadow { - color: transparent; -} - -#appMenu .panel-status-menu-box { - padding: 0 6px; - spacing: 6px; -} - -.popup-menu .popup-menu-item { - padding: 9px 12px; -} - -.popup-separator-menu-item { - padding: 3px 0 !important; -} - -.popup-separator-menu-item .popup-menu-ornament { - width: 0 !important; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - background-color: rgba(239, 241, 245, 0.12); - margin: 6px 32px; - padding: 0 !important; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 !important; - margin: 0 32px 0 0; - height: 1px; -} - -.popup-menu-ornament { - icon-size: 16px !important; - width: 16px; -} - -/* Quick Settings */ -.quick-settings { - padding: 18px !important; - border-radius: 24px !important; - margin-top: 6px !important; -} - -.quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .message .message-header .message-expand-button, .message .message-header .quick-settings .message-expand-button, -.quick-settings .message .message-header .message-close-button, -.message .message-header .quick-settings .message-close-button, -.quick-settings .button { - padding: 10.5px; -} - -.quick-settings .icon-button > StIcon, .quick-settings .background-app-item .close-button > StIcon, .background-app-item .quick-settings .close-button > StIcon, .quick-settings .message .message-header .message-expand-button > StIcon, .message .message-header .quick-settings .message-expand-button > StIcon, -.quick-settings .message .message-header .message-close-button > StIcon, -.message .message-header .quick-settings .message-close-button > StIcon, -.quick-settings .button > StIcon { - icon-size: 16px; -} - -.quick-settings-grid { - spacing-rows: 12px; - spacing-columns: 12px; -} - -.quick-toggle, -.quick-menu-toggle { - border-radius: 12px; - min-width: 12em; - max-width: 12em; - min-height: 44px; - border: none; - margin: 1px; -} - -.quick-toggle { - background-color: rgba(239, 241, 245, 0.08) !important; - /* Move padding into the box; this is to allow menu arrows - to extend to the border */ -} - -.quick-toggle:hover { - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.quick-toggle:active { - background-color: rgba(239, 241, 245, 0.15) !important; -} - -.quick-toggle:checked { - background-color: rgba(203, 166, 247, 0.95) !important; - color: #1e1e2e; -} - -.quick-toggle:checked:hover { - background-color: #d9c4f6 !important; - color: #1e1e2e; -} - -.quick-toggle:checked:active { - background-color: #d2b5f7 !important; - color: #1e1e2e; -} - -.quick-toggle > StBoxLayout { - spacing: 6px; -} - -.quick-toggle.button { - padding: 0; -} - -.quick-toggle > StBoxLayout { - padding: 0 12px; -} - -.quick-toggle:ltr > StBoxLayout { - padding-left: 15px; -} - -.quick-toggle:rtl > StBoxLayout { - padding-right: 15px; -} - -.quick-toggle .quick-toggle-title { - font-weight: bold; -} - -.quick-toggle StBoxLayout > .quick-toggle-subtitle { - font-weight: normal; - font-size: 12px; -} - -.quick-toggle .quick-toggle-icon { - icon-size: 16px; -} - -.quick-menu-toggle .quick-toggle { - min-width: auto; - max-width: auto; -} - -.quick-menu-toggle .quick-toggle:ltr { - border-radius: 12px 0 0 12px; -} - -.quick-menu-toggle .quick-toggle:ltr > StBoxLayout { - padding-right: 9px; -} - -.quick-menu-toggle .quick-toggle:rtl { - border-radius: 0 12px 12px 0; -} - -.quick-menu-toggle .quick-toggle:rtr > StBoxLayout { - padding-left: 9px; -} - -.quick-menu-toggle .quick-toggle:ltr:last-child { - border-radius: 12px; -} - -.quick-menu-toggle .quick-toggle:rtl:last-child { - border-radius: 12px; -} - -.quick-menu-toggle .quick-toggle-arrow { - background-color: rgba(239, 241, 245, 0.08) !important; - padding: 6px 10.5px; - border: none !important; - color: #eff1f5; - margin: 1px; -} - -.quick-menu-toggle .quick-toggle-arrow:hover { - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:active { - background-color: rgba(239, 241, 245, 0.15) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:checked { - background-color: rgba(203, 166, 247, 0.75) !important; - color: #1e1e2e; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:hover { - background-color: #d9c4f6 !important; - color: #1e1e2e; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:active { - background-color: #d2b5f7 !important; - color: #1e1e2e; -} - -.quick-menu-toggle .quick-toggle-arrow:ltr { - border-radius: 0 12px 12px 0; -} - -.quick-menu-toggle .quick-toggle-arrow:rtl { - border-radius: 12px 0 0 12px; -} - -.quick-slider > StBoxLayout { - spacing: 6px; -} - -.quick-slider .slider-bin { - min-height: 16px; - padding: 6px; - border-radius: 9999px; -} - -.quick-slider .slider-bin:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.quick-slider .quick-toggle-icon { - icon-size: 16px; -} - -.quick-slider .icon-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button, .quick-slider .message .message-header .message-expand-button, .message .message-header .quick-slider .message-expand-button, -.quick-slider .message .message-header .message-close-button, -.message .message-header .quick-slider .message-close-button { - background-color: rgba(239, 241, 245, 0.08) !important; - color: #cba6f7 !important; - border-radius: 12px; - padding: 9px; -} - -.quick-slider .icon-button:hover, .quick-slider .background-app-item .close-button:hover, .background-app-item .quick-slider .close-button:hover, .quick-slider .message .message-header .message-expand-button:hover, .message .message-header .quick-slider .message-expand-button:hover, -.quick-slider .message .message-header .message-close-button:hover, -.message .message-header .quick-slider .message-close-button:hover { - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.quick-slider .icon-button:active, .quick-slider .background-app-item .close-button:active, .background-app-item .quick-slider .close-button:active, .quick-slider .message .message-header .message-expand-button:active, .message .message-header .quick-slider .message-expand-button:active, -.quick-slider .message .message-header .message-close-button:active, -.message .message-header .quick-slider .message-close-button:active { - background-color: rgba(239, 241, 245, 0.04); -} - -.quick-toggle-menu { - background-color: #292c3c !important; - color: #eff1f5 !important; - border-radius: 24px !important; - padding: 12px; - margin: 12px 18px 0; -} - -.quick-toggle-menu .popup-menu-item { - border-radius: 12px !important; -} - -.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { - color: #cba6f7 !important; - background-color: rgba(239, 241, 245, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item:active { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.2) !important; -} - -.quick-toggle-menu .popup-menu-item > StIcon { - -st-icon-style: symbolic; -} - -.quick-toggle-menu .header { - spacing-rows: 3px; - spacing-columns: 12px; - padding-bottom: 12px; -} - -.quick-toggle-menu .header .icon { - icon-size: 24px; - border-radius: 12px; - padding: 9px; - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.quick-toggle-menu .header .icon.active { - background-color: #cba6f7 !important; - color: rgba(30, 30, 46, 0.87); -} - -.quick-settings-system-item > StBoxLayout { - spacing: 12px; -} - -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button, .quick-settings-system-item .message .message-header .message-expand-button, .message .message-header .quick-settings-system-item .message-expand-button, -.quick-settings-system-item .message .message-header .message-close-button, -.message .message-header .quick-settings-system-item .message-close-button { - background-color: rgba(239, 241, 245, 0.08); - color: #cba6f7 !important; - border-radius: 12px; -} - -.quick-settings-system-item .icon-button > StIcon, .quick-settings-system-item .background-app-item .close-button > StIcon, .background-app-item .quick-settings-system-item .close-button > StIcon, .quick-settings-system-item .message .message-header .message-expand-button > StIcon, .message .message-header .quick-settings-system-item .message-expand-button > StIcon, -.quick-settings-system-item .message .message-header .message-close-button > StIcon, -.message .message-header .quick-settings-system-item .message-close-button > StIcon { - -st-icon-style: symbolic; - icon-size: 16px; -} - -.quick-settings-system-item .power-item { - color: #cba6f7 !important; - min-height: 0; - min-width: 0; -} - -.quick-settings-system-item .power-item:insensitive { - color: #eff1f5; - background-color: #313244; - box-shadow: none !important; - background-color: transparent; -} - -.nm-network-item .wireless-secure-icon { - icon-size: 8px; -} - -.bt-device-item .popup-menu-icon { - -st-icon-style: symbolic; -} - -.bt-menu-placeholder.popup-menu-item { - text-align: center; - padding: 2em 4em; -} - -.device-subtitle { - color: rgba(239, 241, 245, 0.5); -} - -.background-apps-quick-toggle { - min-height: 40px; - background-color: transparent; -} - -.background-apps-quick-toggle StIcon { - icon-size: 16px !important; -} - -.background-app-item .popup-menu-icon { - icon-size: 32px !important; - -st-icon-style: regular !important; -} - -.background-app-item .close-button { - padding: 6px; -} - -.background-app-item.popup-inactive-menu-item { - color: #eff1f5; -} - -.search-entry { - margin-top: 24px; - margin-bottom: 6px; -} - -/* Search */ -.list-search-result, .search-provider-icon { - border-radius: 12px; - padding: 6px; - transition-duration: 100ms; - text-align: center; - background-color: transparent; -} - -.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { - background-color: rgba(239, 241, 245, 0.12); - transition-duration: 0; -} - -.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { - background-color: rgba(239, 241, 245, 0.2); -} - -#searchResults { - margin: 0 4px; -} - -#searchResultsContent { - max-width: 1044px; -} - -.search-section { - spacing: 18px; -} - -.search-section .search-section-separator { - height: 8px; - background-color: transparent; -} - -.search-section-content { - border-radius: 27px; - padding: 12px; - margin: 0 12px; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.12); -} - -.search-statustext { - color: rgba(239, 241, 245, 0.5); -} - -.grid-search-results { - spacing: 30px; - margin: 0 12px; -} - -.search-provider-icon:ltr { - margin-right: 4px; -} - -.search-provider-icon:rtl { - margin-left: 4px; -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - color: rgba(239, 241, 245, 0.7); -} - -.list-search-results { - spacing: 6px; -} - -.list-search-result .list-search-result-content { - spacing: 6px; -} - -.list-search-result .list-search-result-title { - spacing: 12px; -} - -.list-search-result .list-search-result-description { - color: rgba(239, 241, 245, 0.7); -} - -.icon-label-button-container { - spacing: 6px; -} - -.icon-label-button-container StIcon { - icon-size: 32px; -} - -.screenshot-ui-panel { - border-radius: 39px; - padding: 18px; - padding-bottom: 12px; - margin-bottom: 4em; - spacing: 12px; -} - -.screenshot-ui-close-button { - padding: 6px !important; - margin-top: 12px; - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); -} - -.screenshot-ui-close-button.left { - margin-left: 12px; -} - -.screenshot-ui-close-button.right { - margin-right: 12px; -} - -.screenshot-ui-type-button { - min-width: 48px; - padding: 12px 18px !important; - border-radius: 21px; -} - -.screenshot-ui-capture-button { - width: 36px; - height: 36px; - border-radius: 9999px; - border: 4px #eff1f5; - padding: 4px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { - background-color: #eff1f5; - transition-duration: 200ms; - border-radius: 9999px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { - background-color: #c0c8d8; -} - -.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { - background-color: #586a8d; -} - -.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { - background-color: #d20f39; -} - -.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { - background-color: #ea113f; -} - -.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { - background-color: #b10d30; -} - -.screenshot-ui-shot-cast-container { - background-color: #28283d; - border-radius: 18px; - padding: 3px; - spacing: 3px; -} - -.screenshot-ui-shot-cast-container:ltr { - margin-left: 3px; -} - -.screenshot-ui-shot-cast-container:rtl { - margin-right: 3px; -} - -.screenshot-ui-shot-cast-button { - padding: 6px 12px; - background-color: transparent; - border-radius: 15px; -} - -.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { - background-color: #32324d; -} - -.screenshot-ui-shot-cast-button:active { - background-color: rgba(239, 241, 245, 0.3); -} - -.screenshot-ui-shot-cast-button:checked { - background-color: #eff1f5; - color: #1e1e2e; -} - -.screenshot-ui-shot-cast-button:insensitive { - color: rgba(239, 241, 245, 0.5); -} - -.screenshot-ui-shot-cast-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-show-pointer-button { - border-radius: 9999px; - padding: 12px !important; -} - -.screenshot-ui-show-pointer-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { - border: 2px solid #eff1f5; -} - -.screenshot-ui-area-selector-handle { - border-radius: 9999px; - background-color: #cba6f7; - box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); - width: 24px; - height: 24px; -} - -.screenshot-ui-window-selector { - background-color: #292c3c; -} - -.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { - margin: 100px; -} - -.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { - margin-bottom: 200px; -} - -.screenshot-ui-window-selector-window-border { - transition-duration: 200ms; - border-radius: 18px; - border: 6px transparent; -} - -.screenshot-ui-window-selector-check { - transition-duration: 200ms; - color: transparent; - border-radius: 9999px; - border-width: 12px; - icon-size: 24px; -} - -.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { - border-color: #a260f1; -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { - border-color: #cba6f7; - background-color: rgba(203, 166, 247, 0.2); -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -.screenshot-ui-screen-selector { - transition-duration: 200ms; - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-screen-selector:hover { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-screen-selector:active { - background-color: rgba(0, 0, 0, 0.7); -} - -.screenshot-ui-screen-selector:checked { - background-color: transparent; - border: 2px solid #eff1f5; -} - -.screenshot-ui-tooltip { - color: #eff1f5; - background-color: #1e1e2e; - border-radius: 9999px; - padding: 6px 12px; - text-align: center; - -y-offset: 24px; -} - -.window-picker { - spacing: 6px; -} - -.window-caption { - color: #eff1f5; - background-color: #1e1e2e; - border-radius: 9999px; - padding: 6px 12px; -} - -.window-close, .screenshot-ui-close-button { - background-color: #292c3c; - color: #eff1f5; - border-radius: 9999px; - padding: 3px; - height: 30px; - width: 30px; - box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); - transition-duration: 300ms; -} - -.window-close:hover, .screenshot-ui-close-button:hover { - color: #eff1f5; - background-color: #35394e; -} - -.window-close:active, .screenshot-ui-close-button:active { - color: #eff1f5; - background-color: #1d1f2a; -} - -.workspace-background { - border-radius: 30px; - background-color: #1e1e2e; - box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.3); -} - -/* Workspace pager */ -.workspace-thumbnails { - visible-width: 32px; - spacing: 6px; - padding: 6px; -} - -.workspace-thumbnails .workspace-thumbnail { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.12); - border: none; - border-radius: 12px; -} - -.workspace-thumbnails .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - width: 18px; - height: 24px; -} - -.workspace-thumbnail-indicator { - border: 3px solid #cba6f7; - border-radius: 3px; - padding: 0px; -} - -.bottom #dashtodockDashScrollview, -.top #dashtodockDashScrollview { - -st-hfade-offset: 24px; -} - -.left #dashtodockDashScrollview, -.right #dashtodockDashScrollview { - -st-vfade-offset: 24px; -} - -#dashtodockContainer { - background-color: transparent; -} - -#dashtodockContainer .number-overlay { - color: #eff1f5; - background-color: rgba(0, 0, 0, 0.75); - text-align: center; -} - -#dashtodockContainer .notification-badge { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 9999px; - margin: 2px; - padding: 0.25em 0.6em; - font-weight: bold; - text-align: center; -} - -#dashtodockContainer.straight-corner #dash, #dashtodockContainer.shrink.straight-corner #dash { - border-radius: 0; - margin: 0; -} - -#dashtodockContainer.straight-corner #dash .dash-background, #dashtodockContainer.shrink.straight-corner #dash .dash-background { - border-radius: 0; -} - -#dashtodockContainer.extended.top #dash, #dashtodockContainer.extended.bottom #dash, #dashtodockContainer.extended.right #dash, #dashtodockContainer.extended.left #dash { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; - padding: 0 0; -} - -#dashtodockContainer.extended.top #dash .dash-background, #dashtodockContainer.extended.bottom #dash .dash-background, #dashtodockContainer.extended.right #dash .dash-background, #dashtodockContainer.extended.left #dash .dash-background { - border-radius: 0; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -#dashtodockContainer.left #dash, #dashtodockContainer.right #dash { - margin-top: 0; - padding: 12px 0; -} - -#dashtodockContainer.left #dash .dash-background, #dashtodockContainer.right #dash .dash-background { - margin-bottom: 0; -} - -#dashtodockContainer.left .dash-item-container .app-well-app, -#dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, -#dashtodockContainer.right .show-apps { - padding: 6px; -} - -#dashtodockContainer.left #dash { - margin-left: 6px; -} - -#dashtodockContainer.right #dash { - margin-right: 6px; -} - -#dashtodockContainer.dashtodock #dash .dash-background { - background-color: rgba(30, 30, 46, 0.6); -} - -#dashtodockContainer #dash .dash-background { - background-color: rgba(30, 30, 46, 0.85); -} - -#dashtodockContainer .app-well-app-running-dot { - background-color: rgba(239, 241, 245, 0.3) !important; -} - -#dashtodockContainer StWidget.focused .app-well-app-running-dot { - background-color: #e6e9ef !important; -} - -#dashtodockContainer:overview #dash .app-well-app-running-dot { - background-color: rgba(239, 241, 245, 0.3) !important; -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #eff1f5 !important; -} - -#dashtodockContainer .show-apps .overview-icon, -#dashtodockContainer .app-well-app .overview-icon { - color: rgba(239, 241, 245, 0.7); -} - -#dashtodockContainer .show-apps:hover .overview-icon, #dashtodockContainer .show-apps:focus .overview-icon, #dashtodockContainer .show-apps:selected .overview-icon, -#dashtodockContainer .app-well-app:hover .overview-icon, -#dashtodockContainer .app-well-app:focus .overview-icon, -#dashtodockContainer .app-well-app:selected .overview-icon { - background-color: rgba(239, 241, 245, 0.12); -} - -#dashtodockContainer .show-apps:active .overview-icon, #dashtodockContainer .show-apps:checked .overview-icon, -#dashtodockContainer .app-well-app:active .overview-icon, -#dashtodockContainer .app-well-app:checked .overview-icon { - background-color: rgba(239, 241, 245, 0.3); -} - -#dashtodockContainer:overview #dash .show-apps .overview-icon, #dashtodockContainer:overview #dash .app-well-app .overview-icon { - color: rgba(239, 241, 245, 0.7); -} - -#dashtodockContainer:overview #dash .show-apps:hover .overview-icon, #dashtodockContainer:overview #dash .show-apps:focus .overview-icon, #dashtodockContainer:overview #dash .show-apps:selected .overview-icon, #dashtodockContainer:overview #dash .app-well-app:hover .overview-icon, #dashtodockContainer:overview #dash .app-well-app:focus .overview-icon, #dashtodockContainer:overview #dash .app-well-app:selected .overview-icon { - background-color: rgba(239, 241, 245, 0.12); -} - -#dashtodockContainer:overview #dash .show-apps:active .overview-icon, #dashtodockContainer:overview #dash .show-apps:checked .overview-icon, #dashtodockContainer:overview #dash .app-well-app:active .overview-icon, #dashtodockContainer:overview #dash .app-well-app:checked .overview-icon { - background-color: rgba(239, 241, 245, 0.3); -} - -#dashtodockContainer .app-well-app-running-dot { - background-color: rgba(239, 241, 245, 0.3); -} - -#dashtodockContainer StWidget.focused .app-well-app-running-dot { - background-color: #e6e9ef; -} - -#dashtodockContainer.opaque #dash .dash-background { - background-color: rgba(30, 30, 46, 0.6); -} - -#dashtodockContainer.transparent #dash .dash-background { - background-color: rgba(30, 30, 46, 0.35); -} - -#dashtodockContainer:overview #dash .dash-background { - background-color: rgba(239, 241, 245, 0.12); - border: 2px solid transparent; -} - -#dashtodockContainer.opaque:overview #dash .dash-background, #dashtodockContainer.transparent:overview #dash .dash-background { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.extended:overview #dash .dash-background, #dashtodockContainer.opaque.extended:overview #dash .dash-background, #dashtodockContainer.transparent.extended:overview #dash .dash-background { - background-color: rgba(30, 30, 46, 0.6); -} - -#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - transition-duration: 250ms; - background-size: contain; -} - -#dashtodockContainer.extended .app-well-app .overview-icon, -#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, -#dashtodockContainer.extended:overview .show-apps .overview-icon { - border-radius: 12px; -} - -#dashtodockContainer .metro .overview-icon { - border-radius: 0; -} - -.dashtodock-app-well-preview-menu-item { - padding: 1em 1em 0.5em 1em; -} - -#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { - background-color: red !important; - width: 1px; - height: auto; - border-right-width: 1px; - margin: 32px 0; -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - border: 1px solid transparent; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: #eff1f5; -} - -.openweather-current-databox-values { - background: none; - color: rgba(239, 241, 245, 0.5); -} - -.openweather-current-databox-captions { - background: none; - color: rgba(239, 241, 245, 0.5); -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: rgba(239, 241, 245, 0.7); -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: rgba(239, 241, 245, 0.5); -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: rgba(239, 241, 245, 0.7); -} - -.cosmic-dock #dock { - border-radius: 16px !important; - border: none !important; - margin: 6px !important; - background-color: rgba(49, 50, 68, 0.65) !important; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.08) !important; -} - -.cosmic-dock #dock .dash-background { - background-color: transparent !important; - margin-bottom: 0 !important; - padding: 0; - box-shadow: none !important; -} - -.cosmic-application-dialog { - border-radius: 18px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); - background-color: #292c3c; - color: #eff1f5; -} - -.cosmic-application-dialog .overview-icon { - color: #eff1f5; -} - -.cosmic-applications-separator { - background: rgba(239, 241, 245, 0.12); -} - -.cosmic-folder-edit-button { - box-shadow: none; - border-radius: 12px; - border-width: 0; - color: #eff1f5; - background: rgba(239, 241, 245, 0.04); -} - -.cosmic-folder-edit-button .cosmic-folder-edit-button:hover { - background: rgba(239, 241, 245, 0.12); -} - -.cosmic-applications-icon { - color: rgba(239, 241, 245, 0.7); -} - -.cosmic-applications-folder-title { - color: rgba(239, 241, 245, 0.7); -} - -.cosmic-applications-available { - color: #eff1f5; -} - -.pop-shell-active-hint { - border-style: solid; - border-color: #df8e1d; - border-radius: 12px; - box-shadow: none; -} - -.pop-shell-overlay { - background-color: rgba(203, 166, 247, 0.3); -} - -.pop-shell-search-element:select { - background: rgba(239, 241, 245, 0.12); - border-radius: 12px; - color: #eff1f5; -} - -.pop-shell-tab { - border: 1px solid rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.pop-shell-tab-active { - background: #df8e1d; -} - -.pop-shell-tab-inactive { - background: rgba(223, 142, 29, 0.35); -} - -.pop-shell-tab-urgent { - background: #d20f39; -} - -#panel.light-panel .panel-button, -#panel.dark-panel .panel-button, -#panel.transparent-panel .panel-button { - color: rgba(239, 241, 245, 0.7) !important; -} - -#panel.light-panel .panel-button.clock-display .clock, -#panel.dark-panel .panel-button.clock-display .clock, -#panel.transparent-panel .panel-button.clock-display .clock { - color: rgba(239, 241, 245, 0.7) !important; -} - -#panel.light-panel .panel-button:hover, -#panel.dark-panel .panel-button:hover, -#panel.transparent-panel .panel-button:hover { - color: rgba(239, 241, 245, 0.7) !important; - background-color: rgba(239, 241, 245, 0.12) !important; -} - -#panel.light-panel .panel-button:hover.clock-display .clock, -#panel.dark-panel .panel-button:hover.clock-display .clock, -#panel.transparent-panel .panel-button:hover.clock-display .clock { - background-color: rgba(239, 241, 245, 0.12) !important; -} - -#panel.light-panel .panel-button:active, #panel.light-panel .panel-button:checked, #panel.light-panel .panel-button:focus, -#panel.dark-panel .panel-button:active, -#panel.dark-panel .panel-button:checked, -#panel.dark-panel .panel-button:focus, -#panel.transparent-panel .panel-button:active, -#panel.transparent-panel .panel-button:checked, -#panel.transparent-panel .panel-button:focus { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.3) !important; -} - -#panel.light-panel .panel-button:active.clock-display .clock, #panel.light-panel .panel-button:checked.clock-display .clock, #panel.light-panel .panel-button:focus.clock-display .clock, -#panel.dark-panel .panel-button:active.clock-display .clock, -#panel.dark-panel .panel-button:checked.clock-display .clock, -#panel.dark-panel .panel-button:focus.clock-display .clock, -#panel.transparent-panel .panel-button:active.clock-display .clock, -#panel.transparent-panel .panel-button:checked.clock-display .clock, -#panel.transparent-panel .panel-button:focus.clock-display .clock { - background-color: rgba(239, 241, 245, 0.3) !important; -} - -#panel.light-panel .panel-button:hover.clock-display, #panel.light-panel .panel-button:active.clock-display, #panel.light-panel .panel-button:overview.clock-display, #panel.light-panel .panel-button:focus.clock-display, #panel.light-panel .panel-button:checked.clock-display, -#panel.dark-panel .panel-button:hover.clock-display, -#panel.dark-panel .panel-button:active.clock-display, -#panel.dark-panel .panel-button:overview.clock-display, -#panel.dark-panel .panel-button:focus.clock-display, -#panel.dark-panel .panel-button:checked.clock-display, -#panel.transparent-panel .panel-button:hover.clock-display, -#panel.transparent-panel .panel-button:active.clock-display, -#panel.transparent-panel .panel-button:overview.clock-display, -#panel.transparent-panel .panel-button:focus.clock-display, -#panel.transparent-panel .panel-button:checked.clock-display { - background-color: transparent !important; -} - -#panel.light-panel .panel-button:hover.clock-display .clock, #panel.light-panel .panel-button:active.clock-display .clock, #panel.light-panel .panel-button:overview.clock-display .clock, #panel.light-panel .panel-button:focus.clock-display .clock, #panel.light-panel .panel-button:checked.clock-display .clock, -#panel.dark-panel .panel-button:hover.clock-display .clock, -#panel.dark-panel .panel-button:active.clock-display .clock, -#panel.dark-panel .panel-button:overview.clock-display .clock, -#panel.dark-panel .panel-button:focus.clock-display .clock, -#panel.dark-panel .panel-button:checked.clock-display .clock, -#panel.transparent-panel .panel-button:hover.clock-display .clock, -#panel.transparent-panel .panel-button:active.clock-display .clock, -#panel.transparent-panel .panel-button:overview.clock-display .clock, -#panel.transparent-panel .panel-button:focus.clock-display .clock, -#panel.transparent-panel .panel-button:checked.clock-display .clock { - color: #eff1f5 !important; -} - -.overview-components-transparent .search-entry, -.overview-components-light .search-entry, -.overview-components-dark .search-entry { - caret-color: #eff1f5 !important; -} - -.overview-components-transparent .search-entry .search-entry-icon, -.overview-components-light .search-entry .search-entry-icon, -.overview-components-dark .search-entry .search-entry-icon { - color: rgba(239, 241, 245, 0.7) !important; -} - -.overview-components-transparent .search-entry StLabel.hint-text, -.overview-components-light .search-entry StLabel.hint-text, -.overview-components-dark .search-entry StLabel.hint-text { - color: rgba(239, 241, 245, 0.3) !important; -} - -.overview-components-transparent .search-section-content, -.overview-components-light .search-section-content, -.overview-components-dark .search-section-content { - border-radius: 16px; -} - -.overview-components-transparent .search-section-separator, -.overview-components-light .search-section-separator, -.overview-components-dark .search-section-separator { - height: 0 !important; - background-color: transparent !important; -} diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/no-events.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/no-events.svg deleted file mode 120000 index d2fcad0..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/no-events.svg +++ /dev/null @@ -1 +0,0 @@ -assets/no-events.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/no-notifications.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/no-notifications.svg deleted file mode 120000 index 175731c..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/no-notifications.svg +++ /dev/null @@ -1 +0,0 @@ -assets/no-notifications.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/pad-osd.css b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/pad-osd.css deleted file mode 100644 index 8db7cf0..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/pad-osd.css +++ /dev/null @@ -1,31 +0,0 @@ -.Leader { - stroke-width: 0.5 !important; - stroke: #535353; - fill: none !important; -} - -.Button { - stroke-width: 0.25; - stroke: #ededed; - fill: #ededed; -} - -.Ring { - stroke-width: 0.5 !important; - stroke: #535353 !important; - fill: none !important; -} - -.Label { - stroke: none !important; - stroke-width: 0.1 !important; - font-size: 0.1 !important; - fill: transparent !important; -} - -.TouchStrip, -.TouchRing { - stroke-width: 0.1 !important; - stroke: #ededed !important; - fill: #535353 !important; -} diff --git a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/process-working.svg b/themes/.themes/Catppuccin-Dark-BL/gnome-shell/process-working.svg deleted file mode 120000 index a6586c3..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gnome-shell/process-working.svg +++ /dev/null @@ -1 +0,0 @@ -assets/process-working.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/apps.rc b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/apps.rc deleted file mode 100644 index 530e72f..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/apps.rc +++ /dev/null @@ -1,92 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. -# custom widgets, programs giving us a chance to alter their UI to fit more with -# the theme or stuff that is supposed to look different, like panels. - -# TODO: This could really look nicer -style "gimp_spin_scale" { - # Spin background - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "chrome_gtk_frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 -} - -# Disable spin button assets for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" - -# Chromium lets us define some colours and settings for better integration -class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/border.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/border.png deleted file mode 100644 index b0bc0a0..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/border.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-active.png deleted file mode 100644 index f671a33..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-disabled.png deleted file mode 100644 index 30be7d2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 09002d7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button.png deleted file mode 100644 index 2815719..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/button.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 100644 index 17dd839..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-disabled.png deleted file mode 100644 index 10f6c75..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 100644 index 7374e16..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index e7d33b3..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 100644 index dd63162..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-disabled.png deleted file mode 100644 index 1aad7bd..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 100644 index e675f91..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed.png deleted file mode 100644 index 9ccfabb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 100644 index c515eb7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-disabled.png deleted file mode 100644 index 63516cb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 100644 index f1e9be5..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 900c1a0..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-active.png deleted file mode 100644 index 069f76d..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-disabled.png deleted file mode 100644 index e194aa4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-hover.png deleted file mode 100644 index 866edb1..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry.png deleted file mode 100644 index bf1011a..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-left-entry.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-active.png deleted file mode 100644 index e3d62cb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-disabled.png deleted file mode 100644 index f9f1a87..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-hover.png deleted file mode 100644 index b907093..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry.png deleted file mode 100644 index 6992de4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/combo-right-entry.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-active.png deleted file mode 100644 index 3394bbb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-background-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index 50199da..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-background.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-background.png deleted file mode 100644 index b541bbc..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-disabled.png deleted file mode 100644 index 30be7d2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-hover.png deleted file mode 100644 index 99c7b0a..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry.png deleted file mode 100644 index 2815719..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-active.png deleted file mode 100644 index f671a33..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-disabled.png deleted file mode 100644 index 481dc96..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-hover.png deleted file mode 100644 index 09002d7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button.png deleted file mode 100644 index 481dc96..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/flat-button.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/focus.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/focus.png deleted file mode 100644 index 1d745e7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame-inline.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index ea449e8..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame-notebook.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index e73b543..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame.png deleted file mode 100644 index e73b543..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz-active.png deleted file mode 100644 index 92c51eb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz-hover.png deleted file mode 100644 index 3d51d2f..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index 7084b69..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert-active.png deleted file mode 100644 index 53bc1a7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert-hover.png deleted file mode 100644 index 9e9535e..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index 768bc88..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-checked-disabled.png deleted file mode 100644 index af59299..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-checked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 449a309..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-mixed-disabled.png deleted file mode 100644 index 891d366..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-mixed.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index 4a42e4d..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png deleted file mode 100644 index fc60b56..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index 28a4762..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-checked-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-checked-disabled.png deleted file mode 100644 index 5c3eb21..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-checked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 3a8cb1f..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-mixed-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-mixed-disabled.png deleted file mode 100644 index 891d366..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-mixed.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index 4a42e4d..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-unchecked-disabled.png deleted file mode 100644 index fc60b56..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-unchecked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index 28a4762..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-alt-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-alt-disabled.png deleted file mode 100644 index f5a28c6..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-alt.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-alt.png deleted file mode 100644 index e1dd8d7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-alt.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-disabled.png deleted file mode 100644 index 3010107..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down.png deleted file mode 100644 index cf54a11..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-alt-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-alt-disabled.png deleted file mode 100644 index ef9eae3..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-alt.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-alt.png deleted file mode 100644 index ee684d2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-alt.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-disabled.png deleted file mode 100644 index f65f8d4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-semi.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index 8c857b0..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left.png deleted file mode 100644 index fd14eed..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-alt-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-alt-disabled.png deleted file mode 100644 index fde3e2b..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-alt.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-alt.png deleted file mode 100644 index 091aecb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-alt.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-disabled.png deleted file mode 100644 index 84abb27..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-semi.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index 58ca863..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right.png deleted file mode 100644 index 0910b61..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-alt-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-alt-disabled.png deleted file mode 100644 index da61224..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-alt.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-alt.png deleted file mode 100644 index 376945b..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-alt.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-disabled.png deleted file mode 100644 index 5a35705..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up.png deleted file mode 100644 index bd21166..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/progressbar-progress.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/progressbar-progress.png deleted file mode 100644 index dcf24dc..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/progressbar-progress.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/progressbar-trough.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/progressbar-trough.png deleted file mode 100644 index b884aca..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/progressbar-trough.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-active.png deleted file mode 100644 index 75cb686..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-disabled.png deleted file mode 100644 index 95e8883..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-hover.png deleted file mode 100644 index 1bc0da1..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index 2dcdfad..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-active.png deleted file mode 100644 index dd63162..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-disabled.png deleted file mode 100644 index 1aad7bd..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 100644 index e675f91..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed.png deleted file mode 100644 index 9ccfabb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 100644 index c515eb7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-disabled.png deleted file mode 100644 index 63516cb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 100644 index f1e9be5..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index 900c1a0..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index 40cc671..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough-disabled.png deleted file mode 100644 index 452a158..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index 452181f..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index 1afff5e..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-disabled.png deleted file mode 100644 index cbef6fd..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index f8bf5d4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index fee4a23..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index ef31e41..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough-disabled.png deleted file mode 100644 index ccc0b14..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index d61b728..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index 4408c6d..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-disabled.png deleted file mode 100644 index f6b9949..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index 8098d38..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index 7131cdc..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-trough.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index 73905be..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png deleted file mode 100644 index 7dfe04d..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png deleted file mode 100644 index d0ddd54..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png deleted file mode 100644 index 8e61baa..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider.png deleted file mode 100644 index 6ee8a9d..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-slider.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-trough.png deleted file mode 100644 index e502307..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-ltr-trough.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png deleted file mode 100644 index edb3e7b..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png deleted file mode 100644 index 96dd85c..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png deleted file mode 100644 index 70bc773..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider.png deleted file mode 100644 index 38bf515..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-slider.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-trough.png deleted file mode 100644 index daa1695..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/scrollbar-vert-rtl-trough.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index 4686b06..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-disabled.png deleted file mode 100644 index e8bfc89..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index 87541cc..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index 6470665..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index 6ecf03b..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-disabled.png deleted file mode 100644 index b632c27..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index 47a4a34..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index 02f6880..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index d983469..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-disabled.png deleted file mode 100644 index fe9f834..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index 0fd9387..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index 192d3b7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index e2e7f89..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-disabled.png deleted file mode 100644 index a00638a..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index 85f3cfe..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index d916a2a..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/tab.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/tab.png deleted file mode 100644 index e4deef0..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/tab.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button-active.png deleted file mode 100644 index 0536751..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button-hover.png deleted file mode 100644 index 15e37e2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button.png deleted file mode 100644 index c6741d2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-ltr-button.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button-active.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button-active.png deleted file mode 100644 index 6c66172..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button-hover.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button-hover.png deleted file mode 100644 index b967a0a..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button-hover.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button.png b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button.png deleted file mode 100644 index c6741d2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/assets/treeview-rtl-button.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/gtkrc b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/gtkrc deleted file mode 100644 index 07ffb00..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/gtkrc +++ /dev/null @@ -1,36 +0,0 @@ -# Based on Bridge by ScionicSpectre and Adwaita by GNOME -# vim:set ts=2 sw=2 sts=2 ai et: -# -# This is the GTK 2 version of Materia. It's whole purpose is to look as the -# GTK 3 version as much as possible until GTK 2 dies completely. -# -# Note: comments for explaining styles are on the bottom of each file beside the -# widget matches. - -# Declare the colours used throughout the theme. -# There shouldn't be any fiddling with them in the theme files themselves in -# order to not mess up the dark theme. - -# Text/base -gtk-color-scheme = "text_color:#E9E9ED\nbase_color:#1A1B26" -# Foreground/background -gtk-color-scheme = "fg_color:#E9E9ED\nbg_color:#1A1B26" -# Selected foreground/background -gtk-color-scheme = "selected_fg_color:#E9E9ED\nselected_bg_color:#7AA2F7" -# Titlebar foreground/background -gtk-color-scheme = "titlebar_fg_color:#E9E9ED\ntitlebar_bg_color:#292E42" -# Menus -gtk-color-scheme = "menu_color:#323449" -# Tooltips foreground/background -gtk-color-scheme = "tooltip_fg_color:#E9E9ED\ntooltip_bg_color:#414868" -# Links -gtk-color-scheme = "link_color:#7DCFFF\nvisited_link_color:#BB9AF7" - -# Set GTK settings -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -# And hand over the control to the theme files -include "main.rc" -include "apps.rc" -include "hacks.rc" diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/hacks.rc b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/hacks.rc deleted file mode 100644 index c288da3..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/hacks.rc +++ /dev/null @@ -1,36 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file contains horrible hacks to make this theme work with some programs -# This is mostly due to the limitations of GTK 2 but sometimes its the fault of -# the programs themselves. Not going to point fingers. -# -# Either way, it's a WONTFIX for both, hence this horrible file. - -style "toplevel_hack" { - engine "adwaita" {} -} - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -style "vim_notebook" { - bg[NORMAL] = @base_color - bg[ACTIVE] = @bg_color -} - -# Vim puts an eventbox between the tab and the label and colours it, -# we need to handle that -widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" - -# (he)xchat input box -class "SexySpellEntry" style:highest "normal_entry" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but GTK uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that -widget_class "*Chrom*" style "chrome_entry" - -# Hack to be able to match widgets in LibreOffice -class "GtkWindow" style "toplevel_hack" diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/main.rc b/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/main.rc deleted file mode 100644 index 8349b0e..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-2.0/main.rc +++ /dev/null @@ -1,2708 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This is the main theme file, handling all the default widgets and theme -# properties. Since GTK 2 is old, we need to overcome some of its limitations, -# which is also mostly done in this file. Sadly not all of them can be overcome -# so there will always be a visible difference between the GTK 2 and 3 theme. - -style "default" { - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-padding = 0 - GtkWidget::focus-line-width = 2 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) - GtkToolbar::internal-padding = 2 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 4 - GtkWidget::tooltip-alpha = 230 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @visited_link_color - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkHTML::vlink-color = @visited_link_color - GtkIMHtml::hyperlink-color = @link_color - GtkIMHtml::hyperlink-visited-color = @visited_link_color - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 3 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {0, 0, 0, 0} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {0, 0, 0, 0} - - GtkPaned::handle-size = 8 - GtkHPaned::handle-size = 8 - GtkVPaned::handle-size = 8 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 17 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 24 - GtkScale::slider_width = 24 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 4 - GtkProgressBar::min-vertical-bar-width = 4 - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 4 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 12 - - GtkCheckButton::indicator-size = 24 - GtkCheckButton::indicator_spacing = 2 - GtkOptionMenu::indicator_spacing = {8, 8, 4, 4} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 0 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 0 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = mix (0.5, @text_color, @base_color) - text[ACTIVE] = @text_color - - base[NORMAL] = @base_color - base[PRELIGHT] = mix (0.08, @text_color, @base_color) - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-disabled.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - - image { - function = ARROW - detail = "vscrollbar" - } - - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-left-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-right-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left-alt.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right-alt.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {5, 5, 5, 5} # Super strange, {4, 4, 4, 4} does not work properly... - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-horz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-horz-hover.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-horz-active.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-vert-hover.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-vert-active.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - state = NORMAL - file = "assets/pan-down-alt.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = PRELIGHT - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = ACTIVE - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = INSENSITIVE - file = "assets/pan-down-alt-disabled.png" - } - - # LTR - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-right-alt.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-right.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-right.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-right-alt-disabled.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - direction = LTR - } - - # RTL - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-left-alt.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-left.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-left.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-left-alt-disabled.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - direction = RTL - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 1, 0, 0} - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {1, 0, 0, 0} - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 0, 1} - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 1, 0} - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {1, 0, 0, 0} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 1, 0, 0} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-ltr-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - direction = LTR - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-rtl-trough.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - direction = RTL - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-disabled.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-hover.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-active.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-disabled.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - # RTL - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-hover.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-active.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-disabled.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - ########## - # Scales # - ########## - - # Troughs, overrided later on. We set them here too because some widgets - # don't specify their orientation. - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-disabled.png" - } - - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-disabled.png" - } - - ########### - # Menubar # - ########### - - image { - function = BOX - detail = "menubar" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - - ######### - # Spins # - ######### - - # Spin-Up LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-disabled.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-disabled.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-disabled.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-disabled.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - direction = RTL - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - } -} - -style "menubar" { - bg[NORMAL] = @titlebar_bg_color - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) - bg[INSENSITIVE] = @bg_color - # Needed to fix Firefox's menubar text - bg[SELECTED] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[SELECTED] = @titlebar_fg_color -} - -style "menubar_item" { - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - bg[PRELIGHT] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) -} - -style "menu" { - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @menu_color - bg[INSENSITIVE] = @menu_color - bg[PRELIGHT] = @menu_color - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) -} - -style "menu_item" { - xthickness = 4 - ythickness = 4 - - bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) - fg[PRELIGHT] = @fg_color - # Chromium uses this setting - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) - text[SELECTED] = @fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - border = {0, 0, 0, 1} - } - } -} - -style "button_label" { - # fg[NORMAL] = mix(0.7, @fg_color, @bg_color) - # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "normal_button_label" { - # fg[NORMAL] = @fg_color - # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) - - font_name = "Regular" -} - -style "button" { - xthickness = 6 - ythickness = 6 - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) - - # We set this same as the border of the border of the entry - # This way there's no overlap - xthickness = 6 - ythickness = 6 -} - -style "combobox" { - xthickness = 6 - ythickness = 6 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/entry-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "combobox_cellview" { - # text[NORMAL] = mix(0.7, @fg_color, @bg_color) - # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) -} - -style "combobox_entry" { - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 2, 0, 0} - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - - engine "pixmap" { - - ############# - # LTR entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-left-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-left-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-left-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - ############# - # RTL entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-right-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-right-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-right-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = RTL - } - - ############## - # LTR button # - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-right-entry.png" - border = {0, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-right-entry-hover.png" - border = {0, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-right-entry-active.png" - border = {0, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-right-entry-disabled.png" - border = {0, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - ############## - # RTL button # - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-left-entry.png" - border = {6, 0, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-left-entry-hover.png" - border = {6, 0, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-left-entry-active.png" - border = {6, 0, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-left-entry-disabled.png" - border = {6, 0, 6, 6} - stretch = TRUE - direction = RTL - } - } -} - -style "combo_button_padding" { - # Since one side of the button is missing, we need to shift the arrow a - # little to the right. - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button. - GtkButton::inner-border = {3, 6, 3, 3} -} - -style "notebook" { - xthickness = 3 - ythickness = 3 - bg[NORMAL] = @base_color -} - -style "notebook_tab_label" { - fg[ACTIVE] = mix(0.7, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - base[NORMAL] = @base_color - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = @base_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = @bg_color -} - -style "normal_entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - } -} - -style "scale_vert" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - } -} - -style "progressbar" { - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "treeview_header" { - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = mix(0.7, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - - font_name = "Medium" - - GtkButton::inner-border = {4, 4, 0, 2} - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/treeview-ltr-button.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-ltr-button-hover.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-ltr-button-active.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = NORMAL - file = "assets/treeview-rtl-button.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-rtl-button-hover.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-rtl-button-active.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -style "scrolled_window" { - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -style "frame" { - engine "pixmap" { - image { - function = SHADOW - shadow = NONE - } - - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - } -} - -style "tool_button" { - GtkButton::inner-border = {2, 2, 2, 2} - - # For the sake of sanity style buttons this way - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/flat-button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/flat-button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = OUT - file = "assets/flat-button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = IN - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - # GtkToolbar::button-relief = GTK_RELIEF_NORMAL - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } -} - -style "tooltip" { - xthickness = 8 - ythickness = 8 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "disable_text_shadow" { - engine "murrine" { - textstyle = 0 - } -} - -style "disable_separator" { - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 -} - -# Default style, containing theme properties and trying to match every widget as -# much as possible, which is not only faster than trying to match every widget -# by its own but also less bug-prune and more consistent. However there is some -# widget specific stuff that needs to be taken care of, which is the point of -# every other style below. -class "GtkWidget" style "default" - -###################################### -# Override padding, style and colour # -###################################### - -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -# Menu and menubar items -widget_class "**" style "menu_item" -widget_class "*.*" style "menubar_item" -widget_class "**" style "separator_menu_item" - -# Treeview buttons -widget_class "***" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "**" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*." style "combobox" -widget_class "*" style "combobox" - -# And disable separators on them -widget_class "*.*" style "disable_separator" -widget_class "**" style "disable_separator" -widget_class "**" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "**" style "combobox_entry" - -# Join the Combo entry and button -widget_class "**" style "combobox_entry" - -# Tweak the padding on the button a little bit because it -# uses it a bit differently -widget_class "*." style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there -# isn't a way to apply the style to only the comboboxes that -# have an entry inside - -# Tool buttons have different styles -widget_class "**" style "tool_button" -widget_class "**.*" style "tool_button" - -# Notebooks -widget_class "*." style "notebook_tab_label" -widget_class "*.." style "notebook_tab_label" - -# Notebooks are white, act accordingly -widget_class "**" style "notebook_entry" -widget_class "**" style "notebook_bg" -widget_class "**" style "notebook_bg" -widget_class "***" style "notebook_bg" -widget_class "**" style "notebook_bg" -widget_class "*.*" style "notebook_bg" - -# However, stuff inside eventboxes inside notebooks is grey -# again, react -widget_class "***" style "normal_entry" -widget_class "***" style "normal_bg" -widget_class "***" style "normal_bg" - -# Button labels -widget_class "*." style "button_label" - -# Normalize button labels -widget_class "*." style "normal_button_label" -widget_class "*." style "normal_button_label" - -# ComboBoxes tend to draw the button label with text[] -# instead of fg[], we need to fix that -widget_class "**" style "combobox_cellview" - -# Disable white text shadows -widget_class "*" style "disable_text_shadow" -widget_class "*" style "disable_text_shadow" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index c3eedb0..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 96be359..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg deleted file mode 100644 index f016658..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg deleted file mode 100644 index 1bc6987..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/close.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/close.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/close.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/maximize.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/maximize.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/maximize.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/minimize.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/minimize.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/minimize.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index d13b029..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index ed8d87a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg deleted file mode 120000 index 79b7355..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -checkbox-mixed-symbolic.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg deleted file mode 120000 index b68859d..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg +++ /dev/null @@ -1 +0,0 @@ -checkbox-mixed-symbolic@2.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg deleted file mode 100644 index de0d789..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg deleted file mode 100644 index 7f0235f..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-hover-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-hover-symbolic.svg deleted file mode 100644 index 993f308..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-hover-symbolic.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-hover-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-hover-symbolic@2.svg deleted file mode 100644 index 740bc8b..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-hover-symbolic@2.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-symbolic.svg deleted file mode 100644 index 73a1dbe..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-symbolic.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-symbolic@2.svg deleted file mode 100644 index bec2ee4..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-slider-symbolic@2.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg deleted file mode 100644 index 37d9c04..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg deleted file mode 100644 index 1bc5cb6..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index caed76f..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 58aa5ff..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg deleted file mode 100644 index 0e477a9..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg deleted file mode 100644 index d0980e2..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 0fdb530..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index 251e2f5..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg deleted file mode 120000 index 86dfcec..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -small-checkbox-mixed-symbolic.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg deleted file mode 120000 index bafb558..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg +++ /dev/null @@ -1 +0,0 @@ -small-checkbox-mixed-symbolic@2.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/unmaximize.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/unmaximize.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scalable/unmaximize.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 7238374..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index fb1d630..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 04c92dd..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index f174165..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index 4b86318..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index fc5ef34..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 050a337..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 854d1f5..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index b25e5d6..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index 0ea5223..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 01704d7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index f3fb827..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index 9097332..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index b1a6069..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 9499cc3..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index d96b8c4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index 1251441..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 26fe827..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 6e8056e..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 9a36cdf..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index f456b85..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index f0840d6..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 13553ba..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 499b19e..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index fc50c6c..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 7f8a0f6..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index 0ede812..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index db106c9..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 8487102..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 15f7db0..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 725ac32..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index a7ad3c6..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index 826306c..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index a451b4d..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index 074b1bf..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7928a6e..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index 36448e2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 3708061..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 8e04796..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index ff2b9c2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/gtk-dark.css b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/gtk-dark.css deleted file mode 100644 index 59bd60a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,8585 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #cba6f7 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #cba6f7 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -gtktoolbutton-icon-spacing: 0; - -gtktextview-error-underline-color: #d20f39; - -gtkscrolledwindow-scrollbar-spacing: 0; - -gtktoolitemgroup-expander-size: 11; - -gtkwidget-text-handle-width: 24; - -gtkwidget-text-handle-height: 24; - -gtkdialog-button-spacing: 6; - -gtkdialog-action-area-border: 6; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 12px; - -gtk-secondary-caret-color: #cba6f7; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -.thunar .standard-view.frame widget.view:selected, XfdesktopIconView.view:active, calendar.raven-calendar:selected, box.vertical > widget > widget:selected, calendar:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: #eff1f5; - background-color: alpha(currentColor, 0.1); -} - -.nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected { - color: #cba6f7; - background-color: rgba(203, 166, 247, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, .nautilus-window.background.csd notebook widget.view:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -treeview.view:selected, .view:selected { - color: rgba(30, 30, 46, 0.87); - background-color: #e6e9ef; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 12px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 12px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1e1e2e; - color: #eff1f5; -} - -.background.csd { - border-radius: 0 0 12px 12px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #1e1e2e; - color: #eff1f5; -} - -.gtkstyle-fallback:hover { - background-color: #14141f; - color: #eff1f5; -} - -.gtkstyle-fallback:active { - background-color: #0a0a0f; - color: #eff1f5; -} - -.gtkstyle-fallback:disabled { - background-color: #1e1e2e; - color: rgba(239, 241, 245, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.view { - background-color: #1e1e2e; - color: #eff1f5; -} - -.view:hover { - color: #cba6f7; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.2); -} - -.view:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -window.background.csd > stack.view { - border-radius: 0 0 12px 12px; -} - -textview text { - background-color: rgba(239, 241, 245, 0.04); -} - -textview border { - background-color: #313244; - color: rgba(239, 241, 245, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 12px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -flowbox rubberband { - border: 1px solid #cba6f7; - background-color: rgba(203, 166, 247, 0.3); -} - -flowbox flowboxchild { - padding: 3px; - border-radius: 12px; - color: #eff1f5; -} - -flowbox flowboxchild button.osd.remove-button { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(239, 241, 245, 0.7); -} - -label:disabled { - color: rgba(239, 241, 245, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; -} - -.dim-label { - color: rgba(239, 241, 245, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(239, 241, 245, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: #eff1f5; -} - -.osd .scale-popup.background, .app-notification, -.osd { - opacity: 0.9; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry { - background-color: rgba(30, 30, 46, 0.04); - color: rgba(30, 30, 46, 0.87); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus { - color: rgba(30, 30, 46, 0.87); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:drop(active), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:drop(active), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:drop(active) { - color: rgba(30, 30, 46, 0.87); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:disabled, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:disabled { - background-color: rgba(30, 30, 46, 0.04); - color: rgba(30, 30, 46, 0.38); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry image, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry image { - color: rgba(30, 30, 46, 0.6); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry image:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry image:disabled, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry image:disabled { - color: rgba(30, 30, 46, 0.38); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:hover image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:hover image, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:hover image, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus image, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus image { - color: rgba(30, 30, 46, 0.87); -} - -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 36px; - padding: 0 8px; - border-radius: 12px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: #eff1f5; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px #cba6f7; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(239, 241, 245, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: #eff1f5; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(239, 241, 245, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(239, 241, 245, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: #eff1f5; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px #d20f39; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: #eff1f5; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px #df8e1d; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #cba6f7; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #313244; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(239, 241, 245, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#cba6f7), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#cba6f7), to(transparent)); - } -} - -.xfce4-panel.background button, .raven-mpris button.image-button, .mate-panel-menu-bar button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, .app-notification button:not(.suggested-action):not(.destructive-action), frame.documents-dropdown .linked > button, .app-notification .linked > button, toolbar.osd .linked > button, frame.documents-dropdown button, .osd .scale-popup.background button, .app-notification button, toolbar.osd button { - color: rgba(239, 241, 245, 0.7); -} - -.xfce4-panel.background button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, infobar.warning > revealer > box button:focus, .app-notification button:focus:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:focus, .osd .scale-popup.background button:focus, .app-notification button:focus, toolbar.osd button:focus, .xfce4-panel.background button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, infobar.warning > revealer > box button:hover, .app-notification button:hover:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:hover, .osd .scale-popup.background button:hover, .app-notification button:hover, toolbar.osd button:hover, .xfce4-panel.background button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, infobar.warning > revealer > box button:active, .app-notification button:active:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:active, .osd .scale-popup.background button:active, .app-notification button:active, toolbar.osd button:active, .xfce4-panel.background button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, infobar.warning > revealer > box button:checked, .app-notification button:checked:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:checked, .osd .scale-popup.background button:checked, .app-notification button:checked, toolbar.osd button:checked { - color: #eff1f5; -} - -.xfce4-panel.background button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, infobar.warning > revealer > box button:disabled, .app-notification button:disabled:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:disabled, .osd .scale-popup.background button:disabled, .app-notification button:disabled, toolbar.osd button:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.xfce4-panel.background button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, frame.documents-dropdown button:checked:disabled, .osd .scale-popup.background button:checked:disabled, .app-notification button:checked:disabled, toolbar.osd button:checked:disabled { - color: rgba(239, 241, 245, 0.5); -} - -actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.combo) { - background-color: #313244; - color: #eff1f5; -} - -actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.combo) { - background-color: rgba(30, 30, 46, 0.87); - color: #e6e9ef; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat, terminal-window notebook > header > box button.flat, notebook > header > button.flat, notebook > header tab:not(:checked) button.flat { - color: rgba(30, 30, 46, 0.6); -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:hover, terminal-window notebook > header > box button.flat:hover, notebook > header > button.flat:hover, notebook > header tab:not(:checked) button.flat:hover, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:active, terminal-window notebook > header > box button.flat:active, notebook > header > button.flat:active, notebook > header tab:not(:checked) button.flat:active, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:focus, terminal-window notebook > header > box button.flat:focus, notebook > header > button.flat:focus, notebook > header tab:not(:checked) button.flat:focus { - color: rgba(30, 30, 46, 0.87); -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:checked, terminal-window notebook > header > box button.flat:checked, notebook > header > button.flat:checked, notebook > header tab:not(:checked) button.flat:checked { - background-color: rgba(30, 30, 46, 0.87); - color: #e6e9ef; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:disabled, terminal-window notebook > header > box button.flat:disabled, notebook > header > button.flat:disabled, notebook > header tab:not(:checked) button.flat:disabled { - color: rgba(30, 30, 46, 0.3); -} - -button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(239, 241, 245, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: #eff1f5; -} - -button:focus { - box-shadow: 0 0 0 2px rgba(203, 166, 247, 0.35); -} - -button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -button:disabled { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -button:checked { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -.raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, button.titlebutton:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, button.close, button.circular, .inline-toolbar button:not(.text-button) { - border-radius: 9999px; -} - -.raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, button.titlebutton:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, button.close label, button.circular label, .inline-toolbar button:not(.text-button) label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header > button.flat, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, .budgie-settings-window buttonbox.inline-toolbar button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, placessidebar.sidebar row button.sidebar-button, calendar.button, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular, treeview.view header button button.circular, row.activatable button.circular, scrollbar button, notebook > header > tabs > arrow, modelbutton.flat, -.menuitem.button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .raven stackswitcher.linked > button, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog .dialog-action-box button, -messagedialog .dialog-action-box .linked:not(.vertical) > button, popover.background.menu button, -popover.background button.model, toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(239, 241, 245, 0.7); -} - -.budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, .budgie-settings-window buttonbox.inline-toolbar button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:focus, treeview.view header button button.circular:focus, row.activatable button.circular:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog .dialog-action-box button:focus, -messagedialog .dialog-action-box .linked:not(.vertical) > button:focus, popover.background.menu button:focus, -popover.background button.model:focus, toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #eff1f5; -} - -.budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:hover, treeview.view header button button.circular:hover, row.activatable button.circular:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog .dialog-action-box button:hover, -messagedialog .dialog-action-box .linked:not(.vertical) > button:hover, popover.background.menu button:hover, -popover.background button.model:hover, toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: #eff1f5; -} - -.budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:active, treeview.view header button button.circular:active, row.activatable button.circular:active, scrollbar button:active, notebook > header > tabs > arrow:active, modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog .dialog-action-box button:active, -messagedialog .dialog-action-box .linked:not(.vertical) > button:active, popover.background.menu button:active, -popover.background button.model:active, toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: #eff1f5; -} - -.budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:disabled, treeview.view header button button.circular:disabled, row.activatable button.circular:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog .dialog-action-box button:disabled, -messagedialog .dialog-action-box .linked:not(.vertical) > button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(239, 241, 245, 0.32); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog .dialog-action-box button:checked, -messagedialog .dialog-action-box .linked:not(.vertical) > button:checked, popover.background.menu button:checked, -popover.background button.model:checked, toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog .dialog-action-box button:checked:disabled, popover.background.menu button:checked:disabled, -popover.background button.model:checked:disabled, toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(239, 241, 245, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - background-color: #1e1e2e; - color: #eff1f5; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #3d3e4c; - color: #eff1f5; -} - -button.osd:active { - background-color: #525360; - color: #eff1f5; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 12px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #1e66f5; - color: #eff1f5; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(30, 102, 245, 0.2), 0 4px 3px 0 rgba(30, 102, 245, 0.14), 0 1px 6px 0 rgba(30, 102, 245, 0.12); -} - -button.suggested-action:checked { - background-color: #5d90f5; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(30, 102, 245, 0.3), 0 2px 3px -1px rgba(30, 102, 245, 0.24), 0 2px 5px 0 rgba(30, 102, 245, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(30, 102, 245, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1e66f5; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(239, 241, 245, 0.32); -} - -button.suggested-action.flat:checked { - background-color: rgba(30, 102, 245, 0.3); -} - -button.destructive-action { - background-color: #d20f39; - color: #eff1f5; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(210, 15, 57, 0.2), 0 4px 3px 0 rgba(210, 15, 57, 0.14), 0 1px 6px 0 rgba(210, 15, 57, 0.12); -} - -button.destructive-action:checked { - background-color: #db5371; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(210, 15, 57, 0.3), 0 2px 3px -1px rgba(210, 15, 57, 0.24), 0 2px 5px 0 rgba(210, 15, 57, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(210, 15, 57, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #d20f39; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(239, 241, 245, 0.32); -} - -button.destructive-action.flat:checked { - background-color: rgba(210, 15, 57, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -button.close, button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -/********* - * Links * - *********/ -*:link { - color: #8fcbe8; -} - -*:visited { - color: #8839ef; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #8fcbe8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #8839ef; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 32px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 6px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(239, 241, 245, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 6px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(239, 241, 245, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 3px; -} - -spinbutton.vertical button.down { - margin: 0 3px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -combobox > .linked > button.combo { - padding: 6px 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: #eff1f5; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(239, 241, 245, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px #cba6f7; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -gtkwidget-window-dragging: true; - padding: 2px 3px; - background-color: #1e1e2e; -} - -toolbar .linked -> button:not(:hover):not(:active):not(:checked):not(:focus):not( -:disabled -) { - background-color: alpha(currentColor, 0.05); -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .osd .scale-popup.background, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #1e1e2e; - color: #eff1f5; -} - -frame.documents-dropdown:backdrop, .osd .scale-popup.background:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -frame.left.documents-dropdown, .osd .left.scale-popup.background, .left.app-notification, frame.right.documents-dropdown, .osd .right.scale-popup.background, .right.app-notification, frame.top.documents-dropdown, .osd .top.scale-popup.background, .top.app-notification, frame.bottom.documents-dropdown, .osd .bottom.scale-popup.background, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .osd .bottom.scale-popup.background, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -frame.documents-dropdown entry, .osd .scale-popup.background entry, .app-notification entry, -frame.documents-dropdown button, -.osd .scale-popup.background button, -.app-notification button, toolbar.osd entry, -toolbar.osd button { - border-radius: 12px; -} - -frame.documents-dropdown entry, .osd .scale-popup.background entry, .app-notification entry, toolbar.osd entry { - color: #eff1f5; -} - -frame.documents-dropdown .linked > button:first-child, .osd .scale-popup.background .linked > button:first-child, .app-notification .linked > button:first-child, toolbar.osd .linked > button:first-child { - border-radius: 12px 0 0 12px; -} - -frame.documents-dropdown .linked > button:last-child, .osd .scale-popup.background .linked > button:last-child, .app-notification .linked > button:last-child, toolbar.osd .linked > button:last-child { - border-radius: 0 12px 12px 0; -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px 1px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.toolbar { - background-color: #1e1e2e; -} - -frame .toolbar { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.inline-toolbar { - padding: 6px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(239, 241, 245, 0.12); - background-color: #313244; - border-radius: 0 0 9px 9px; -} - -.frame .inline-toolbar { - border-width: 1px 0 0; - background-color: transparent; -} - -searchbar > revealer > box, -.location-bar { - padding: 6px; - border: none; - background-color: #1e1e2e; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), .titlebar button:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; -} - -.nemo-window .primary-toolbar .linked > button:not(.text-button), .titlebar .linked > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -.nemo-window .primary-toolbar .linked > button:first-child:not(.text-button), .titlebar .linked > button:first-child:not(.suggested-action):not(.destructive-action) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.nemo-window .primary-toolbar .linked > button:last-child:not(.text-button), .titlebar .linked > button:last-child:not(.suggested-action):not(.destructive-action) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.nemo-window .primary-toolbar .linked > button:only-child:not(.text-button), .titlebar .linked > button:only-child:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:hover:not(.text-button), .titlebar button:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(239, 241, 245, 0.12); -} - -.nemo-window .primary-toolbar button:checked:not(.text-button), .titlebar button:checked:not(.suggested-action):not(.destructive-action) { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.nemo-window .primary-toolbar button:checked:hover:not(.text-button), .titlebar button:checked:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(30, 30, 46, 0.04); - color: rgba(30, 30, 46, 0.87); -} - -.nemo-window .primary-toolbar button:checked:focus:not(.text-button), .titlebar button:checked:focus:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.87); - box-shadow: none; -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: rgba(230, 233, 239, 0.5); - color: rgba(30, 30, 46, 0.38); -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), .titlebar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), .titlebar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), .titlebar button:active:not(.suggested-action):not(.destructive-action) { - color: #eff1f5; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), .titlebar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), .titlebar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), .titlebar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), .titlebar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), .titlebar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), .titlebar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), .titlebar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.6); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), .titlebar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - border-radius: 9999px; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(239, 241, 245, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: #eff1f5; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.titlebar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #1e1e2e; - color: #eff1f5; - border-radius: 12px 12px 0 0; - border: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.titlebar:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.titlebar:backdrop { - color: rgba(239, 241, 245, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.csd .titlebar:backdrop { - background-color: #1e1e2e; -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(239, 241, 245, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(239, 241, 245, 0.5); -} - -.titlebar .titlebar, -.titlebar headerbar { - background-color: transparent; - box-shadow: none; -} - -.titlebar + separator, -.titlebar + separator.sidebar { - background-color: #1e1e2e; - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.titlebar + separator:backdrop, -.titlebar + separator.sidebar:backdrop { - background-color: #1e1e2e; -} - -.titlebar.selection-mode + separator, .titlebar.selection-mode + separator.sidebar, .selection-mode .titlebar + separator, .selection-mode .titlebar + separator.sidebar { - background-color: #cba6f7; -} - -.titlebar.selection-mode + separator:backdrop, .titlebar.selection-mode + separator.sidebar:backdrop, .selection-mode .titlebar + separator:backdrop, .selection-mode .titlebar + separator.sidebar:backdrop { - background-color: #cba6f7; -} - -.titlebar button.suggested-action:disabled, -.titlebar button.destructive-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -.titlebar stackswitcher { - background-color: rgba(239, 241, 245, 0.04); -} - -.titlebar stackswitcher:checked { - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -.titlebar stackswitcher:checked:hover { - background-color: white; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.titlebar .path-bar -button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 6px; - padding-right: 6px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - box-shadow: inset 0 1px rgba(239, 241, 245, 0.15); -} - -.titlebar.selection-mode:backdrop { - color: rgba(30, 30, 46, 0.6); - background-color: #dbc2fa; -} - -.titlebar.selection-mode .subtitle:link { - color: rgba(30, 30, 46, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(30, 30, 46, 0.38); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - color: rgba(30, 30, 46, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(30, 30, 46, 0.38); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:not(.titlebutton) { - color: rgba(30, 30, 46, 0.6); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(30, 30, 46, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(30, 30, 46, 0.6); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(30, 30, 46, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -gtkarrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 24px; - padding: 6px 12px; - border-radius: 12px 12px 0 0; - border: none; - background-color: #1e1e2e; - background-image: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.titlebar.default-decoration:backdrop { - background-color: #1e1e2e; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - min-height: 24px; - min-width: 24px; - margin: 0; - padding: 0; -} - -.titlebar.default-decoration button.titlebutton.minimize:active, .titlebar.default-decoration button.titlebutton.maximize:active, .titlebar.default-decoration button.titlebutton.close:active { - color: rgba(30, 30, 46, 0.87); - background-image: none; - animation: none; - box-shadow: none; - background-color: rgba(189, 192, 200, 0.9675); -} - -.background.csd .titlebar.default-decoration { - padding: 6px; -} - -.solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 48px; - padding: 0 6px; -} - -box.vertical headerbar { - background-color: #1e1e2e; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar > box.left, -headerbar > box.right { - padding: 0 6px; -} - -headerbar separator.titlebutton, -headerbar separator.sidebar { - margin-top: 12px; - margin-bottom: 12px; - background-color: transparent; -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 0 0 12px 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not( -.destructive-action -) { - border-radius: 9px; - margin: 6px 3px; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not( -.destructive-action -):not(:hover):not(:active):not(:checked) { - background-color: transparent; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not( -.destructive-action -) > stack > box { - padding: 0 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not( -.destructive-action -):focus { - box-shadow: none; -} - -headerbar.windowhandle > button.popup label, -headerbar.windowhandle > button.popup image { - min-height: 0; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 6px; - margin-left: 1px; - margin-right: 1px; - background-color: alpha(currentColor, 0.08); -} - -.caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled { - background-color: alpha(currentColor, 0.05); -} - -.caja-pathbar button:first-child, -.path-bar.linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.caja-pathbar button:last-child, -.path-bar.linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - background-color: alpha(currentColor, 0.16); - color: #eff1f5; -} - -.caja-pathbar button label, -.caja-pathbar button image, -.path-bar.linked:not(.vertical) > button label, -.path-bar.linked:not(.vertical) > button image { - margin-left: 3px; - margin-right: 3px; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(239, 241, 245, 0.12); - border-top-color: rgba(239, 241, 245, 0.12); -} - -* { - -gtktreeview-horizontal-separator: 4; - -gtktreeview-grid-line-width: 1; - -gtktreeview-grid-line-pattern: ''; - -gtktreeview-tree-line-width: 1; - -gtktreeview-tree-line-pattern: ''; - -gtktreeview-expander-size: 16; -} - -.csd -treeview.view:not(:selected):not(:hover):not(.progressbar):not(.expander):not( -.trough -):not(.separator) { - background-color: transparent; -} - -treeview.view.separator { - min-height: 6px; - color: rgba(239, 241, 245, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - color: rgba(239, 241, 245, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: #eff1f5; -} - -treeview.view.expander:disabled { - color: rgba(239, 241, 245, 0.32); -} - -treeview.view.expander:selected { - color: rgba(30, 30, 46, 0.6); -} - -treeview.view.expander:selected:hover, treeview.view.expander:selected:active { - color: rgba(30, 30, 46, 0.87); -} - -treeview.view.expander:selected:disabled { - color: rgba(30, 30, 46, 0.3); -} - -treeview.view.progressbar { - border: none; - box-shadow: none; - background-color: #cba6f7; - background-image: none; - border-radius: 9999px; - color: rgba(30, 30, 46, 0.87); -} - -treeview.view.progressbar:selected, treeview.view.progressbar:selected:hover, treeview.view.progressbar:selected:focus { - box-shadow: none; - background-color: #d0b1f7; - color: rgba(30, 30, 46, 0.87); -} - -treeview.view.progressbar:selected:backdrop, treeview.view.progressbar:selected:hover:backdrop, treeview.view.progressbar:selected:focus:backdrop { - color: rgba(30, 30, 46, 0.87); -} - -treeview.view.progressbar:backdrop, treeview.view.progressbar:selected:backdrop { - background-color: rgba(239, 241, 245, 0.3); -} - -treeview.view.trough { - border: none; - box-shadow: none; - background-color: rgba(239, 241, 245, 0.12); - background-image: none; - border-radius: 9999px; - padding: 0; - margin: 0; -} - -treeview.view.trough:selected, treeview.view.trough:selected:hover, treeview.view.trough:selected:focus { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.12); -} - -treeview.view.trough:backdrop, treeview.view.trough:selected:backdrop { - background-color: rgba(239, 241, 245, 0.12); -} - -treeview.view header button { - padding: 2px 6px; - border: none; - border-right: 1px solid transparent; - border-color: rgba(239, 241, 245, 0.12); - border-radius: 0; - background-clip: border-box; - border-image: linear-gradient(to bottom, transparent 20%, rgba(239, 241, 245, 0.12) 20%, rgba(239, 241, 245, 0.12) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(239, 241, 245, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #313244; -} - -treeview.view header button:last-child { - border-right: none; - border-image: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(239, 241, 245, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #313244; - background-clip: border-box; - color: #cba6f7; -} - -treeview.view acceleditor > label { - background-color: #cba6f7; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -gtkwidget-window-dragging: true; - padding: 0; - background-color: #1e1e2e; - color: #eff1f5; -} - -menubar:backdrop, -.menubar:backdrop { - color: rgba(239, 241, 245, 0.7); - background-color: #1e1e2e; -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: none; - min-height: 20px; - padding: 4px 8px; - color: rgba(239, 241, 245, 0.7); - border-radius: 12px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -menubar > menuitem:backdrop, -.menubar > menuitem:backdrop { - color: rgba(239, 241, 245, 0.5); -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(239, 241, 245, 0.32); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -menubar > menuitem > window.popup.background > menu menuitem, -.menubar > menuitem > window.popup.background > menu menuitem { - transition: none; -} - -.background.popup { - background-color: transparent; -} - -menu { - margin: 6px; - padding: 6px; - background-color: #232634; - background-clip: border-box; - border-radius: 12px; - border: 1px solid #cba6f7; -} - -.csd menu { - border: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 8px; - color: #eff1f5; - font: initial; - text-shadow: none; - border-radius: 12px; -} - -menu menuitem:hover { - transition: none; - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; -} - -menu menuitem:hover accelerator { - color: #cba6f7; -} - -menu menuitem:hover:disabled accelerator { - color: rgba(30, 30, 46, 0.3); -} - -menu menuitem:active { - background-color: alpha(currentColor, 0.12); -} - -menu menuitem:disabled { - color: rgba(239, 241, 245, 0.5); -} - -menu menuitem accelerator { - color: rgba(239, 241, 245, 0.7); -} - -menu menuitem:disabled accelerator { - color: rgba(239, 241, 245, 0.32); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: #444556; -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #232634; - color: rgba(239, 241, 245, 0.7); -} - -menu > arrow.top { - margin-top: 0; - border-radius: 12px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menu > arrow.bottom { - margin-top: 8px; - margin-bottom: -12px; - border-radius: 12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: #eff1f5; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; - background-color: transparent; -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - background-color: #232634; - border-radius: 12px; -} - -popover.background, .csd popover.background { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -popover.background:backdrop, .csd popover.background:backdrop { - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -popover.background > stack { - margin: 0; -} - -popover.background > toolbar { - margin: 0; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > scrolledwindow > viewport.frame > list { - background-color: transparent; - padding: 6px; -} - -popover.background > scrolledwindow > viewport.frame > list > row { - border-radius: 12px; - padding: 6px; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #232634; -} - -popover.background button, -popover.background entry, -popover.background combobox { - border-radius: 12px; -} - -popover.background .linked > button:not(.radio) { - border-radius: 12px; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 12px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 12px; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 12px; -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 12px; -} - -popover.background separator { - margin: 3px 0; - background-color: transparent; -} - -popover.background list separator { - margin: 0; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 12px; - color: #eff1f5; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 3px 12px; - border: none; - outline: none; - background-clip: padding-box; - color: #eff1f5; - font-weight: 500; - border-radius: 9px; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(30, 30, 46, 0.12); - color: #cba6f7; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(30, 30, 46, 0.3); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #313244; - color: #cba6f7; -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(239, 241, 245, 0.5); -} - -notebook > header.bottom > tabs > arrow, notebook > header.top > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.bottom > tabs > arrow.down, notebook > header.top > tabs > arrow.down { - margin-left: 0; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.bottom > tabs > arrow.up, notebook > header.top > tabs > arrow.up { - margin-right: 0; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.right > tabs > arrow, notebook > header.left > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.right > tabs > arrow.down, notebook > header.left > tabs > arrow.down { - margin-top: 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.right > tabs > arrow.up, notebook > header.left > tabs > arrow.up { - margin-bottom: 0; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook { - background-color: rgba(239, 241, 245, 0.04); -} - -window.background > notebook { - background-color: transparent; -} - -notebook.frame { - border: none; - border-radius: 9px; -} - -notebook.frame scrolledwindow.frame { - border: none; -} - -notebook.frame frame > border { - border: none; - border-radius: 9px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook > header { - border: none; - background-color: rgba(239, 241, 245, 0.04); - padding: 3px; - margin: 3px; - border-radius: 12px; -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 9px; - color: rgba(30, 30, 46, 0.6); -} - -notebook > header > tabs > arrow:hover, notebook > header > tabs > arrow:active { - color: rgba(30, 30, 46, 0.87); -} - -notebook > header > tabs > arrow:disabled { - color: rgba(30, 30, 46, 0.3); -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab + tab, -notebook > header.top tabs tab + arrow, notebook > header.bottom tabs tab + tab, -notebook > header.bottom tabs tab + arrow { - margin-left: 3px; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab + tab, -notebook > header.left tabs tab + arrow, notebook > header.right tabs tab + tab, -notebook > header.right tabs tab + arrow { - margin-top: 3px; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header > button.flat { - padding: 3px; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 12px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #313244; -} - -* { - -gtkscrollbar-has-backward-stepper: false; - -gtkscrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid transparent; -} - -scrollbar.bottom { - border-top: 1px solid transparent; -} - -scrollbar.left { - border-right: 1px solid transparent; -} - -scrollbar.right { - border-left: 1px solid transparent; -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(239, 241, 245, 0.5); -} - -scrollbar slider:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -scrollbar slider:active { - background-color: #eff1f5; -} - -scrollbar slider:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(49, 50, 68, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(49, 50, 68, 0.3); - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border: none; - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.32); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: #cba6f7; -} - -switch:disabled { - opacity: 0.5; -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 18px; - min-height: 18px; - margin: 3px; - border-radius: 9999px; - outline: none; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - background-color: rgba(30, 30, 46, 0.6); - border: none; - color: transparent; -} - -switch:focus slider, switch:hover slider, switch:focus:hover slider { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.12); -} - -/************************* - * Check and Radio items * - *************************/ -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -actionbar > revealer > box check:not(:checked):not(:indeterminate), -actionbar > revealer > box radio:not(:checked):not(:indeterminate) { - background-color: rgba(30, 30, 46, 0.12); -} - -actionbar > revealer > box check:not(:checked):not(:indeterminate):hover, -actionbar > revealer > box radio:not(:checked):not(:indeterminate):hover { - box-shadow: 0 0 0 6px rgba(30, 30, 46, 0.04); - background-color: rgba(30, 30, 46, 0.15); -} - -actionbar > revealer > box check:not(:checked):not(:indeterminate):active, -actionbar > revealer > box radio:not(:checked):not(:indeterminate):active { - box-shadow: 0 0 0 6px rgba(30, 30, 46, 0.12); - background-color: rgba(30, 30, 46, 0.2); -} - -actionbar > revealer > box check:not(:checked):not(:indeterminate):disabled, -actionbar > revealer > box radio:not(:checked):not(:indeterminate):disabled { - background-color: rgba(30, 30, 46, 0.04); -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: 3px; - padding: 0; - border-radius: 9999px; - color: transparent; - background-color: rgba(239, 241, 245, 0.12); - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); -} - -check:hover, -radio:hover { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.04); - background-color: rgba(239, 241, 245, 0.15); -} - -check:active, -radio:active { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.2); -} - -check:disabled, -radio:disabled { - background-color: rgba(239, 241, 245, 0.04); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: rgba(30, 30, 46, 0.6); - background-color: #cba6f7; -} - -check:checked:hover, check:indeterminate:hover, -radio:checked:hover, -radio:indeterminate:hover { - box-shadow: 0 0 0 6px rgba(203, 166, 247, 0.15); - background-color: #e6d5fb; -} - -check:checked:active, check:indeterminate:active, -radio:checked:active, -radio:indeterminate:active { - box-shadow: 0 0 0 6px rgba(203, 166, 247, 0.2); - background-color: #cba6f7; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(30, 30, 46, 0.3); - background-color: rgba(203, 166, 247, 0.35); -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -3px; - margin-right: 6px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: 6px; - margin-right: -3px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 6px; - margin-left: -3px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 6px; - margin-right: -3px; -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem check:checked:hover, menu menuitem check:indeterminate:hover, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem radio:checked:hover, menu menuitem radio:indeterminate:hover { - box-shadow: none; -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/checkbox-mixed-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/radio-mixed-symbolic@2.svg"))); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 16px; - min-width: 16px; -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/small-checkbox-checked-symbolic@2.svg"))); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/small-checkbox-mixed-symbolic@2.svg"))); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 16px; - min-width: 16px; -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/small-radio-checked-symbolic@2.svg"))); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/small-radio-mixed-symbolic@2.svg"))); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -check:not(:checked):indeterminate:active, -radio:not(:checked):indeterminate:active { - -gtk-icon-transform: scaleX(-1); -} - -treeview.view radio, -treeview.view check { - padding: 0; - margin: 0; - background-color: rgba(239, 241, 245, 0.12); -} - -treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, -treeview.view check, -treeview.view check:hover, -treeview.view check:disabled, -treeview.view check:checked:hover, -treeview.view check:indeterminate:hover { - box-shadow: none; -} - -treeview.view radio:selected:not(:disabled):not(:checked):not(:indeterminate), -treeview.view check:selected:not(:disabled):not(:checked):not(:indeterminate) { - background-color: rgba(30, 30, 46, 0.12); -} - -treeview.view radio:checked, treeview.view radio:indeterminate, -treeview.view check:checked, -treeview.view check:indeterminate { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - background-image: none; -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - border-radius: 9999px; -} - -.view.content-view.check:not(list):not(:checked), -.content-view .tile check:not(list):not(:checked) { - background-image: image(rgba(239, 241, 245, 0.25)); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):checked, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):checked { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/checkbox-checked-symbolic@2.svg"))); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune slider { - margin: -7px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(239, 241, 245, 0.3); -} - -scale trough:disabled { - background-color: rgba(239, 241, 245, 0.12); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#cba6f7); -} - -scale highlight:disabled { - background-color: #1e1e2e; - background-image: image(rgba(239, 241, 245, 0.32)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale slider { - min-height: 18px; - min-width: 18px; - margin: -8px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9999px; - color: #cba6f7; - background-color: #313244; - box-shadow: inset 0 0 0 2px #cba6f7; -} - -scale slider:hover { - box-shadow: inset 0 0 0 2px #cba6f7, 0 0 0 8px rgba(239, 241, 245, 0.12); -} - -scale slider:active { - box-shadow: inset 0 0 0 4px #cba6f7, 0 0 0 8px rgba(239, 241, 245, 0.12); -} - -scale slider:disabled { - box-shadow: inset 0 0 0 2px rgba(239, 241, 245, 0.32); -} - -scale marks, -scale value { - color: rgba(239, 241, 245, 0.7); -} - -scale.marks-before:not(.marks-after) slider, scale.marks-after:not(.marks-before) slider { - min-height: 24px; - min-width: 24px; - margin: -11px; - background-color: transparent; - box-shadow: none; - color: #cba6f7; -} - -scale.marks-before:not(.marks-after) slider:hover, scale.marks-after:not(.marks-before) slider:hover { - box-shadow: 0 0 0 4px rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.12); -} - -scale.marks-before:not(.marks-after) slider:active, scale.marks-after:not(.marks-before) slider:active { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.12); -} - -scale.marks-before:not(.marks-after) slider:disabled, scale.marks-after:not(.marks-before) slider:disabled { - color: #756293; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - -gtk-icon-source: -gtk-recolor(url("assets/scale-horz-marks-before-slider-symbolic.svg")); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - -gtk-icon-source: -gtk-recolor(url("assets/scale-horz-marks-after-slider-symbolic.svg")); -} - -scale.vertical.marks-before:not(.marks-after) slider { - -gtk-icon-source: -gtk-recolor(url("assets/scale-vert-marks-before-slider-symbolic.svg")); -} - -scale.vertical.marks-after:not(.marks-before) slider { - -gtk-icon-source: -gtk-recolor(url("assets/scale-vert-marks-after-slider-symbolic.svg")); -} - -scale indicator { - background-color: rgba(239, 241, 245, 0.3); - color: transparent; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -13.5px; - margin-top: 11.5px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -13.5px; - margin-right: 11.5px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -13.5px; - margin-left: 11.5px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(239, 241, 245, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.12); -} - -progressbar progress { - border-radius: 12px; - background-color: #cba6f7; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #cba6f7; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #df8e1d; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #cba6f7; -} - -levelbar block.full { - background-color: #40a02b; -} - -levelbar block.empty { - background-color: rgba(239, 241, 245, 0.12); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; - color: #eff1f5; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 12px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - margin: 6px 0 0 0; - padding: 6px; - border: none; - color: #eff1f5; - background-color: #1e1e2e; - border-radius: 0 0 12px 12px; -} - -actionbar > revealer > box button { - border-radius: 6px; -} - -actionbar > revealer > box button.combo:only-child { - border-radius: 6px; - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); -} - -actionbar > revealer > box button.combo:only-child:hover, actionbar > revealer > box button.combo:only-child:active { - color: #cba6f7; -} - -actionbar > revealer > box button.combo:only-child:disabled { - color: #cba6f7; -} - -actionbar > revealer > box stackswitcher { - background-color: rgba(30, 30, 46, 0.04); -} - -actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.6); -} - -actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):hover, actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - color: rgba(30, 30, 46, 0.87); -} - -actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #313244; - color: #eff1f5; -} - -actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked:hover { - background-color: #313244; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(239, 241, 245, 0.12)), to(rgba(239, 241, 245, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(239, 241, 245, 0.07)), to(rgba(239, 241, 245, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(239, 241, 245, 0.12)), to(rgba(239, 241, 245, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(239, 241, 245, 0.07)), to(rgba(239, 241, 245, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(239, 241, 245, 0.12)), to(rgba(239, 241, 245, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(239, 241, 245, 0.07)), to(rgba(239, 241, 245, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(239, 241, 245, 0.12)), to(rgba(239, 241, 245, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(239, 241, 245, 0.07)), to(rgba(239, 241, 245, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(239, 241, 245, 0.12); - background-color: #313244; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -preferences stacksidebar.sidebar list separator, placessidebar.sidebar list > separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, -.geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, -hdyleaflet list.frame, -leaflet list.view, -leaflet list.frame, -box.horizontal > stack.background list.view, -box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, -hdyleaflet overlay scrolledwindow > viewport list, -leaflet stack.background scrolledwindow > viewport list, -leaflet overlay scrolledwindow > viewport list, -box.horizontal > stack.background stack.background scrolledwindow > viewport list, -box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), -leaflet frame:not(.view) list:not(.contacts-contact-list), -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, list.content:not(.conversation-listbox) { - border-radius: 12px; - box-shadow: none; - border: none; - background-color: transparent; -} - -window.background.csd stack stack stack frame > list > separator, -window.background.csd > stack > stack > box > frame > list > separator, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, -window.background.csd > stack > scrolledwindow > viewport > box > list > separator, preferencesgroup list > separator, -.geary-accounts-editor-pane list > separator, window.background.csd.unified > deck > deck > deck list > separator, hdyleaflet list.view > separator, -hdyleaflet list.frame > separator, -leaflet list.view > separator, -leaflet list.frame > separator, -box.horizontal > stack.background list.view > separator, -box.horizontal > stack.background list.frame > separator, hdyleaflet stack.background scrolledwindow > viewport list > separator, -hdyleaflet overlay scrolledwindow > viewport list > separator, -leaflet stack.background scrolledwindow > viewport list > separator, -leaflet overlay scrolledwindow > viewport list > separator, -box.horizontal > stack.background stack.background scrolledwindow > viewport list > separator, -box.horizontal > stack.background overlay scrolledwindow > viewport list > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, -leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator, list.tweak-group list > separator, list.content:not(.conversation-listbox) > separator { - background: none; - min-height: 0; -} - -window.background.csd stack stack stack frame > list row, -window.background.csd > stack > stack > box > frame > list row, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list row, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list row, window.background.csd > stack > list row, -window.background.csd > stack > scrolledwindow > viewport > box > list row, preferencesgroup list row, -.geary-accounts-editor-pane list row, window.background.csd.unified > deck > deck > deck list row, hdyleaflet list.view row, -hdyleaflet list.frame row, -leaflet list.view row, -leaflet list.frame row, -box.horizontal > stack.background list.view row, -box.horizontal > stack.background list.frame row, hdyleaflet stack.background scrolledwindow > viewport list row, -hdyleaflet overlay scrolledwindow > viewport list row, -leaflet stack.background scrolledwindow > viewport list row, -leaflet overlay scrolledwindow > viewport list row, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row, -box.horizontal > stack.background overlay scrolledwindow > viewport list row, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row, -leaflet frame:not(.view) list:not(.contacts-contact-list) row, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row, list.tweak-group list > row, list.content:not(.conversation-listbox) > row { - border-radius: 3px; - background-color: rgba(239, 241, 245, 0.04); -} - -window.background.csd stack stack stack frame > list row:not(:first-child), window.background.csd > stack > list row:not(:first-child), preferencesgroup list row:not(:first-child), -.geary-accounts-editor-pane list row:not(:first-child), window.background.csd.unified > deck > deck > deck list row:not(:first-child), hdyleaflet list.view row:not(:first-child), -hdyleaflet list.frame row:not(:first-child), -leaflet list.view row:not(:first-child), -leaflet list.frame row:not(:first-child), -box.horizontal > stack.background list.view row:not(:first-child), -box.horizontal > stack.background list.frame row:not(:first-child), hdyleaflet stack.background scrolledwindow > viewport list row:not(:first-child), -hdyleaflet overlay scrolledwindow > viewport list row:not(:first-child), -leaflet stack.background scrolledwindow > viewport list row:not(:first-child), -leaflet overlay scrolledwindow > viewport list row:not(:first-child), -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:not(:first-child), -box.horizontal > stack.background overlay scrolledwindow > viewport list row:not(:first-child), hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), -leaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), list.tweak-group list > row:not(:first-child), list.content:not(.conversation-listbox) > row:not(:first-child) { - margin-top: 3px; -} - -window.background.csd stack stack stack frame > list row:first-child, window.background.csd > stack > list row:first-child, preferencesgroup list row:first-child, -.geary-accounts-editor-pane list row:first-child, window.background.csd.unified > deck > deck > deck list row:first-child, hdyleaflet list.view row:first-child, -hdyleaflet list.frame row:first-child, -leaflet list.view row:first-child, -leaflet list.frame row:first-child, -box.horizontal > stack.background list.view row:first-child, -box.horizontal > stack.background list.frame row:first-child, hdyleaflet stack.background scrolledwindow > viewport list row:first-child, -hdyleaflet overlay scrolledwindow > viewport list row:first-child, -leaflet stack.background scrolledwindow > viewport list row:first-child, -leaflet overlay scrolledwindow > viewport list row:first-child, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:first-child, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:first-child, list.tweak-group list > row:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-radius: 12px 12px 3px 3px; -} - -window.background.csd stack stack stack frame > list row:last-child, window.background.csd > stack > list row:last-child, preferencesgroup list row:last-child, -.geary-accounts-editor-pane list row:last-child, window.background.csd.unified > deck > deck > deck list row:last-child, hdyleaflet list.view row:last-child, -hdyleaflet list.frame row:last-child, -leaflet list.view row:last-child, -leaflet list.frame row:last-child, -box.horizontal > stack.background list.view row:last-child, -box.horizontal > stack.background list.frame row:last-child, hdyleaflet stack.background scrolledwindow > viewport list row:last-child, -hdyleaflet overlay scrolledwindow > viewport list row:last-child, -leaflet stack.background scrolledwindow > viewport list row:last-child, -leaflet overlay scrolledwindow > viewport list row:last-child, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:last-child, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:last-child, list.tweak-group list > row:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-radius: 3px 3px 12px 12px; -} - -window.background.csd stack stack stack frame > list row:only-child, window.background.csd > stack > list row:only-child, preferencesgroup list row:only-child, -.geary-accounts-editor-pane list row:only-child, window.background.csd.unified > deck > deck > deck list row:only-child, hdyleaflet list.view row:only-child, -hdyleaflet list.frame row:only-child, -leaflet list.view row:only-child, -leaflet list.frame row:only-child, -box.horizontal > stack.background list.view row:only-child, -box.horizontal > stack.background list.frame row:only-child, hdyleaflet stack.background scrolledwindow > viewport list row:only-child, -hdyleaflet overlay scrolledwindow > viewport list row:only-child, -leaflet stack.background scrolledwindow > viewport list row:only-child, -leaflet overlay scrolledwindow > viewport list row:only-child, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:only-child, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:only-child, list.tweak-group list > row:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 12px; -} - -window.background.csd stack stack stack frame > list row:hover, window.background.csd > stack > list row:hover, preferencesgroup list row:hover, -.geary-accounts-editor-pane list row:hover, window.background.csd.unified > deck > deck > deck list row:hover, hdyleaflet list.view row:hover, -hdyleaflet list.frame row:hover, -leaflet list.view row:hover, -leaflet list.frame row:hover, -box.horizontal > stack.background list.view row:hover, -box.horizontal > stack.background list.frame row:hover, hdyleaflet stack.background scrolledwindow > viewport list row:hover, -hdyleaflet overlay scrolledwindow > viewport list row:hover, -leaflet stack.background scrolledwindow > viewport list row:hover, -leaflet overlay scrolledwindow > viewport list row:hover, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:hover, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:hover, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:hover, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:hover, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:hover, list.tweak-group list > row:hover, list.content:not(.conversation-listbox) > row:hover { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -window.background.csd stack stack stack frame > list row:active, window.background.csd > stack > list row:active, preferencesgroup list row:active, -.geary-accounts-editor-pane list row:active, window.background.csd.unified > deck > deck > deck list row:active, hdyleaflet list.view row:active, -hdyleaflet list.frame row:active, -leaflet list.view row:active, -leaflet list.frame row:active, -box.horizontal > stack.background list.view row:active, -box.horizontal > stack.background list.frame row:active, hdyleaflet stack.background scrolledwindow > viewport list row:active, -hdyleaflet overlay scrolledwindow > viewport list row:active, -leaflet stack.background scrolledwindow > viewport list row:active, -leaflet overlay scrolledwindow > viewport list row:active, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:active, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:active, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:active, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:active, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:active, list.tweak-group list > row:active, list.content:not(.conversation-listbox) > row:active { - background-color: alpha(currentColor, 0.12); - box-shadow: none; -} - -window.background.csd stack stack stack frame > list row:focus, window.background.csd > stack > list row:focus, preferencesgroup list row:focus, -.geary-accounts-editor-pane list row:focus, window.background.csd.unified > deck > deck > deck list row:focus, hdyleaflet list.view row:focus, -hdyleaflet list.frame row:focus, -leaflet list.view row:focus, -leaflet list.frame row:focus, -box.horizontal > stack.background list.view row:focus, -box.horizontal > stack.background list.frame row:focus, hdyleaflet stack.background scrolledwindow > viewport list row:focus, -hdyleaflet overlay scrolledwindow > viewport list row:focus, -leaflet stack.background scrolledwindow > viewport list row:focus, -leaflet overlay scrolledwindow > viewport list row:focus, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:focus, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:focus, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:focus, list.tweak-group list > row:focus, list.content:not(.conversation-listbox) > row:focus { - box-shadow: none; -} - -list { - border-color: rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.04); -} - -list row { - padding: 3px; -} - -list.navigation-sidebar { - padding: 3px; -} - -list.navigation-sidebar > row { - border-radius: 12px; -} - -paned scrolledwindow > viewport.frame > list { - background-color: transparent; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); - background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; - background-color: alpha(currentColor, 0.06); - color: #eff1f5; -} - -row:selected button { - color: inherit; -} - -row:selected:disabled { - color: rgba(239, 241, 245, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(.suggested-action):not(.destructive-action):not( -:disabled -) { - color: #cba6f7; -} - -.app-notification > box > label { - margin-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(239, 241, 245, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: #eff1f5; -} - -expander title > arrow:disabled { - color: rgba(239, 241, 245, 0.32); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 1px; - border: 1px solid rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -calendar:disabled { - color: rgba(239, 241, 245, 0.5); -} - -calendar:selected { - border-radius: 13px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(239, 241, 245, 0.12); - border-radius: 0; -} - -calendar.highlight { - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(239, 241, 245, 0.32); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #292c3c; -} - -messagedialog.background .titlebar { - min-height: 12px; -} - -messagedialog.background .titlebar, messagedialog.background .titlebar:backdrop { - background-color: #292c3c; -} - -messagedialog.background.csd { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -messagedialog .titlebar, messagedialog.background.csd .titlebar { - border: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -messagedialog .dialog-action-box { - margin-top: -6px; -} - -messagedialog .dialog-action-box button, messagedialog .dialog-action-box button:first-child, messagedialog .dialog-action-box button:last-child, -messagedialog .dialog-action-box .linked:not(.vertical) > button, -messagedialog .dialog-action-box .linked:not(.vertical) > button:first-child, -messagedialog .dialog-action-box .linked:not(.vertical) > button:last-child { - border-radius: 12px; -} - -messagedialog .dialog-action-box button:not(:last-child), -messagedialog .dialog-action-box .linked:not(.vertical) > button:not(:last-child) { - margin-right: 6px; -} - -messagedialog .dialog-action-box button.suggested-action:not(:disabled), -messagedialog .dialog-action-box .linked:not(.vertical) > button.suggested-action:not(:disabled) { - color: #1e66f5; -} - -messagedialog .dialog-action-box button.destructive-action:not(:disabled), -messagedialog .dialog-action-box .linked:not(.vertical) > button.destructive-action:not(:disabled) { - color: #d20f39; -} - -.csd filechooser { - background-color: #313244; - border-radius: 0 0 12px 12px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; -} - -filechooser stack.view { - background-color: transparent; - padding: 4px; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 12px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; - padding: 4px; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 12px; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(239, 241, 245, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(239, 241, 245, 0.12); - border-right-style: none; -} - -.sidebar list, -.sidebar notebook { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 6px; - background-color: #313244; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 6px; - margin: 0; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - font-weight: 500; -} - -stacksidebar.sidebar row:selected label, -stacksidebar.sidebar row:selected image { - color: rgba(30, 30, 46, 0.87); -} - -stacksidebar.sidebar row + row { - margin-top: 3px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -/**************** - * File chooser * - ****************/ -placessidebar.sidebar { - margin: 6px; - padding: 0; -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - background-color: transparent; - color: #eff1f5; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: 0; - padding: 0; - color: #eff1f5; - border-radius: 6px; -} - -placessidebar.sidebar row:hover, placessidebar.sidebar row:active { - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - color: #cba6f7; - background-color: rgba(239, 241, 245, 0.04); - font-weight: 500; -} - -placessidebar.sidebar row:disabled { - color: rgba(30, 30, 46, 0.3); -} - -placessidebar.sidebar row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #cba6f7; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #cba6f7; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: #313244; - background-image: image(rgba(239, 241, 245, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1e1e2e; - background-image: image(rgba(239, 241, 245, 0.12)), image(rgba(239, 241, 245, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #313244; -} - -infobar.info > revealer > box, -infobar.info > revealer > box flowboxchild, infobar.info:hover > revealer > box, -infobar.info:hover > revealer > box flowboxchild, infobar.info:backdrop > revealer > box, -infobar.info:backdrop > revealer > box flowboxchild { - color: #eff1f5; -} - -infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -) { - color: #cba6f7; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #cba6f7; -} - -infobar.action > revealer > box, -infobar.action > revealer > box link:link, -infobar.action > revealer > box flowboxchild, infobar.action:backdrop > revealer > box, -infobar.action:backdrop > revealer > box link:link, -infobar.action:backdrop > revealer > box flowboxchild, infobar.question > revealer > box, -infobar.question > revealer > box link:link, -infobar.question > revealer > box flowboxchild, infobar.question:backdrop > revealer > box, -infobar.question:backdrop > revealer > box link:link, -infobar.question:backdrop > revealer > box flowboxchild { - color: rgba(30, 30, 46, 0.87); -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(30, 30, 46, 0.87); -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #bd8ff5; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #df8e1d; -} - -infobar.warning > revealer > box, -infobar.warning > revealer > box link:link, -infobar.warning > revealer > box flowboxchild, infobar.warning:backdrop > revealer > box, -infobar.warning:backdrop > revealer > box link:link, -infobar.warning:backdrop > revealer > box flowboxchild { - color: #eff1f5; -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.warning:hover > revealer > box { - background-color: #c8801a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #d20f39; - color: #eff1f5; -} - -infobar.error > revealer > box, -infobar.error > revealer > box link:link, -infobar.error > revealer > box flowboxchild, infobar.error:backdrop > revealer > box, -infobar.error:backdrop > revealer > box link:link, -infobar.error:backdrop > revealer > box flowboxchild { - color: #eff1f5; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.error:hover > revealer > box { - background-color: #ba0d33; -} - -/************ - * Tooltips * - ************/ -tooltip { - box-shadow: none; -} - -tooltip.background { - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; - border-radius: 12px; -} - -tooltip.background.csd { - border-radius: 12px; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -colorswatch.top overlay { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -colorswatch.bottom { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.dark { - color: #eff1f5; -} - -colorswatch.light { - color: rgba(30, 30, 46, 0.87); -} - -colorswatch overlay { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -colorswatch overlay:hover { - box-shadow: 0 0 0 2px #cba6f7; -} - -colorswatch#add-color-button { - border-radius: 12px 0 0 12px; -} - -colorswatch#add-color-button:only-child { - border-radius: 12px; -} - -colorswatch#add-color-button overlay { - background-color: rgba(239, 241, 245, 0.04); -} - -colorswatch#add-color-button overlay:hover { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -colorswatch#add-color-button overlay:active { - background-color: rgba(239, 241, 245, 0.3); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay:hover { - box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1e1e2e; -} - -.scale-popup.background { - padding: 3px 0; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - transition: none; - border-radius: 12px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 36px transparent; - margin: 10px; -} - -decoration:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 36px transparent; -} - -.tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration { - border-radius: 0; - box-shadow: none; -} - -.popup decoration { - box-shadow: none; - border: none; -} - -.ssd decoration { - border: none; - border-radius: 12px 12px 0 0; - box-shadow: none; -} - -.ssd decoration:backdrop { - border: none; - border-radius: 12px 12px 0 0; - box-shadow: none; -} - -.metacity decoration { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border: none; -} - -.csd.popup decoration { - border-radius: 12px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 12px; - box-shadow: none; - border: none; -} - -messagedialog.background.csd decoration { - border-radius: 12px; -} - -.solid-csd decoration { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #1e1e2e; - border: 1px solid #4a4b5a; -} - -.solid-csd decoration:backdrop { - background-color: #1e1e2e; -} - -button.titlebutton:not(.suggested-action):not(.destructive-action) { - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 0 2px; - border-radius: 9999px; -} - -button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12); - background-image: radial-gradient(circle, rgba(0, 0, 0, 0.12) 10%, transparent 0%); -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -button.minimize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:not(.suggested-action):not(.destructive-action) { - background-color: #313244; -} - -button.minimize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -button.minimize.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #fab387; -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.4); -} - -button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.6); -} - -button.maximize.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #a6e3a1; -} - -button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.4); -} - -button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.6); -} - -button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #f38ba8; -} - -button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.4); -} - -button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.6); -} - -.background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - background-repeat: no-repeat; - background-size: 16px 16px; - background-position: center; -} - -.background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - box-shadow: none; - color: transparent; - animation: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.4); -} - -.background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.6); -} - -.background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.4); -} - -.background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.6); -} - -.background.csd headerbar.titlebar.default-decoration button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.4); -} - -.background.csd headerbar.titlebar.default-decoration button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.6); -} - -.background.csd.maximized -headerbar.titlebar.default-decoration -button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.maximized -headerbar.titlebar.default-decoration -button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active, .background.csd.fullscreen -headerbar.titlebar.default-decoration -button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.fullscreen -headerbar.titlebar.default-decoration -button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active, .background.csd.tiled headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.tiled headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active { - background-color: shade(#a6e3a1, 0.4); -} - -.monospace { - font-family: monospace; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #cba6f7; - -gtk-icon-source: -gtk-recolor(url("assets/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(239, 241, 245, 0.12); - border-radius: 13px; - box-shadow: inset 0 -2px rgba(239, 241, 245, 0.12); - background-color: #292c3c; - color: #eff1f5; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #cba6f7; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 15px; - background-color: rgba(239, 241, 245, 0.04); - border: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0; - background-color: transparent; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { - box-shadow: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked:hover { - box-shadow: none; - background-color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -button.emoji-section { - margin: 4px; -} - -button.emoji-section:checked { - color: #cba6f7; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd { - border-radius: 0 0 12px 12px; - background-color: #313244; -} - -.nautilus-window.background.csd:backdrop { - background-color: #313244; -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd.unified notebook { - border-radius: 0; -} - -.nautilus-window.background.csd:not(.unified) .nautilus-list-view { - background-color: transparent; - border-bottom-right-radius: 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook { - background-color: #313244; - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook > stack { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook scrolledwindow -> .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) paned > separator.wide { - min-width: 12px; - box-shadow: 12px 0 #313244; - background-color: #313244; - background-image: image(#4a4b5a); -} - -.nautilus-window.maximized, -.nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - margin: 6px; - border: none; - border-radius: 12px; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -.nautilus-window .floating-bar button { - margin: 4px; - color: rgba(30, 30, 46, 0.87); -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(239, 241, 245, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: #eff1f5; -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border-radius: 12px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(239, 241, 245, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(239, 241, 245, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(239, 241, 245, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(239, 241, 245, 0.5); -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - margin: 6px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: #eff1f5; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.disk-space-display.unknown { - background-color: rgba(239, 241, 245, 0.3); - color: rgba(239, 241, 245, 0.3); -} - -.disk-space-display.used { - background-color: #cba6f7; - color: #cba6f7; -} - -.disk-space-display.free { - background-color: rgba(239, 241, 245, 0.12); - color: rgba(239, 241, 245, 0.12); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; - color: #eff1f5; -} - -.conflict-row:not(:selected) { - background-color: #654e38; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(239, 241, 245, 0.7); -} - -.nautilus-window paned > separator { - background-color: #313244; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator { - background-color: transparent; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 0; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 12px; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(239, 241, 245, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #df8e1d; - color: #eff1f5; -} - -.gedit-document-panel { - background-color: #313244; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 0 0 12px 12px; -} - -.gedit-search-slider { - margin: 0 6px 10px; - padding: 6px; - background-color: #292c3c; - border-radius: 0 0 12px 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05); -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(239, 241, 245, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #292c3c; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(239, 241, 245, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: #eff1f5; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(239, 241, 245, 0.32); -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame { - background-color: #1e1e2e; - color: #eff1f5; - border-radius: 12px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider { - background-color: rgba(30, 30, 46, 0.38); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider:hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider:hover, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider:hover { - background-color: rgba(30, 30, 46, 0.6); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider:active, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider:active, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider:active { - background-color: rgba(30, 30, 46, 0.87); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider:disabled, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider:disabled { - background-color: rgba(30, 30, 46, 0.3); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - background-color: rgba(30, 30, 46, 0.38); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(30, 30, 46, 0.3); -} - -leaflet.unfolded > box.vertical:last-child > scrolledwindow > viewport.frame, -leaflet.unfolded > box.vertical:last-child > stack > scrolledwindow > viewport.frame { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - margin: 6px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list { - padding: 6px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > separator, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > separator, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > separator, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row { - padding: 0; - margin: -1px; - color: #eff1f5; - border-radius: 6px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:hover, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:hover, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:hover, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:active, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:active, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:active, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:active, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:focus, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:focus, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:focus { - color: #eff1f5; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected { - font-weight: 500; - background-color: rgba(239, 241, 245, 0.04); - border-radius: 9px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected label, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected label, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected label, -leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected label, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected image, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected image, -leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected image { - color: #cba6f7; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:hover, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:hover, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected:hover, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:focus, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:focus, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected:focus { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row + row, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row + row, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row + row, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row + row { - margin-top: 3px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar { - border: none; - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar trough, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar trough, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar trough { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider { - border: 4px solid transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - border: none; - margin: 1px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - border: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.dragging, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.dragging, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.dragging, window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.hovering, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.hovering, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-startup { - border: 1px solid rgba(239, 241, 245, 0.12); -} - -.tweak-group-startup > row:not(:first-child) { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-left, -leaflet.titlebar > .titlebar.tweak-titlebar-right, -hdyleaflet.titlebar > .titlebar.tweak-titlebar-left, -hdyleaflet.titlebar > .titlebar.tweak-titlebar-right { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list { - background-color: transparent; - margin: 0; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:not(:only-child) { - border-top-left-radius: 12px; -} - -window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:not(:only-child) { - border-top-right-radius: 12px; -} - -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:only-child { - border-top-right-radius: 12px; - border-top-left-radius: 12px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 12px 12px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background frame > border, -window.background.csd > hdyleaflet > stack.background frame > border, -window.background.csd > box.horizontal > stack.background frame > border { - border: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #313244; - border-bottom-right-radius: 12px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet frame.view, -window.background.csd > hdyleaflet frame.view, -window.background.csd > box.horizontal frame.view { - border-radius: 12px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar { - margin: 6px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -window.background.csd hdycolumn stack frame.view > stack > stack list > separator { - background-color: rgba(239, 241, 245, 0.12); -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list { - background: none; -} - -dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list > row:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #313244; - border-radius: 0 0 12px 12px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 12px 12px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 12px 12px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 12px 12px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 12px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - border: none; - background-color: rgba(239, 241, 245, 0.04); - padding: 3px; - margin: 3px; - border-radius: 12px; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; - margin-right: -6px; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 12px; -} - -#weather-page-content-view { - border-bottom-right-radius: 12px; - border-bottom-left-radius: 12px; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 12px 12px; -} - -/**************** - * Gnome Clocks * - ****************/ -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.12); -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; - margin: -1px 0; - border-bottom: none; - border-top: 1px solid rgba(239, 241, 245, 0.12); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - margin: 6px 0; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar { - padding: 0 12px 0 6px; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(239, 241, 245, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: #eff1f5; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:disabled { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:checked { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0 3px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > grid > grid > grid, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > grid > grid > grid, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > notebook > stack > grid > grid > grid { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - padding: 6px; - margin: -6px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > grid > grid > box, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > grid > grid > box, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > notebook > stack > grid > grid > box { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - padding: 0 6px 6px; - margin: 0 -6px -6px 0; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > grid > paned > box > scrolledwindow:not(:last-child), -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > notebook > stack > grid > paned > box > scrolledwindow:not(:last-child) { - border-right: 1px solid rgba(239, 241, 245, 0.12); - margin-right: -1px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > grid > grid > grid, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > box > grid > grid > grid, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > notebook > stack > grid > grid > grid { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - padding: 3px; - margin: -1px -6px -6px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > grid > paned > box > scrolledwindow:not(:last-child), -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > box > grid > paned > box > scrolledwindow:not(:last-child), -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > notebook > stack > grid > paned > box > scrolledwindow:not(:last-child) { - border-right: 1px solid rgba(239, 241, 245, 0.12); - margin-right: -1px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > paned > box:first-child > box { - padding: 0 6px 6px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -stack.view.polari-entry-area { - background-color: #1e1e2e; - border-top: 1px solid rgba(239, 241, 245, 0.12); - border-bottom-right-radius: 12px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#1e1e2e); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #1e1e2e; -} - -layouttabbar > box > button { - margin: 2px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(30, 30, 46, 0.2); - box-shadow: inset 0 -2px #cba6f7; - background-color: #313244; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(30, 30, 46, 0.2); - -pnldockbin-handle-size: 1; -} - -entry.search-missing { - background-color: #d20f39; - color: #eff1f5; -} - -window.workbench treeview.image { - color: rgba(239, 241, 245, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 12px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 12px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(239, 241, 245, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - box-shadow: none; - background-color: #313244; -} - -preferences stacksidebar.sidebar list { - background-color: #313244; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 12px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 12px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(30, 30, 46, 0.2); - -pnldockbin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(30, 30, 46, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #1e1e2e; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #1e1e2e; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 6px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #cba6f7 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #cba6f7; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: #eff1f5; -} - -dockoverlayedge { - background-color: #1e1e2e; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #cba6f7; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #cba6f7; -} - -pillbox { - background-color: #1e1e2e; - border-radius: 12px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - box-shadow: none; - background-color: #313244; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; -} - -button.dzlmenubutton image { - min-width: 30px; -} - -button.dzlmenubutton image.arrow { - min-width: 27px; -} - -button.dzlmenubuttonitem { - color: #eff1f5; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(239, 241, 245, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -idelayoutstackheader button:checked { - color: #eff1f5; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #1e1e2e; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(203, 166, 247, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: #eff1f5; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #cba6f7; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #cba6f7; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(239, 241, 245, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -gdmainiconview-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: #eff1f5; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: #eff1f5; -} - -button.photos-filter-preview:checked image { - color: #eff1f5; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(239, 241, 245, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(239, 241, 245, 0.12); -} - -.side-panel .view { - background-image: image(#313244); -} - -.side-panel .view:hover { - background-image: image(#404152); -} - -.side-panel .view:selected { - background-image: image(#cba6f7); -} - -.side-panel .view:selected:hover { - background-image: image(rgba(192, 157, 234, 0.9896)); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -window.background.csd > stack > box > revealer > actionbar > revealer > box { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd evview.view.content-view { - border-radius: 0 0 12px 12px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 12px 12px; - background-color: #313244; -} - -.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:selected):not( -:hover -):not(.progressbar):not(.expander):not(.trough):not( -.separator -) { - background-color: #313244; -} - -.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 12px; - background-color: #1e1e2e; -} - -/************ - * Terminal * - ************/ -terminal-window decoration { - border-radius: 12px 12px 0 0; -} - -terminal-window.background.csd, terminal-window.background.csd.maximized { - border-radius: 0; -} - -terminal-window notebook > header > box { - margin: -2px -2px -2px 1px; -} - -terminal-window notebook > header > box button.flat { - min-height: 24px; - min-width: 24px; - padding: 3px; - border-radius: 9px; -} - -window.background > box.vertical > box.horizontal > frame > border { - border: none; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-radius: 12px; - margin: 0 6px 6px; - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:hover, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:active, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:selected { - color: rgba(30, 30, 46, 0.87); -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - margin: 0 6px 6px 0; -} - -.terminal-window { - background-color: #1e1e2e; -} - -.terminal-window tabbar tabbox { - background-color: #313244; - margin: 0; - border-radius: 0; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-clip: border-box; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -6px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -6px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 12px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(30, 30, 46, 0.2); -} - -list.categories { - background-image: image(#313244); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 12px; - background-color: #292c3c; - color: #eff1f5; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 36px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 12px; -} - -window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: #eff1f5; - background-color: #1e1e2e; - box-shadow: none; - border-bottom: 1px solid rgba(30, 30, 46, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout { - background-color: #313244; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #1e1e2e; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #1e1e2e; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - min-width: 1px; - background-color: rgba(239, 241, 245, 0.12); -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow { - padding: 3px; -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view { - border: 1px solid transparent; - border-radius: 12px; - padding: 6px; -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:selected, .geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:active { - border-radius: 12px; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.geary-main-window.unified separator.geary-sidebar-pane-separator { - min-width: 1px; - background-color: rgba(239, 241, 245, 0.12); -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(239, 241, 245, 0.12); - border-bottom-width: 0; - background-color: #313244; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 12px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 12px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 12px 12px; - background-color: #313244; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 12px; -} - -window.background.csd.unified { - background-color: #1e1e2e; -} - -window.background.csd.unified headerbar { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 12px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#292c3c); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 32px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #1e1e2e; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(239, 241, 245, 0.12); -} - -/********* - * Meld * - ********/ -.meld-notebook, -.meld-notebook > stack { - background: none; - border-radius: 0 0 12px 12px; -} - -.meld-notebook-child { - background-color: #313244; - border-radius: 0 0 12px 12px; -} - -statusbar.meld-status-bar { - background: none; -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 12px; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #313244; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #4a4b5a; -} - -window.background.chromium > button { - color: #cba6f7; -} - -window.background.chromium > button:disabled { - color: rgba(239, 241, 245, 0.32); -} - -window.background.chromium menubar, -window.background.chromium headerbar { - color: rgba(239, 241, 245, 0.7); -} - -window.background.chromium headerbar.titlebar { - padding: 0 12px; -} - -window.background.chromium headerbar.titlebar button:active { - background-color: alpha(currentColor, 0.12); -} - -window.background.chromium spinner { - color: #cba6f7; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(239, 241, 245, 0.3); - background-color: #313244; -} - -window.background.chromium menu { - border-color: #3e3e5f; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -tooltip.background.chromium { - background-color: #181825; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget decoration { - border: none; -} - -#MozillaGtkWidget > widget text { - background-color: #1e1e2e; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -#MozillaGtkWidget > widget > separator { - color: #4a4b5a; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #4a4b5a; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #4a4b5a; - border-radius: 12px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(239, 241, 245, 0.12); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #313244; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #cba6f7; - box-shadow: inset 0 0 0 1px #cba6f7; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #313244; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #414559; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #6c7086; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(65, 69, 89, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(239, 241, 245, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: #eff1f5; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(239, 241, 245, 0.32); -} - -#MozillaGtkWidget > widget > frame { - color: #4a4b5a; -} - -#MozillaGtkWidget menu > separator { - color: #4a4b5a; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -scrolledwindow#DialogNotebook > viewport.frame > notebook.frame button.close-button image { - padding: 4px; -} - -#InKscapeCanvas { - background-color: #313244; - border-radius: 12px; -} - -/*********** - * Synapse * - ***********/ -/*************** - * Libreoffice * - ***************/ -window.background > grid -> widget -> widget -> scrolledwindow -> viewport -> grid -> box -> box -> frame -> box { - background-color: #1e1e2e; -} - -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 12px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -unitydecoration-extents: 28px 0 0 0; - -unitydecoration-input-extents: 8px; - -unitydecoration-shadow-offset-x: 0; - -unitydecoration-shadow-offset-y: 3px; - -unitydecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -unitydecoration-active-shadow-radius: 18px; - -unitydecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -unitydecoration-inactive-shadow-radius: 6px; - -unitydecoration-glow-size: 8px; - -unitydecoration-glow-color: #cba6f7; - -unitydecoration-title-indent: 4px; - -unitydecoration-title-fade: 32px; - -unitydecoration-title-alignment: 0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #1e1e2e; - color: #eff1f5; -} - -UnityDecoration .top:backdrop { - background-color: #1e1e2e; - color: rgba(239, 241, 245, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(239, 241, 245, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px #e6e9ef; - background-color: transparent; - color: #eff1f5; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #1e1e2e; - color: #eff1f5; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(239, 241, 245, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(239, 241, 245, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px #e6e9ef; - background-color: transparent; - color: #eff1f5; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #cba6f7; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(30, 30, 46, 0.6); - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(239, 241, 245, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(239, 241, 245, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(239, 241, 245, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: #eff1f5; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -gtkwidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), -.mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), -.mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #cba6f7; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #cba6f7; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(30, 30, 46, 0.2); - border-radius: 13px; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(239, 241, 245, 0.12); -} - -na-tray-applet { - -natrayapplet-icon-padding: 3px; - -natrayapplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -panelmenubar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(30, 30, 46, 0.2); - border-radius: 13px; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -#mate-menu { - border: 1px solid rgba(30, 30, 46, 0.2); - background-color: #292c3c; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: #eff1f5; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(239, 241, 245, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 6px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #cba6f7; -} - -.brisk-menu .session-button { - padding: 12px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: #eff1f5; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 12px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtkarrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #313244; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 12px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.04); - background-image: none; - color: #eff1f5; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #313244; - color: #eff1f5; - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtkarrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(30, 30, 46, 0.2); - border-radius: 13px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #cba6f7; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 12px; - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(239, 241, 245, 0.12); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #cba6f7; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window list.sidebar { - background: none; - border-radius: 0 0 0 12px; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 12px; -} - -.budgie-popover { - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #292c3c; - border-radius: 12px; -} - -.budgie-popover frame.container { - padding: 6px; - border: none; -} - -.budgie-popover frame.container .container { - padding: 0; -} - -.budgie-popover list, -.budgie-popover row { - padding: 0; -} - -.budgie-popover separator { - margin: 3px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(239, 241, 245, 0.04); - border-right: none; - border-bottom-left-radius: 12px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; -} - -.budgie-popover treeview.view.sidebar { - border-right: none; - background: none; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu scrolledwindow.sidebar.categories { - background-color: rgba(239, 241, 245, 0.04); - padding-bottom: 12px; -} - -.budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button { - border-radius: 0; -} - -.budgie-popover.budgie-menu scrolledwindow > viewport.frame > list > row.activatable > button.flat { - border-radius: 0; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - border-radius: 12px; - background-color: #313244; - padding: 6px; - margin: 6px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 12px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 3px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 12px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(239, 241, 245, 0.12); - padding: 6px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - padding: 3px; - border-radius: 12px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; - padding: 6px; - min-height: 16px; - min-width: 16px; - margin-left: 6px; - background-clip: border-box; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 0; - outline-width: 0; - border-radius: 12px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 6px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 2px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(239, 241, 245, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(239, 241, 245, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 12px; -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(30, 30, 46, 0.6); - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(30, 30, 46, 0.75); -} - -.budgie-panel .icon-tasklist button.launcher:checked, .budgie-panel .icon-tasklist button.launcher:active { - color: #eff1f5; -} - -.top .budgie-panel.dock-mode { - border-radius: 0 0 12px 12px; -} - -.bottom .budgie-panel.dock-mode { - border-radius: 12px 12px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 12px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 12px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 12px 12px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist .launcher:first-child { - border-top-right-radius: 12px; -} - -.left .budgie-panel.dock-mode .icon-tasklist .launcher:last-child { - border-bottom-right-radius: 12px; -} - -.right .budgie-panel.dock-mode { - border-radius: 12px 0 0 12px; -} - -.right .budgie-panel.dock-mode .icon-tasklist .launcher:first-child { - border-top-left-radius: 12px; -} - -.right .budgie-panel.dock-mode .icon-tasklist .launcher:last-child { - border-bottom-left-radius: 12px; -} - -.budgie-panel button { - color: rgba(239, 241, 245, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: #eff1f5; -} - -.budgie-panel button:active { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - box-shadow: none; - border: none; - color: #eff1f5; -} - -.budgie-panel button.raven-trigger { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(239, 241, 245, 0.12); -} - -.budgie-panel .alert { - color: #d20f39; -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 6px; - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -4px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 6px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 2px; - margin-right: 2px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 3px; - padding-right: 3px; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: #eff1f5; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: #eff1f5; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(239, 241, 245, 0.7); - box-shadow: none; - border: none; -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: #eff1f5; -} - -.budgie-panel menubar menu separator, -.budgie-panel .menubar menu separator { - background-color: rgba(239, 241, 245, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(239, 241, 245, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(239, 241, 245, 0.32); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #292c3c; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -.raven > box { - margin-bottom: -10px; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.raven .raven-header.top stackswitcher button { - margin: -4px 0 -5px; - padding: 0 16px; - min-height: 24px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(239, 241, 245, 0.12); - background-color: #313244; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(239, 241, 245, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 12px; - border-radius: 9999px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget scale.marks-after label { - font-size: 90%; - padding: 0; - margin: -10px 0 0 6px; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(239, 241, 245, 0.06); - color: #eff1f5; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: #eff1f5; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, -.raven levelbar trough, -.raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 12px; -} - -.raven-mpris { - background-color: #292c3c; - color: #eff1f5; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 12px; -} - -image.raven-mpris { - background-color: rgba(239, 241, 245, 0.12); - color: rgba(239, 241, 245, 0.7); - border-radius: 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 6px; - padding-left: 12px; - margin: 3px; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(239, 241, 245, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window { - background-color: transparent; -} - -.budgie-notification .notification-title, .budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body, .budgie-switcher .notification-body { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.drop-shadow { - margin: 5px 9px; - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -.drop-shadow .linked > button { - border-radius: 12px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - background-color: #292c3c; - border: none; - padding: 0; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 24px; -} - -.budgie-session-dialog.background, .budgie-session-dialog > decoration, -.budgie-polkit-dialog.background, -.budgie-polkit-dialog > decoration, -.budgie-run-dialog.background, -.budgie-run-dialog > decoration { - border-radius: 12px; -} - -.budgie-session-dialog > decoration, -.budgie-polkit-dialog > decoration, -.budgie-run-dialog > decoration { - border: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(30, 30, 46, 0.75); -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 12px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 12px; -} - -.budgie-polkit-dialog .message { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #d20f39; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 14px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: #eff1f5; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #313244; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - background-color: rgba(30, 30, 46, 0.6); - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button { - min-height: 16px; - min-width: 16px; - padding: 0 6px; - border-radius: 0; -} - -.xfce4-panel.background button.flat.toggle { - padding: 0 6px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #cba6f7; -} - -#xfce4-mpc-plugin-26 > frame > border { - border: none; -} - -#xfce-panel-button { - -gtk-icon-style: symbolic; -} - -XfdesktopIconView.view { - border-radius: 12px; - background-color: transparent; - color: #eff1f5; -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -window#whiskermenu-window { - border-radius: 12px; - background-color: transparent; - border: none; -} - -window#whiskermenu-window entry.search:focus { - background-color: #313244; -} - -window#whiskermenu-window > frame > border { - border-radius: 12px; - padding: 6px 8px 6px 9px; - margin: 6px; - border: none; - background-color: #292c3c; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; - margin: 1px 0; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(239, 241, 245, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 3px; - background-color: #313244; - border-radius: 12px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 12px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -#XfceNotifyWindow { - background-color: #313244; - border-radius: 12px; - border: none; - box-shadow: none; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -dialog.xfsm-logout-dialog { - border-radius: 12px; - background-color: rgba(41, 44, 60, 0.97); - border: none; - box-shadow: none; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 12px; - -xfwmtabwinwidget-icon-size: 64px; - -xfwmtabwinwidget-preview-size: 64px; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - box-shadow: inset 0 -1px rgba(239, 241, 245, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar scrolledwindow.frame.sidebar { - border-top: none; -} - -.thunar .path-bar.linked:not(.vertical) > button.path-bar-button { - margin-left: 2px; - margin-right: 2px; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.thunar > grid.horizontal -> paned.horizontal -> scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal -> paned.horizontal -> scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 12px; -} - -menubar.-vala-panel-appmenu-private, -menubar.-vala-panel-background { - background: none; - border: none; - box-shadow: none; - animation: none; -} - -menubar.-vala-panel-appmenu-private > menuitem, -menubar.-vala-panel-background > menuitem { - color: rgba(239, 241, 245, 0.7); - font-weight: normal; -} - -menubar.-vala-panel-appmenu-private > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover { - color: #eff1f5; - border-radius: 0; -} - -menubar.-vala-panel-appmenu-private > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled { - color: rgba(239, 241, 245, 0.32); -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: #313244; - color: #eff1f5; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(239, 241, 245, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: #eff1f5; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(239, 241, 245, 0.32); -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 8px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #cba6f7; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #1e1e2e; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar > toolitem > .linked > button.image-button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(239, 241, 245, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: #eff1f5; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.nemo-window .primary-toolbar button.text-button:backdrop { - color: rgba(239, 241, 245, 0.5); -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button:checked { - box-shadow: none; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button { - border-radius: 6px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #313244; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 6px; - background-color: rgba(239, 241, 245, 0.04); -} - -.nemo-window .nemo-window-pane > notebook { - border-radius: 0; -} - -.places-treeview { - -nemoplacestreeview-disk-full-bg-color: #5d5d6a; - -nemoplacestreeview-disk-full-fg-color: #cba6f7; - -nemoplacestreeview-disk-full-bar-width: 2px; - -nemoplacestreeview-disk-full-bar-radius: 0; - -nemoplacestreeview-disk-full-bottom-padding: 1px; - -nemoplacestreeview-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* widget text/foreground color */ -@define-color theme_fg_color #eff1f5; -/* text color for entries, views and content in general */ -@define-color theme_text_color #eff1f5; -/* widget base background color */ -@define-color theme_bg_color #1e1e2e; -/* text widgets and the like base background color */ -@define-color theme_base_color #313244; -/* base background color of selections */ -@define-color theme_selected_bg_color #cba6f7; -/* text/foreground color of selections */ -@define-color theme_selected_fg_color rgba(30, 30, 46, 0.87); -/* base background color of insensitive widgets */ -@define-color insensitive_bg_color #1e1e2e; -/* text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(239, 241, 245, 0.5); -/* insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #313244; -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #eff1f5; -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #eff1f5; -/* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1e2e; -/* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #313244; -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #cba6f7; -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color rgba(30, 30, 46, 0.87); -/* insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(239, 241, 245, 0.5); -/* widgets main borders color */ -@define-color borders rgba(239, 241, 245, 0.12); -/* widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(239, 241, 245, 0.12); -/* these are pretty self explicative */ -@define-color warning_color #df8e1d; -@define-color error_color #d20f39; -@define-color success_color #40a02b; -/* these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_focused_title #eff1f5; -@define-color wm_unfocused_title rgba(239, 241, 245, 0.7); -@define-color wm_highlight rgba(239, 241, 245, 0.1); -@define-color wm_border #0a0a0e; -@define-color wm_focused_bg #1e1e2e; -@define-color wm_unfocused_bg #1e1e2e; -@define-color wm_button_icon #eff1f5; -@define-color wm_button_focused_bg rgba(239, 241, 245, 0.04); -@define-color wm_button_unfocused_bg rgba(239, 241, 245, 0.04); -@define-color wm_button_hover_fg rgba(30, 30, 46, 0.87); -@define-color wm_button_active_fg rgba(30, 30, 46, 0.87); -@define-color wm_button_hover_bg #e6e9ef; -@define-color wm_button_active_bg #e7eaf0; -/* FIXME this is really an API */ -@define-color content_view_bg #313244; -@define-color placeholder_text_color #b6b8c0; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #313244; -@define-color budgie_tasklist_indicator_color rgba(239, 241, 245, 0.3); -@define-color budgie_tasklist_indicator_color_active #cba6f7; -@define-color budgie_tasklist_indicator_color_active_window rgba(157, 130, 193, 0.816); -@define-color budgie_tasklist_indicator_color_attention #df8e1d; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/gtk.css b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/gtk.css deleted file mode 100644 index 59bd60a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/gtk.css +++ /dev/null @@ -1,8585 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #cba6f7 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #cba6f7 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -gtktoolbutton-icon-spacing: 0; - -gtktextview-error-underline-color: #d20f39; - -gtkscrolledwindow-scrollbar-spacing: 0; - -gtktoolitemgroup-expander-size: 11; - -gtkwidget-text-handle-width: 24; - -gtkwidget-text-handle-height: 24; - -gtkdialog-button-spacing: 6; - -gtkdialog-action-area-border: 6; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 12px; - -gtk-secondary-caret-color: #cba6f7; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -.thunar .standard-view.frame widget.view:selected, XfdesktopIconView.view:active, calendar.raven-calendar:selected, box.vertical > widget > widget:selected, calendar:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: #eff1f5; - background-color: alpha(currentColor, 0.1); -} - -.nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected { - color: #cba6f7; - background-color: rgba(203, 166, 247, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, .nautilus-window.background.csd notebook widget.view:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -treeview.view:selected, .view:selected { - color: rgba(30, 30, 46, 0.87); - background-color: #e6e9ef; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 12px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 12px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1e1e2e; - color: #eff1f5; -} - -.background.csd { - border-radius: 0 0 12px 12px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #1e1e2e; - color: #eff1f5; -} - -.gtkstyle-fallback:hover { - background-color: #14141f; - color: #eff1f5; -} - -.gtkstyle-fallback:active { - background-color: #0a0a0f; - color: #eff1f5; -} - -.gtkstyle-fallback:disabled { - background-color: #1e1e2e; - color: rgba(239, 241, 245, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.view { - background-color: #1e1e2e; - color: #eff1f5; -} - -.view:hover { - color: #cba6f7; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.2); -} - -.view:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -window.background.csd > stack.view { - border-radius: 0 0 12px 12px; -} - -textview text { - background-color: rgba(239, 241, 245, 0.04); -} - -textview border { - background-color: #313244; - color: rgba(239, 241, 245, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 12px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -flowbox rubberband { - border: 1px solid #cba6f7; - background-color: rgba(203, 166, 247, 0.3); -} - -flowbox flowboxchild { - padding: 3px; - border-radius: 12px; - color: #eff1f5; -} - -flowbox flowboxchild button.osd.remove-button { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(239, 241, 245, 0.7); -} - -label:disabled { - color: rgba(239, 241, 245, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; -} - -.dim-label { - color: rgba(239, 241, 245, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(239, 241, 245, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: #eff1f5; -} - -.osd .scale-popup.background, .app-notification, -.osd { - opacity: 0.9; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry { - background-color: rgba(30, 30, 46, 0.04); - color: rgba(30, 30, 46, 0.87); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus { - color: rgba(30, 30, 46, 0.87); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:drop(active), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:drop(active), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:drop(active) { - color: rgba(30, 30, 46, 0.87); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:disabled, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:disabled { - background-color: rgba(30, 30, 46, 0.04); - color: rgba(30, 30, 46, 0.38); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry image, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry image { - color: rgba(30, 30, 46, 0.6); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry image:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry image:disabled, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry image:disabled { - color: rgba(30, 30, 46, 0.38); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:hover image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:hover image, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:hover image, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus image, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry:focus image { - color: rgba(30, 30, 46, 0.87); -} - -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 36px; - padding: 0 8px; - border-radius: 12px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: #eff1f5; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px #cba6f7; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(239, 241, 245, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: #eff1f5; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(239, 241, 245, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(239, 241, 245, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: #eff1f5; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px #d20f39; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: #eff1f5; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px #df8e1d; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #cba6f7; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #313244; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(239, 241, 245, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#cba6f7), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#cba6f7), to(transparent)); - } -} - -.xfce4-panel.background button, .raven-mpris button.image-button, .mate-panel-menu-bar button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, .app-notification button:not(.suggested-action):not(.destructive-action), frame.documents-dropdown .linked > button, .app-notification .linked > button, toolbar.osd .linked > button, frame.documents-dropdown button, .osd .scale-popup.background button, .app-notification button, toolbar.osd button { - color: rgba(239, 241, 245, 0.7); -} - -.xfce4-panel.background button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, infobar.warning > revealer > box button:focus, .app-notification button:focus:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:focus, .osd .scale-popup.background button:focus, .app-notification button:focus, toolbar.osd button:focus, .xfce4-panel.background button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, infobar.warning > revealer > box button:hover, .app-notification button:hover:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:hover, .osd .scale-popup.background button:hover, .app-notification button:hover, toolbar.osd button:hover, .xfce4-panel.background button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, infobar.warning > revealer > box button:active, .app-notification button:active:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:active, .osd .scale-popup.background button:active, .app-notification button:active, toolbar.osd button:active, .xfce4-panel.background button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, infobar.warning > revealer > box button:checked, .app-notification button:checked:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:checked, .osd .scale-popup.background button:checked, .app-notification button:checked, toolbar.osd button:checked { - color: #eff1f5; -} - -.xfce4-panel.background button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, infobar.warning > revealer > box button:disabled, .app-notification button:disabled:not(.suggested-action):not(.destructive-action), frame.documents-dropdown button:disabled, .osd .scale-popup.background button:disabled, .app-notification button:disabled, toolbar.osd button:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.xfce4-panel.background button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, frame.documents-dropdown button:checked:disabled, .osd .scale-popup.background button:checked:disabled, .app-notification button:checked:disabled, toolbar.osd button:checked:disabled { - color: rgba(239, 241, 245, 0.5); -} - -actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.combo) { - background-color: #313244; - color: #eff1f5; -} - -actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.combo) { - background-color: rgba(30, 30, 46, 0.87); - color: #e6e9ef; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat, terminal-window notebook > header > box button.flat, notebook > header > button.flat, notebook > header tab:not(:checked) button.flat { - color: rgba(30, 30, 46, 0.6); -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:hover, terminal-window notebook > header > box button.flat:hover, notebook > header > button.flat:hover, notebook > header tab:not(:checked) button.flat:hover, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:active, terminal-window notebook > header > box button.flat:active, notebook > header > button.flat:active, notebook > header tab:not(:checked) button.flat:active, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:focus, terminal-window notebook > header > box button.flat:focus, notebook > header > button.flat:focus, notebook > header tab:not(:checked) button.flat:focus { - color: rgba(30, 30, 46, 0.87); -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:checked, terminal-window notebook > header > box button.flat:checked, notebook > header > button.flat:checked, notebook > header tab:not(:checked) button.flat:checked { - background-color: rgba(30, 30, 46, 0.87); - color: #e6e9ef; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list button.flat:disabled, terminal-window notebook > header > box button.flat:disabled, notebook > header > button.flat:disabled, notebook > header tab:not(:checked) button.flat:disabled { - color: rgba(30, 30, 46, 0.3); -} - -button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(239, 241, 245, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: #eff1f5; -} - -button:focus { - box-shadow: 0 0 0 2px rgba(203, 166, 247, 0.35); -} - -button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -button:disabled { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -button:checked { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -.raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, button.titlebutton:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, button.close, button.circular, .inline-toolbar button:not(.text-button) { - border-radius: 9999px; -} - -.raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, button.titlebutton:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, button.close label, button.circular label, .inline-toolbar button:not(.text-button) label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header > button.flat, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, .budgie-settings-window buttonbox.inline-toolbar button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, placessidebar.sidebar row button.sidebar-button, calendar.button, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular, treeview.view header button button.circular, row.activatable button.circular, scrollbar button, notebook > header > tabs > arrow, modelbutton.flat, -.menuitem.button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .raven stackswitcher.linked > button, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog .dialog-action-box button, -messagedialog .dialog-action-box .linked:not(.vertical) > button, popover.background.menu button, -popover.background button.model, toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(239, 241, 245, 0.7); -} - -.budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, .budgie-settings-window buttonbox.inline-toolbar button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:focus, treeview.view header button button.circular:focus, row.activatable button.circular:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog .dialog-action-box button:focus, -messagedialog .dialog-action-box .linked:not(.vertical) > button:focus, popover.background.menu button:focus, -popover.background button.model:focus, toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #eff1f5; -} - -.budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:hover, treeview.view header button button.circular:hover, row.activatable button.circular:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog .dialog-action-box button:hover, -messagedialog .dialog-action-box .linked:not(.vertical) > button:hover, popover.background.menu button:hover, -popover.background button.model:hover, toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: #eff1f5; -} - -.budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:active, treeview.view header button button.circular:active, row.activatable button.circular:active, scrollbar button:active, notebook > header > tabs > arrow:active, modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog .dialog-action-box button:active, -messagedialog .dialog-action-box .linked:not(.vertical) > button:active, popover.background.menu button:active, -popover.background button.model:active, toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: #eff1f5; -} - -.budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:disabled, treeview.view header button button.circular:disabled, row.activatable button.circular:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog .dialog-action-box button:disabled, -messagedialog .dialog-action-box .linked:not(.vertical) > button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(239, 241, 245, 0.32); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog .dialog-action-box button:checked, -messagedialog .dialog-action-box .linked:not(.vertical) > button:checked, popover.background.menu button:checked, -popover.background button.model:checked, toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog .dialog-action-box button:checked:disabled, popover.background.menu button:checked:disabled, -popover.background button.model:checked:disabled, toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(239, 241, 245, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - background-color: #1e1e2e; - color: #eff1f5; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #3d3e4c; - color: #eff1f5; -} - -button.osd:active { - background-color: #525360; - color: #eff1f5; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 12px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #1e66f5; - color: #eff1f5; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(30, 102, 245, 0.2), 0 4px 3px 0 rgba(30, 102, 245, 0.14), 0 1px 6px 0 rgba(30, 102, 245, 0.12); -} - -button.suggested-action:checked { - background-color: #5d90f5; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(30, 102, 245, 0.3), 0 2px 3px -1px rgba(30, 102, 245, 0.24), 0 2px 5px 0 rgba(30, 102, 245, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(30, 102, 245, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1e66f5; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(239, 241, 245, 0.32); -} - -button.suggested-action.flat:checked { - background-color: rgba(30, 102, 245, 0.3); -} - -button.destructive-action { - background-color: #d20f39; - color: #eff1f5; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(210, 15, 57, 0.2), 0 4px 3px 0 rgba(210, 15, 57, 0.14), 0 1px 6px 0 rgba(210, 15, 57, 0.12); -} - -button.destructive-action:checked { - background-color: #db5371; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(210, 15, 57, 0.3), 0 2px 3px -1px rgba(210, 15, 57, 0.24), 0 2px 5px 0 rgba(210, 15, 57, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(210, 15, 57, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #d20f39; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(239, 241, 245, 0.32); -} - -button.destructive-action.flat:checked { - background-color: rgba(210, 15, 57, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -button.close, button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -/********* - * Links * - *********/ -*:link { - color: #8fcbe8; -} - -*:visited { - color: #8839ef; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #8fcbe8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #8839ef; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 32px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 6px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(239, 241, 245, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(239, 241, 245, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 6px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(239, 241, 245, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 3px; -} - -spinbutton.vertical button.down { - margin: 0 3px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -combobox > .linked > button.combo { - padding: 6px 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: #eff1f5; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(239, 241, 245, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px #cba6f7; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -gtkwidget-window-dragging: true; - padding: 2px 3px; - background-color: #1e1e2e; -} - -toolbar .linked -> button:not(:hover):not(:active):not(:checked):not(:focus):not( -:disabled -) { - background-color: alpha(currentColor, 0.05); -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .osd .scale-popup.background, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #1e1e2e; - color: #eff1f5; -} - -frame.documents-dropdown:backdrop, .osd .scale-popup.background:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -frame.left.documents-dropdown, .osd .left.scale-popup.background, .left.app-notification, frame.right.documents-dropdown, .osd .right.scale-popup.background, .right.app-notification, frame.top.documents-dropdown, .osd .top.scale-popup.background, .top.app-notification, frame.bottom.documents-dropdown, .osd .bottom.scale-popup.background, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .osd .bottom.scale-popup.background, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -frame.documents-dropdown entry, .osd .scale-popup.background entry, .app-notification entry, -frame.documents-dropdown button, -.osd .scale-popup.background button, -.app-notification button, toolbar.osd entry, -toolbar.osd button { - border-radius: 12px; -} - -frame.documents-dropdown entry, .osd .scale-popup.background entry, .app-notification entry, toolbar.osd entry { - color: #eff1f5; -} - -frame.documents-dropdown .linked > button:first-child, .osd .scale-popup.background .linked > button:first-child, .app-notification .linked > button:first-child, toolbar.osd .linked > button:first-child { - border-radius: 12px 0 0 12px; -} - -frame.documents-dropdown .linked > button:last-child, .osd .scale-popup.background .linked > button:last-child, .app-notification .linked > button:last-child, toolbar.osd .linked > button:last-child { - border-radius: 0 12px 12px 0; -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px 1px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.toolbar { - background-color: #1e1e2e; -} - -frame .toolbar { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.inline-toolbar { - padding: 6px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(239, 241, 245, 0.12); - background-color: #313244; - border-radius: 0 0 9px 9px; -} - -.frame .inline-toolbar { - border-width: 1px 0 0; - background-color: transparent; -} - -searchbar > revealer > box, -.location-bar { - padding: 6px; - border: none; - background-color: #1e1e2e; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), .titlebar button:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; -} - -.nemo-window .primary-toolbar .linked > button:not(.text-button), .titlebar .linked > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -.nemo-window .primary-toolbar .linked > button:first-child:not(.text-button), .titlebar .linked > button:first-child:not(.suggested-action):not(.destructive-action) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.nemo-window .primary-toolbar .linked > button:last-child:not(.text-button), .titlebar .linked > button:last-child:not(.suggested-action):not(.destructive-action) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.nemo-window .primary-toolbar .linked > button:only-child:not(.text-button), .titlebar .linked > button:only-child:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:hover:not(.text-button), .titlebar button:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(239, 241, 245, 0.12); -} - -.nemo-window .primary-toolbar button:checked:not(.text-button), .titlebar button:checked:not(.suggested-action):not(.destructive-action) { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.nemo-window .primary-toolbar button:checked:hover:not(.text-button), .titlebar button:checked:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(30, 30, 46, 0.04); - color: rgba(30, 30, 46, 0.87); -} - -.nemo-window .primary-toolbar button:checked:focus:not(.text-button), .titlebar button:checked:focus:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.87); - box-shadow: none; -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: rgba(230, 233, 239, 0.5); - color: rgba(30, 30, 46, 0.38); -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), .titlebar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), .titlebar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), .titlebar button:active:not(.suggested-action):not(.destructive-action) { - color: #eff1f5; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), .titlebar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), .titlebar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), .titlebar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), .titlebar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), .titlebar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), .titlebar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), .titlebar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.6); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), .titlebar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - border-radius: 9999px; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(239, 241, 245, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: #eff1f5; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.titlebar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #1e1e2e; - color: #eff1f5; - border-radius: 12px 12px 0 0; - border: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.titlebar:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.titlebar:backdrop { - color: rgba(239, 241, 245, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.csd .titlebar:backdrop { - background-color: #1e1e2e; -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(239, 241, 245, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(239, 241, 245, 0.5); -} - -.titlebar .titlebar, -.titlebar headerbar { - background-color: transparent; - box-shadow: none; -} - -.titlebar + separator, -.titlebar + separator.sidebar { - background-color: #1e1e2e; - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.titlebar + separator:backdrop, -.titlebar + separator.sidebar:backdrop { - background-color: #1e1e2e; -} - -.titlebar.selection-mode + separator, .titlebar.selection-mode + separator.sidebar, .selection-mode .titlebar + separator, .selection-mode .titlebar + separator.sidebar { - background-color: #cba6f7; -} - -.titlebar.selection-mode + separator:backdrop, .titlebar.selection-mode + separator.sidebar:backdrop, .selection-mode .titlebar + separator:backdrop, .selection-mode .titlebar + separator.sidebar:backdrop { - background-color: #cba6f7; -} - -.titlebar button.suggested-action:disabled, -.titlebar button.destructive-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -.titlebar stackswitcher { - background-color: rgba(239, 241, 245, 0.04); -} - -.titlebar stackswitcher:checked { - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -.titlebar stackswitcher:checked:hover { - background-color: white; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.titlebar .path-bar -button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 6px; - padding-right: 6px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - box-shadow: inset 0 1px rgba(239, 241, 245, 0.15); -} - -.titlebar.selection-mode:backdrop { - color: rgba(30, 30, 46, 0.6); - background-color: #dbc2fa; -} - -.titlebar.selection-mode .subtitle:link { - color: rgba(30, 30, 46, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(30, 30, 46, 0.38); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - color: rgba(30, 30, 46, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(30, 30, 46, 0.38); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:not(.titlebutton) { - color: rgba(30, 30, 46, 0.6); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(30, 30, 46, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(30, 30, 46, 0.6); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(30, 30, 46, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -gtkarrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 24px; - padding: 6px 12px; - border-radius: 12px 12px 0 0; - border: none; - background-color: #1e1e2e; - background-image: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.titlebar.default-decoration:backdrop { - background-color: #1e1e2e; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - min-height: 24px; - min-width: 24px; - margin: 0; - padding: 0; -} - -.titlebar.default-decoration button.titlebutton.minimize:active, .titlebar.default-decoration button.titlebutton.maximize:active, .titlebar.default-decoration button.titlebutton.close:active { - color: rgba(30, 30, 46, 0.87); - background-image: none; - animation: none; - box-shadow: none; - background-color: rgba(189, 192, 200, 0.9675); -} - -.background.csd .titlebar.default-decoration { - padding: 6px; -} - -.solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 48px; - padding: 0 6px; -} - -box.vertical headerbar { - background-color: #1e1e2e; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar > box.left, -headerbar > box.right { - padding: 0 6px; -} - -headerbar separator.titlebutton, -headerbar separator.sidebar { - margin-top: 12px; - margin-bottom: 12px; - background-color: transparent; -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 0 0 12px 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not( -.destructive-action -) { - border-radius: 9px; - margin: 6px 3px; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not( -.destructive-action -):not(:hover):not(:active):not(:checked) { - background-color: transparent; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not( -.destructive-action -) > stack > box { - padding: 0 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not( -.destructive-action -):focus { - box-shadow: none; -} - -headerbar.windowhandle > button.popup label, -headerbar.windowhandle > button.popup image { - min-height: 0; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 6px; - margin-left: 1px; - margin-right: 1px; - background-color: alpha(currentColor, 0.08); -} - -.caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled { - background-color: alpha(currentColor, 0.05); -} - -.caja-pathbar button:first-child, -.path-bar.linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.caja-pathbar button:last-child, -.path-bar.linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - background-color: alpha(currentColor, 0.16); - color: #eff1f5; -} - -.caja-pathbar button label, -.caja-pathbar button image, -.path-bar.linked:not(.vertical) > button label, -.path-bar.linked:not(.vertical) > button image { - margin-left: 3px; - margin-right: 3px; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(239, 241, 245, 0.12); - border-top-color: rgba(239, 241, 245, 0.12); -} - -* { - -gtktreeview-horizontal-separator: 4; - -gtktreeview-grid-line-width: 1; - -gtktreeview-grid-line-pattern: ''; - -gtktreeview-tree-line-width: 1; - -gtktreeview-tree-line-pattern: ''; - -gtktreeview-expander-size: 16; -} - -.csd -treeview.view:not(:selected):not(:hover):not(.progressbar):not(.expander):not( -.trough -):not(.separator) { - background-color: transparent; -} - -treeview.view.separator { - min-height: 6px; - color: rgba(239, 241, 245, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - color: rgba(239, 241, 245, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: #eff1f5; -} - -treeview.view.expander:disabled { - color: rgba(239, 241, 245, 0.32); -} - -treeview.view.expander:selected { - color: rgba(30, 30, 46, 0.6); -} - -treeview.view.expander:selected:hover, treeview.view.expander:selected:active { - color: rgba(30, 30, 46, 0.87); -} - -treeview.view.expander:selected:disabled { - color: rgba(30, 30, 46, 0.3); -} - -treeview.view.progressbar { - border: none; - box-shadow: none; - background-color: #cba6f7; - background-image: none; - border-radius: 9999px; - color: rgba(30, 30, 46, 0.87); -} - -treeview.view.progressbar:selected, treeview.view.progressbar:selected:hover, treeview.view.progressbar:selected:focus { - box-shadow: none; - background-color: #d0b1f7; - color: rgba(30, 30, 46, 0.87); -} - -treeview.view.progressbar:selected:backdrop, treeview.view.progressbar:selected:hover:backdrop, treeview.view.progressbar:selected:focus:backdrop { - color: rgba(30, 30, 46, 0.87); -} - -treeview.view.progressbar:backdrop, treeview.view.progressbar:selected:backdrop { - background-color: rgba(239, 241, 245, 0.3); -} - -treeview.view.trough { - border: none; - box-shadow: none; - background-color: rgba(239, 241, 245, 0.12); - background-image: none; - border-radius: 9999px; - padding: 0; - margin: 0; -} - -treeview.view.trough:selected, treeview.view.trough:selected:hover, treeview.view.trough:selected:focus { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.12); -} - -treeview.view.trough:backdrop, treeview.view.trough:selected:backdrop { - background-color: rgba(239, 241, 245, 0.12); -} - -treeview.view header button { - padding: 2px 6px; - border: none; - border-right: 1px solid transparent; - border-color: rgba(239, 241, 245, 0.12); - border-radius: 0; - background-clip: border-box; - border-image: linear-gradient(to bottom, transparent 20%, rgba(239, 241, 245, 0.12) 20%, rgba(239, 241, 245, 0.12) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(239, 241, 245, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #313244; -} - -treeview.view header button:last-child { - border-right: none; - border-image: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(239, 241, 245, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #313244; - background-clip: border-box; - color: #cba6f7; -} - -treeview.view acceleditor > label { - background-color: #cba6f7; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -gtkwidget-window-dragging: true; - padding: 0; - background-color: #1e1e2e; - color: #eff1f5; -} - -menubar:backdrop, -.menubar:backdrop { - color: rgba(239, 241, 245, 0.7); - background-color: #1e1e2e; -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: none; - min-height: 20px; - padding: 4px 8px; - color: rgba(239, 241, 245, 0.7); - border-radius: 12px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -menubar > menuitem:backdrop, -.menubar > menuitem:backdrop { - color: rgba(239, 241, 245, 0.5); -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(239, 241, 245, 0.32); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -menubar > menuitem > window.popup.background > menu menuitem, -.menubar > menuitem > window.popup.background > menu menuitem { - transition: none; -} - -.background.popup { - background-color: transparent; -} - -menu { - margin: 6px; - padding: 6px; - background-color: #232634; - background-clip: border-box; - border-radius: 12px; - border: 1px solid #cba6f7; -} - -.csd menu { - border: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 8px; - color: #eff1f5; - font: initial; - text-shadow: none; - border-radius: 12px; -} - -menu menuitem:hover { - transition: none; - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; -} - -menu menuitem:hover accelerator { - color: #cba6f7; -} - -menu menuitem:hover:disabled accelerator { - color: rgba(30, 30, 46, 0.3); -} - -menu menuitem:active { - background-color: alpha(currentColor, 0.12); -} - -menu menuitem:disabled { - color: rgba(239, 241, 245, 0.5); -} - -menu menuitem accelerator { - color: rgba(239, 241, 245, 0.7); -} - -menu menuitem:disabled accelerator { - color: rgba(239, 241, 245, 0.32); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: #444556; -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #232634; - color: rgba(239, 241, 245, 0.7); -} - -menu > arrow.top { - margin-top: 0; - border-radius: 12px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menu > arrow.bottom { - margin-top: 8px; - margin-bottom: -12px; - border-radius: 12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: #eff1f5; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; - background-color: transparent; -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - background-color: #232634; - border-radius: 12px; -} - -popover.background, .csd popover.background { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -popover.background:backdrop, .csd popover.background:backdrop { - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -popover.background > stack { - margin: 0; -} - -popover.background > toolbar { - margin: 0; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > scrolledwindow > viewport.frame > list { - background-color: transparent; - padding: 6px; -} - -popover.background > scrolledwindow > viewport.frame > list > row { - border-radius: 12px; - padding: 6px; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #232634; -} - -popover.background button, -popover.background entry, -popover.background combobox { - border-radius: 12px; -} - -popover.background .linked > button:not(.radio) { - border-radius: 12px; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 12px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 12px; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 12px; -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 12px; -} - -popover.background separator { - margin: 3px 0; - background-color: transparent; -} - -popover.background list separator { - margin: 0; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 12px; - color: #eff1f5; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 3px 12px; - border: none; - outline: none; - background-clip: padding-box; - color: #eff1f5; - font-weight: 500; - border-radius: 9px; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(30, 30, 46, 0.12); - color: #cba6f7; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(30, 30, 46, 0.3); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #313244; - color: #cba6f7; -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(239, 241, 245, 0.5); -} - -notebook > header.bottom > tabs > arrow, notebook > header.top > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.bottom > tabs > arrow.down, notebook > header.top > tabs > arrow.down { - margin-left: 0; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.bottom > tabs > arrow.up, notebook > header.top > tabs > arrow.up { - margin-right: 0; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.right > tabs > arrow, notebook > header.left > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.right > tabs > arrow.down, notebook > header.left > tabs > arrow.down { - margin-top: 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.right > tabs > arrow.up, notebook > header.left > tabs > arrow.up { - margin-bottom: 0; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook { - background-color: rgba(239, 241, 245, 0.04); -} - -window.background > notebook { - background-color: transparent; -} - -notebook.frame { - border: none; - border-radius: 9px; -} - -notebook.frame scrolledwindow.frame { - border: none; -} - -notebook.frame frame > border { - border: none; - border-radius: 9px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook > header { - border: none; - background-color: rgba(239, 241, 245, 0.04); - padding: 3px; - margin: 3px; - border-radius: 12px; -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 9px; - color: rgba(30, 30, 46, 0.6); -} - -notebook > header > tabs > arrow:hover, notebook > header > tabs > arrow:active { - color: rgba(30, 30, 46, 0.87); -} - -notebook > header > tabs > arrow:disabled { - color: rgba(30, 30, 46, 0.3); -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab + tab, -notebook > header.top tabs tab + arrow, notebook > header.bottom tabs tab + tab, -notebook > header.bottom tabs tab + arrow { - margin-left: 3px; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab + tab, -notebook > header.left tabs tab + arrow, notebook > header.right tabs tab + tab, -notebook > header.right tabs tab + arrow { - margin-top: 3px; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header > button.flat { - padding: 3px; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 12px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #313244; -} - -* { - -gtkscrollbar-has-backward-stepper: false; - -gtkscrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid transparent; -} - -scrollbar.bottom { - border-top: 1px solid transparent; -} - -scrollbar.left { - border-right: 1px solid transparent; -} - -scrollbar.right { - border-left: 1px solid transparent; -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(239, 241, 245, 0.5); -} - -scrollbar slider:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -scrollbar slider:active { - background-color: #eff1f5; -} - -scrollbar slider:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(49, 50, 68, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(49, 50, 68, 0.3); - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border: none; - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.32); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: #cba6f7; -} - -switch:disabled { - opacity: 0.5; -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 18px; - min-height: 18px; - margin: 3px; - border-radius: 9999px; - outline: none; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - background-color: rgba(30, 30, 46, 0.6); - border: none; - color: transparent; -} - -switch:focus slider, switch:hover slider, switch:focus:hover slider { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.12); -} - -/************************* - * Check and Radio items * - *************************/ -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -actionbar > revealer > box check:not(:checked):not(:indeterminate), -actionbar > revealer > box radio:not(:checked):not(:indeterminate) { - background-color: rgba(30, 30, 46, 0.12); -} - -actionbar > revealer > box check:not(:checked):not(:indeterminate):hover, -actionbar > revealer > box radio:not(:checked):not(:indeterminate):hover { - box-shadow: 0 0 0 6px rgba(30, 30, 46, 0.04); - background-color: rgba(30, 30, 46, 0.15); -} - -actionbar > revealer > box check:not(:checked):not(:indeterminate):active, -actionbar > revealer > box radio:not(:checked):not(:indeterminate):active { - box-shadow: 0 0 0 6px rgba(30, 30, 46, 0.12); - background-color: rgba(30, 30, 46, 0.2); -} - -actionbar > revealer > box check:not(:checked):not(:indeterminate):disabled, -actionbar > revealer > box radio:not(:checked):not(:indeterminate):disabled { - background-color: rgba(30, 30, 46, 0.04); -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: 3px; - padding: 0; - border-radius: 9999px; - color: transparent; - background-color: rgba(239, 241, 245, 0.12); - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); -} - -check:hover, -radio:hover { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.04); - background-color: rgba(239, 241, 245, 0.15); -} - -check:active, -radio:active { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.2); -} - -check:disabled, -radio:disabled { - background-color: rgba(239, 241, 245, 0.04); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: rgba(30, 30, 46, 0.6); - background-color: #cba6f7; -} - -check:checked:hover, check:indeterminate:hover, -radio:checked:hover, -radio:indeterminate:hover { - box-shadow: 0 0 0 6px rgba(203, 166, 247, 0.15); - background-color: #e6d5fb; -} - -check:checked:active, check:indeterminate:active, -radio:checked:active, -radio:indeterminate:active { - box-shadow: 0 0 0 6px rgba(203, 166, 247, 0.2); - background-color: #cba6f7; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(30, 30, 46, 0.3); - background-color: rgba(203, 166, 247, 0.35); -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -3px; - margin-right: 6px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: 6px; - margin-right: -3px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 6px; - margin-left: -3px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 6px; - margin-right: -3px; -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem check:checked:hover, menu menuitem check:indeterminate:hover, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem radio:checked:hover, menu menuitem radio:indeterminate:hover { - box-shadow: none; -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/checkbox-mixed-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/radio-mixed-symbolic@2.svg"))); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 16px; - min-width: 16px; -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/small-checkbox-checked-symbolic@2.svg"))); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/small-checkbox-mixed-symbolic@2.svg"))); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 16px; - min-width: 16px; -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/small-radio-checked-symbolic@2.svg"))); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/small-radio-mixed-symbolic@2.svg"))); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -check:not(:checked):indeterminate:active, -radio:not(:checked):indeterminate:active { - -gtk-icon-transform: scaleX(-1); -} - -treeview.view radio, -treeview.view check { - padding: 0; - margin: 0; - background-color: rgba(239, 241, 245, 0.12); -} - -treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, -treeview.view check, -treeview.view check:hover, -treeview.view check:disabled, -treeview.view check:checked:hover, -treeview.view check:indeterminate:hover { - box-shadow: none; -} - -treeview.view radio:selected:not(:disabled):not(:checked):not(:indeterminate), -treeview.view check:selected:not(:disabled):not(:checked):not(:indeterminate) { - background-color: rgba(30, 30, 46, 0.12); -} - -treeview.view radio:checked, treeview.view radio:indeterminate, -treeview.view check:checked, -treeview.view check:indeterminate { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - background-image: none; -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - border-radius: 9999px; -} - -.view.content-view.check:not(list):not(:checked), -.content-view .tile check:not(list):not(:checked) { - background-image: image(rgba(239, 241, 245, 0.25)); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):checked, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):checked { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/checkbox-checked-symbolic@2.svg"))); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune slider { - margin: -7px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(239, 241, 245, 0.3); -} - -scale trough:disabled { - background-color: rgba(239, 241, 245, 0.12); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#cba6f7); -} - -scale highlight:disabled { - background-color: #1e1e2e; - background-image: image(rgba(239, 241, 245, 0.32)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale slider { - min-height: 18px; - min-width: 18px; - margin: -8px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9999px; - color: #cba6f7; - background-color: #313244; - box-shadow: inset 0 0 0 2px #cba6f7; -} - -scale slider:hover { - box-shadow: inset 0 0 0 2px #cba6f7, 0 0 0 8px rgba(239, 241, 245, 0.12); -} - -scale slider:active { - box-shadow: inset 0 0 0 4px #cba6f7, 0 0 0 8px rgba(239, 241, 245, 0.12); -} - -scale slider:disabled { - box-shadow: inset 0 0 0 2px rgba(239, 241, 245, 0.32); -} - -scale marks, -scale value { - color: rgba(239, 241, 245, 0.7); -} - -scale.marks-before:not(.marks-after) slider, scale.marks-after:not(.marks-before) slider { - min-height: 24px; - min-width: 24px; - margin: -11px; - background-color: transparent; - box-shadow: none; - color: #cba6f7; -} - -scale.marks-before:not(.marks-after) slider:hover, scale.marks-after:not(.marks-before) slider:hover { - box-shadow: 0 0 0 4px rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.12); -} - -scale.marks-before:not(.marks-after) slider:active, scale.marks-after:not(.marks-before) slider:active { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.12); -} - -scale.marks-before:not(.marks-after) slider:disabled, scale.marks-after:not(.marks-before) slider:disabled { - color: #756293; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - -gtk-icon-source: -gtk-recolor(url("assets/scale-horz-marks-before-slider-symbolic.svg")); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - -gtk-icon-source: -gtk-recolor(url("assets/scale-horz-marks-after-slider-symbolic.svg")); -} - -scale.vertical.marks-before:not(.marks-after) slider { - -gtk-icon-source: -gtk-recolor(url("assets/scale-vert-marks-before-slider-symbolic.svg")); -} - -scale.vertical.marks-after:not(.marks-before) slider { - -gtk-icon-source: -gtk-recolor(url("assets/scale-vert-marks-after-slider-symbolic.svg")); -} - -scale indicator { - background-color: rgba(239, 241, 245, 0.3); - color: transparent; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -13.5px; - margin-top: 11.5px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -13.5px; - margin-right: 11.5px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -13.5px; - margin-left: 11.5px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(239, 241, 245, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.12); -} - -progressbar progress { - border-radius: 12px; - background-color: #cba6f7; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #cba6f7; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #df8e1d; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #cba6f7; -} - -levelbar block.full { - background-color: #40a02b; -} - -levelbar block.empty { - background-color: rgba(239, 241, 245, 0.12); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; - color: #eff1f5; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 12px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - margin: 6px 0 0 0; - padding: 6px; - border: none; - color: #eff1f5; - background-color: #1e1e2e; - border-radius: 0 0 12px 12px; -} - -actionbar > revealer > box button { - border-radius: 6px; -} - -actionbar > revealer > box button.combo:only-child { - border-radius: 6px; - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); -} - -actionbar > revealer > box button.combo:only-child:hover, actionbar > revealer > box button.combo:only-child:active { - color: #cba6f7; -} - -actionbar > revealer > box button.combo:only-child:disabled { - color: #cba6f7; -} - -actionbar > revealer > box stackswitcher { - background-color: rgba(30, 30, 46, 0.04); -} - -actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.6); -} - -actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):hover, actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - color: rgba(30, 30, 46, 0.87); -} - -actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #313244; - color: #eff1f5; -} - -actionbar > revealer > box stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked:hover { - background-color: #313244; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(239, 241, 245, 0.12)), to(rgba(239, 241, 245, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(239, 241, 245, 0.07)), to(rgba(239, 241, 245, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(239, 241, 245, 0.12)), to(rgba(239, 241, 245, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(239, 241, 245, 0.07)), to(rgba(239, 241, 245, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(239, 241, 245, 0.12)), to(rgba(239, 241, 245, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(239, 241, 245, 0.07)), to(rgba(239, 241, 245, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(239, 241, 245, 0.12)), to(rgba(239, 241, 245, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(239, 241, 245, 0.07)), to(rgba(239, 241, 245, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(239, 241, 245, 0.12); - background-color: #313244; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -preferences stacksidebar.sidebar list separator, placessidebar.sidebar list > separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, -.geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, -hdyleaflet list.frame, -leaflet list.view, -leaflet list.frame, -box.horizontal > stack.background list.view, -box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, -hdyleaflet overlay scrolledwindow > viewport list, -leaflet stack.background scrolledwindow > viewport list, -leaflet overlay scrolledwindow > viewport list, -box.horizontal > stack.background stack.background scrolledwindow > viewport list, -box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), -leaflet frame:not(.view) list:not(.contacts-contact-list), -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, list.content:not(.conversation-listbox) { - border-radius: 12px; - box-shadow: none; - border: none; - background-color: transparent; -} - -window.background.csd stack stack stack frame > list > separator, -window.background.csd > stack > stack > box > frame > list > separator, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, -window.background.csd > stack > scrolledwindow > viewport > box > list > separator, preferencesgroup list > separator, -.geary-accounts-editor-pane list > separator, window.background.csd.unified > deck > deck > deck list > separator, hdyleaflet list.view > separator, -hdyleaflet list.frame > separator, -leaflet list.view > separator, -leaflet list.frame > separator, -box.horizontal > stack.background list.view > separator, -box.horizontal > stack.background list.frame > separator, hdyleaflet stack.background scrolledwindow > viewport list > separator, -hdyleaflet overlay scrolledwindow > viewport list > separator, -leaflet stack.background scrolledwindow > viewport list > separator, -leaflet overlay scrolledwindow > viewport list > separator, -box.horizontal > stack.background stack.background scrolledwindow > viewport list > separator, -box.horizontal > stack.background overlay scrolledwindow > viewport list > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, -leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator, list.tweak-group list > separator, list.content:not(.conversation-listbox) > separator { - background: none; - min-height: 0; -} - -window.background.csd stack stack stack frame > list row, -window.background.csd > stack > stack > box > frame > list row, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list row, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list row, window.background.csd > stack > list row, -window.background.csd > stack > scrolledwindow > viewport > box > list row, preferencesgroup list row, -.geary-accounts-editor-pane list row, window.background.csd.unified > deck > deck > deck list row, hdyleaflet list.view row, -hdyleaflet list.frame row, -leaflet list.view row, -leaflet list.frame row, -box.horizontal > stack.background list.view row, -box.horizontal > stack.background list.frame row, hdyleaflet stack.background scrolledwindow > viewport list row, -hdyleaflet overlay scrolledwindow > viewport list row, -leaflet stack.background scrolledwindow > viewport list row, -leaflet overlay scrolledwindow > viewport list row, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row, -box.horizontal > stack.background overlay scrolledwindow > viewport list row, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row, -leaflet frame:not(.view) list:not(.contacts-contact-list) row, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row, list.tweak-group list > row, list.content:not(.conversation-listbox) > row { - border-radius: 3px; - background-color: rgba(239, 241, 245, 0.04); -} - -window.background.csd stack stack stack frame > list row:not(:first-child), window.background.csd > stack > list row:not(:first-child), preferencesgroup list row:not(:first-child), -.geary-accounts-editor-pane list row:not(:first-child), window.background.csd.unified > deck > deck > deck list row:not(:first-child), hdyleaflet list.view row:not(:first-child), -hdyleaflet list.frame row:not(:first-child), -leaflet list.view row:not(:first-child), -leaflet list.frame row:not(:first-child), -box.horizontal > stack.background list.view row:not(:first-child), -box.horizontal > stack.background list.frame row:not(:first-child), hdyleaflet stack.background scrolledwindow > viewport list row:not(:first-child), -hdyleaflet overlay scrolledwindow > viewport list row:not(:first-child), -leaflet stack.background scrolledwindow > viewport list row:not(:first-child), -leaflet overlay scrolledwindow > viewport list row:not(:first-child), -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:not(:first-child), -box.horizontal > stack.background overlay scrolledwindow > viewport list row:not(:first-child), hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), -leaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), list.tweak-group list > row:not(:first-child), list.content:not(.conversation-listbox) > row:not(:first-child) { - margin-top: 3px; -} - -window.background.csd stack stack stack frame > list row:first-child, window.background.csd > stack > list row:first-child, preferencesgroup list row:first-child, -.geary-accounts-editor-pane list row:first-child, window.background.csd.unified > deck > deck > deck list row:first-child, hdyleaflet list.view row:first-child, -hdyleaflet list.frame row:first-child, -leaflet list.view row:first-child, -leaflet list.frame row:first-child, -box.horizontal > stack.background list.view row:first-child, -box.horizontal > stack.background list.frame row:first-child, hdyleaflet stack.background scrolledwindow > viewport list row:first-child, -hdyleaflet overlay scrolledwindow > viewport list row:first-child, -leaflet stack.background scrolledwindow > viewport list row:first-child, -leaflet overlay scrolledwindow > viewport list row:first-child, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:first-child, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:first-child, list.tweak-group list > row:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-radius: 12px 12px 3px 3px; -} - -window.background.csd stack stack stack frame > list row:last-child, window.background.csd > stack > list row:last-child, preferencesgroup list row:last-child, -.geary-accounts-editor-pane list row:last-child, window.background.csd.unified > deck > deck > deck list row:last-child, hdyleaflet list.view row:last-child, -hdyleaflet list.frame row:last-child, -leaflet list.view row:last-child, -leaflet list.frame row:last-child, -box.horizontal > stack.background list.view row:last-child, -box.horizontal > stack.background list.frame row:last-child, hdyleaflet stack.background scrolledwindow > viewport list row:last-child, -hdyleaflet overlay scrolledwindow > viewport list row:last-child, -leaflet stack.background scrolledwindow > viewport list row:last-child, -leaflet overlay scrolledwindow > viewport list row:last-child, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:last-child, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:last-child, list.tweak-group list > row:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-radius: 3px 3px 12px 12px; -} - -window.background.csd stack stack stack frame > list row:only-child, window.background.csd > stack > list row:only-child, preferencesgroup list row:only-child, -.geary-accounts-editor-pane list row:only-child, window.background.csd.unified > deck > deck > deck list row:only-child, hdyleaflet list.view row:only-child, -hdyleaflet list.frame row:only-child, -leaflet list.view row:only-child, -leaflet list.frame row:only-child, -box.horizontal > stack.background list.view row:only-child, -box.horizontal > stack.background list.frame row:only-child, hdyleaflet stack.background scrolledwindow > viewport list row:only-child, -hdyleaflet overlay scrolledwindow > viewport list row:only-child, -leaflet stack.background scrolledwindow > viewport list row:only-child, -leaflet overlay scrolledwindow > viewport list row:only-child, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:only-child, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:only-child, list.tweak-group list > row:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 12px; -} - -window.background.csd stack stack stack frame > list row:hover, window.background.csd > stack > list row:hover, preferencesgroup list row:hover, -.geary-accounts-editor-pane list row:hover, window.background.csd.unified > deck > deck > deck list row:hover, hdyleaflet list.view row:hover, -hdyleaflet list.frame row:hover, -leaflet list.view row:hover, -leaflet list.frame row:hover, -box.horizontal > stack.background list.view row:hover, -box.horizontal > stack.background list.frame row:hover, hdyleaflet stack.background scrolledwindow > viewport list row:hover, -hdyleaflet overlay scrolledwindow > viewport list row:hover, -leaflet stack.background scrolledwindow > viewport list row:hover, -leaflet overlay scrolledwindow > viewport list row:hover, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:hover, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:hover, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:hover, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:hover, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:hover, list.tweak-group list > row:hover, list.content:not(.conversation-listbox) > row:hover { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -window.background.csd stack stack stack frame > list row:active, window.background.csd > stack > list row:active, preferencesgroup list row:active, -.geary-accounts-editor-pane list row:active, window.background.csd.unified > deck > deck > deck list row:active, hdyleaflet list.view row:active, -hdyleaflet list.frame row:active, -leaflet list.view row:active, -leaflet list.frame row:active, -box.horizontal > stack.background list.view row:active, -box.horizontal > stack.background list.frame row:active, hdyleaflet stack.background scrolledwindow > viewport list row:active, -hdyleaflet overlay scrolledwindow > viewport list row:active, -leaflet stack.background scrolledwindow > viewport list row:active, -leaflet overlay scrolledwindow > viewport list row:active, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:active, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:active, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:active, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:active, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:active, list.tweak-group list > row:active, list.content:not(.conversation-listbox) > row:active { - background-color: alpha(currentColor, 0.12); - box-shadow: none; -} - -window.background.csd stack stack stack frame > list row:focus, window.background.csd > stack > list row:focus, preferencesgroup list row:focus, -.geary-accounts-editor-pane list row:focus, window.background.csd.unified > deck > deck > deck list row:focus, hdyleaflet list.view row:focus, -hdyleaflet list.frame row:focus, -leaflet list.view row:focus, -leaflet list.frame row:focus, -box.horizontal > stack.background list.view row:focus, -box.horizontal > stack.background list.frame row:focus, hdyleaflet stack.background scrolledwindow > viewport list row:focus, -hdyleaflet overlay scrolledwindow > viewport list row:focus, -leaflet stack.background scrolledwindow > viewport list row:focus, -leaflet overlay scrolledwindow > viewport list row:focus, -box.horizontal > stack.background stack.background scrolledwindow > viewport list row:focus, -box.horizontal > stack.background overlay scrolledwindow > viewport list row:focus, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, -leaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, -box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:focus, list.tweak-group list > row:focus, list.content:not(.conversation-listbox) > row:focus { - box-shadow: none; -} - -list { - border-color: rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.04); -} - -list row { - padding: 3px; -} - -list.navigation-sidebar { - padding: 3px; -} - -list.navigation-sidebar > row { - border-radius: 12px; -} - -paned scrolledwindow > viewport.frame > list { - background-color: transparent; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); - background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; - background-color: alpha(currentColor, 0.06); - color: #eff1f5; -} - -row:selected button { - color: inherit; -} - -row:selected:disabled { - color: rgba(239, 241, 245, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(.suggested-action):not(.destructive-action):not( -:disabled -) { - color: #cba6f7; -} - -.app-notification > box > label { - margin-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(239, 241, 245, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: #eff1f5; -} - -expander title > arrow:disabled { - color: rgba(239, 241, 245, 0.32); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 1px; - border: 1px solid rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -calendar:disabled { - color: rgba(239, 241, 245, 0.5); -} - -calendar:selected { - border-radius: 13px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(239, 241, 245, 0.12); - border-radius: 0; -} - -calendar.highlight { - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(239, 241, 245, 0.32); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #292c3c; -} - -messagedialog.background .titlebar { - min-height: 12px; -} - -messagedialog.background .titlebar, messagedialog.background .titlebar:backdrop { - background-color: #292c3c; -} - -messagedialog.background.csd { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -messagedialog .titlebar, messagedialog.background.csd .titlebar { - border: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -messagedialog .dialog-action-box { - margin-top: -6px; -} - -messagedialog .dialog-action-box button, messagedialog .dialog-action-box button:first-child, messagedialog .dialog-action-box button:last-child, -messagedialog .dialog-action-box .linked:not(.vertical) > button, -messagedialog .dialog-action-box .linked:not(.vertical) > button:first-child, -messagedialog .dialog-action-box .linked:not(.vertical) > button:last-child { - border-radius: 12px; -} - -messagedialog .dialog-action-box button:not(:last-child), -messagedialog .dialog-action-box .linked:not(.vertical) > button:not(:last-child) { - margin-right: 6px; -} - -messagedialog .dialog-action-box button.suggested-action:not(:disabled), -messagedialog .dialog-action-box .linked:not(.vertical) > button.suggested-action:not(:disabled) { - color: #1e66f5; -} - -messagedialog .dialog-action-box button.destructive-action:not(:disabled), -messagedialog .dialog-action-box .linked:not(.vertical) > button.destructive-action:not(:disabled) { - color: #d20f39; -} - -.csd filechooser { - background-color: #313244; - border-radius: 0 0 12px 12px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; -} - -filechooser stack.view { - background-color: transparent; - padding: 4px; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 12px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; - padding: 4px; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 12px; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(239, 241, 245, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(239, 241, 245, 0.12); - border-right-style: none; -} - -.sidebar list, -.sidebar notebook { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 6px; - background-color: #313244; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 6px; - margin: 0; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - font-weight: 500; -} - -stacksidebar.sidebar row:selected label, -stacksidebar.sidebar row:selected image { - color: rgba(30, 30, 46, 0.87); -} - -stacksidebar.sidebar row + row { - margin-top: 3px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -/**************** - * File chooser * - ****************/ -placessidebar.sidebar { - margin: 6px; - padding: 0; -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - background-color: transparent; - color: #eff1f5; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: 0; - padding: 0; - color: #eff1f5; - border-radius: 6px; -} - -placessidebar.sidebar row:hover, placessidebar.sidebar row:active { - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - color: #cba6f7; - background-color: rgba(239, 241, 245, 0.04); - font-weight: 500; -} - -placessidebar.sidebar row:disabled { - color: rgba(30, 30, 46, 0.3); -} - -placessidebar.sidebar row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #cba6f7; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #cba6f7; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: #313244; - background-image: image(rgba(239, 241, 245, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1e1e2e; - background-image: image(rgba(239, 241, 245, 0.12)), image(rgba(239, 241, 245, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #313244; -} - -infobar.info > revealer > box, -infobar.info > revealer > box flowboxchild, infobar.info:hover > revealer > box, -infobar.info:hover > revealer > box flowboxchild, infobar.info:backdrop > revealer > box, -infobar.info:backdrop > revealer > box flowboxchild { - color: #eff1f5; -} - -infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -) { - color: #cba6f7; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #cba6f7; -} - -infobar.action > revealer > box, -infobar.action > revealer > box link:link, -infobar.action > revealer > box flowboxchild, infobar.action:backdrop > revealer > box, -infobar.action:backdrop > revealer > box link:link, -infobar.action:backdrop > revealer > box flowboxchild, infobar.question > revealer > box, -infobar.question > revealer > box link:link, -infobar.question > revealer > box flowboxchild, infobar.question:backdrop > revealer > box, -infobar.question:backdrop > revealer > box link:link, -infobar.question:backdrop > revealer > box flowboxchild { - color: rgba(30, 30, 46, 0.87); -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(30, 30, 46, 0.87); -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #bd8ff5; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #df8e1d; -} - -infobar.warning > revealer > box, -infobar.warning > revealer > box link:link, -infobar.warning > revealer > box flowboxchild, infobar.warning:backdrop > revealer > box, -infobar.warning:backdrop > revealer > box link:link, -infobar.warning:backdrop > revealer > box flowboxchild { - color: #eff1f5; -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.warning:hover > revealer > box { - background-color: #c8801a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #d20f39; - color: #eff1f5; -} - -infobar.error > revealer > box, -infobar.error > revealer > box link:link, -infobar.error > revealer > box flowboxchild, infobar.error:backdrop > revealer > box, -infobar.error:backdrop > revealer > box link:link, -infobar.error:backdrop > revealer > box flowboxchild { - color: #eff1f5; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.error:hover > revealer > box { - background-color: #ba0d33; -} - -/************ - * Tooltips * - ************/ -tooltip { - box-shadow: none; -} - -tooltip.background { - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; - border-radius: 12px; -} - -tooltip.background.csd { - border-radius: 12px; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -colorswatch.top overlay { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -colorswatch.bottom { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.dark { - color: #eff1f5; -} - -colorswatch.light { - color: rgba(30, 30, 46, 0.87); -} - -colorswatch overlay { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -colorswatch overlay:hover { - box-shadow: 0 0 0 2px #cba6f7; -} - -colorswatch#add-color-button { - border-radius: 12px 0 0 12px; -} - -colorswatch#add-color-button:only-child { - border-radius: 12px; -} - -colorswatch#add-color-button overlay { - background-color: rgba(239, 241, 245, 0.04); -} - -colorswatch#add-color-button overlay:hover { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -colorswatch#add-color-button overlay:active { - background-color: rgba(239, 241, 245, 0.3); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay:hover { - box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1e1e2e; -} - -.scale-popup.background { - padding: 3px 0; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - transition: none; - border-radius: 12px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 36px transparent; - margin: 10px; -} - -decoration:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 36px transparent; -} - -.tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration { - border-radius: 0; - box-shadow: none; -} - -.popup decoration { - box-shadow: none; - border: none; -} - -.ssd decoration { - border: none; - border-radius: 12px 12px 0 0; - box-shadow: none; -} - -.ssd decoration:backdrop { - border: none; - border-radius: 12px 12px 0 0; - box-shadow: none; -} - -.metacity decoration { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border: none; -} - -.csd.popup decoration { - border-radius: 12px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 12px; - box-shadow: none; - border: none; -} - -messagedialog.background.csd decoration { - border-radius: 12px; -} - -.solid-csd decoration { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #1e1e2e; - border: 1px solid #4a4b5a; -} - -.solid-csd decoration:backdrop { - background-color: #1e1e2e; -} - -button.titlebutton:not(.suggested-action):not(.destructive-action) { - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 0 2px; - border-radius: 9999px; -} - -button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12); - background-image: radial-gradient(circle, rgba(0, 0, 0, 0.12) 10%, transparent 0%); -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -button.minimize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:not(.suggested-action):not(.destructive-action) { - background-color: #313244; -} - -button.minimize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -button.minimize.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #fab387; -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.4); -} - -button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.6); -} - -button.maximize.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #a6e3a1; -} - -button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.4); -} - -button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.6); -} - -button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #f38ba8; -} - -button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.4); -} - -button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.6); -} - -.background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - background-repeat: no-repeat; - background-size: 16px 16px; - background-position: center; -} - -.background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - box-shadow: none; - color: transparent; - animation: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.4); -} - -.background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.6); -} - -.background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.4); -} - -.background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.6); -} - -.background.csd headerbar.titlebar.default-decoration button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.4); -} - -.background.csd headerbar.titlebar.default-decoration button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.6); -} - -.background.csd.maximized -headerbar.titlebar.default-decoration -button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.maximized -headerbar.titlebar.default-decoration -button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active, .background.csd.fullscreen -headerbar.titlebar.default-decoration -button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.fullscreen -headerbar.titlebar.default-decoration -button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active, .background.csd.tiled headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.tiled headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active { - background-color: shade(#a6e3a1, 0.4); -} - -.monospace { - font-family: monospace; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #cba6f7; - -gtk-icon-source: -gtk-recolor(url("assets/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(239, 241, 245, 0.12); - border-radius: 13px; - box-shadow: inset 0 -2px rgba(239, 241, 245, 0.12); - background-color: #292c3c; - color: #eff1f5; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #cba6f7; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 15px; - background-color: rgba(239, 241, 245, 0.04); - border: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0; - background-color: transparent; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { - box-shadow: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked:hover { - box-shadow: none; - background-color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -button.emoji-section { - margin: 4px; -} - -button.emoji-section:checked { - color: #cba6f7; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd { - border-radius: 0 0 12px 12px; - background-color: #313244; -} - -.nautilus-window.background.csd:backdrop { - background-color: #313244; -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd.unified notebook { - border-radius: 0; -} - -.nautilus-window.background.csd:not(.unified) .nautilus-list-view { - background-color: transparent; - border-bottom-right-radius: 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook { - background-color: #313244; - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook > stack { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook scrolledwindow -> .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) paned > separator.wide { - min-width: 12px; - box-shadow: 12px 0 #313244; - background-color: #313244; - background-image: image(#4a4b5a); -} - -.nautilus-window.maximized, -.nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - margin: 6px; - border: none; - border-radius: 12px; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -.nautilus-window .floating-bar button { - margin: 4px; - color: rgba(30, 30, 46, 0.87); -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(239, 241, 245, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: #eff1f5; -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border-radius: 12px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(239, 241, 245, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(239, 241, 245, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(239, 241, 245, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar -button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(239, 241, 245, 0.5); -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - margin: 6px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: #eff1f5; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.disk-space-display.unknown { - background-color: rgba(239, 241, 245, 0.3); - color: rgba(239, 241, 245, 0.3); -} - -.disk-space-display.used { - background-color: #cba6f7; - color: #cba6f7; -} - -.disk-space-display.free { - background-color: rgba(239, 241, 245, 0.12); - color: rgba(239, 241, 245, 0.12); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; - color: #eff1f5; -} - -.conflict-row:not(:selected) { - background-color: #654e38; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(239, 241, 245, 0.7); -} - -.nautilus-window paned > separator { - background-color: #313244; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator { - background-color: transparent; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 0; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 12px; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(239, 241, 245, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #df8e1d; - color: #eff1f5; -} - -.gedit-document-panel { - background-color: #313244; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 0 0 12px 12px; -} - -.gedit-search-slider { - margin: 0 6px 10px; - padding: 6px; - background-color: #292c3c; - border-radius: 0 0 12px 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05); -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(239, 241, 245, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #292c3c; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(239, 241, 245, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: #eff1f5; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(239, 241, 245, 0.32); -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame { - background-color: #1e1e2e; - color: #eff1f5; - border-radius: 12px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider { - background-color: rgba(30, 30, 46, 0.38); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider:hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider:hover, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider:hover { - background-color: rgba(30, 30, 46, 0.6); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider:active, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider:active, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider:active { - background-color: rgba(30, 30, 46, 0.87); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider:disabled, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider:disabled { - background-color: rgba(30, 30, 46, 0.3); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - background-color: rgba(30, 30, 46, 0.38); -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(30, 30, 46, 0.3); -} - -leaflet.unfolded > box.vertical:last-child > scrolledwindow > viewport.frame, -leaflet.unfolded > box.vertical:last-child > stack > scrolledwindow > viewport.frame { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - margin: 6px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list { - padding: 6px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > separator, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > separator, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > separator, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > separator { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row { - padding: 0; - margin: -1px; - color: #eff1f5; - border-radius: 6px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:hover, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:hover, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:hover, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:active, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:active, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:active, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:active, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:focus, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:focus, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:focus { - color: #eff1f5; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected { - font-weight: 500; - background-color: rgba(239, 241, 245, 0.04); - border-radius: 9px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected label, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected label, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected label, -leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected label, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected image, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected image, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected image, -leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected image { - color: #cba6f7; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:hover, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:hover, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:hover, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected:hover, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:focus, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:focus, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row:selected:focus, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row:selected:focus { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row + row, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list > row + row, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list > row + row, leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list > row + row { - margin-top: 3px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar { - border: none; - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar trough, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar trough, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar trough { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar slider, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar slider, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar slider { - border: 4px solid transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - border: none; - margin: 1px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - border: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.dragging, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.dragging, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.dragging, window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.hovering, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.hovering, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-startup { - border: 1px solid rgba(239, 241, 245, 0.12); -} - -.tweak-group-startup > row:not(:first-child) { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-left, -leaflet.titlebar > .titlebar.tweak-titlebar-right, -hdyleaflet.titlebar > .titlebar.tweak-titlebar-left, -hdyleaflet.titlebar > .titlebar.tweak-titlebar-right { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.unfolded > box.vertical:first-child > scrolledwindow > viewport.frame > list { - background-color: transparent; - margin: 0; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:not(:only-child) { - border-top-left-radius: 12px; -} - -window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:not(:only-child) { - border-top-right-radius: 12px; -} - -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:only-child { - border-top-right-radius: 12px; - border-top-left-radius: 12px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 12px 12px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background frame > border, -window.background.csd > hdyleaflet > stack.background frame > border, -window.background.csd > box.horizontal > stack.background frame > border { - border: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #313244; - border-bottom-right-radius: 12px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet frame.view, -window.background.csd > hdyleaflet frame.view, -window.background.csd > box.horizontal frame.view { - border-radius: 12px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view scrollbar, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view scrollbar, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view scrollbar { - margin: 6px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -window.background.csd hdycolumn stack frame.view > stack > stack list > separator { - background-color: rgba(239, 241, 245, 0.12); -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list { - background: none; -} - -dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list > row:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #313244; - border-radius: 0 0 12px 12px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 12px 12px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 12px 12px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 12px 12px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 12px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - border: none; - background-color: rgba(239, 241, 245, 0.04); - padding: 3px; - margin: 3px; - border-radius: 12px; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; - margin-right: -6px; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 12px; -} - -#weather-page-content-view { - border-bottom-right-radius: 12px; - border-bottom-left-radius: 12px; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 12px 12px; -} - -/**************** - * Gnome Clocks * - ****************/ -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.12); -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; - margin: -1px 0; - border-bottom: none; - border-top: 1px solid rgba(239, 241, 245, 0.12); - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - margin: 6px 0; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar { - padding: 0 12px 0 6px; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(239, 241, 245, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: #eff1f5; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:disabled { - box-shadow: none; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised:checked { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0 3px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > grid > grid > grid, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > grid > grid > grid, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > notebook > stack > grid > grid > grid { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - padding: 6px; - margin: -6px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > grid > grid > box, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > grid > grid > box, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > notebook > stack > grid > grid > box { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - padding: 0 6px 6px; - margin: 0 -6px -6px 0; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > grid > paned > box > scrolledwindow:not(:last-child), -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > notebook > stack > grid > paned > box > scrolledwindow:not(:last-child) { - border-right: 1px solid rgba(239, 241, 245, 0.12); - margin-right: -1px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > grid > grid > grid, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > box > grid > grid > grid, -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > notebook > stack > grid > grid > grid { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - padding: 3px; - margin: -1px -6px -6px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > grid > paned > box > scrolledwindow:not(:last-child), -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > box > grid > paned > box > scrolledwindow:not(:last-child), -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > notebook > stack > grid > paned > box > scrolledwindow:not(:last-child) { - border-right: 1px solid rgba(239, 241, 245, 0.12); - margin-right: -1px; -} - -window.background > box > .sidebar-paned > paned > box > notebook > stack > box > box > paned > box:first-child > box { - padding: 0 6px 6px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -stack.view.polari-entry-area { - background-color: #1e1e2e; - border-top: 1px solid rgba(239, 241, 245, 0.12); - border-bottom-right-radius: 12px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#1e1e2e); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #1e1e2e; -} - -layouttabbar > box > button { - margin: 2px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(30, 30, 46, 0.2); - box-shadow: inset 0 -2px #cba6f7; - background-color: #313244; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(30, 30, 46, 0.2); - -pnldockbin-handle-size: 1; -} - -entry.search-missing { - background-color: #d20f39; - color: #eff1f5; -} - -window.workbench treeview.image { - color: rgba(239, 241, 245, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 12px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 12px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(239, 241, 245, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - box-shadow: none; - background-color: #313244; -} - -preferences stacksidebar.sidebar list { - background-color: #313244; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 12px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 12px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(30, 30, 46, 0.2); - -pnldockbin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(30, 30, 46, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #1e1e2e; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #1e1e2e; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 6px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #cba6f7 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #cba6f7; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: #eff1f5; -} - -dockoverlayedge { - background-color: #1e1e2e; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #cba6f7; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #cba6f7; -} - -pillbox { - background-color: #1e1e2e; - border-radius: 12px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - box-shadow: none; - background-color: #313244; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; -} - -button.dzlmenubutton image { - min-width: 30px; -} - -button.dzlmenubutton image.arrow { - min-width: 27px; -} - -button.dzlmenubuttonitem { - color: #eff1f5; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(239, 241, 245, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -idelayoutstackheader button:checked { - color: #eff1f5; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #1e1e2e; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(203, 166, 247, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: #eff1f5; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #cba6f7; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #cba6f7; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(239, 241, 245, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -gdmainiconview-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: #eff1f5; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: #eff1f5; -} - -button.photos-filter-preview:checked image { - color: #eff1f5; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(239, 241, 245, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(239, 241, 245, 0.12); -} - -.side-panel .view { - background-image: image(#313244); -} - -.side-panel .view:hover { - background-image: image(#404152); -} - -.side-panel .view:selected { - background-image: image(#cba6f7); -} - -.side-panel .view:selected:hover { - background-image: image(rgba(192, 157, 234, 0.9896)); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -window.background.csd > stack > box > revealer > actionbar > revealer > box { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd evview.view.content-view { - border-radius: 0 0 12px 12px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 12px 12px; - background-color: #313244; -} - -.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:selected):not( -:hover -):not(.progressbar):not(.expander):not(.trough):not( -.separator -) { - background-color: #313244; -} - -.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 12px; - background-color: #1e1e2e; -} - -/************ - * Terminal * - ************/ -terminal-window decoration { - border-radius: 12px 12px 0 0; -} - -terminal-window.background.csd, terminal-window.background.csd.maximized { - border-radius: 0; -} - -terminal-window notebook > header > box { - margin: -2px -2px -2px 1px; -} - -terminal-window notebook > header > box button.flat { - min-height: 24px; - min-width: 24px; - padding: 3px; - border-radius: 9px; -} - -window.background > box.vertical > box.horizontal > frame > border { - border: none; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-radius: 12px; - margin: 0 6px 6px; - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:hover, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:active, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:selected { - color: rgba(30, 30, 46, 0.87); -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - margin: 0 6px 6px 0; -} - -.terminal-window { - background-color: #1e1e2e; -} - -.terminal-window tabbar tabbox { - background-color: #313244; - margin: 0; - border-radius: 0; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-clip: border-box; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -6px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -6px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 12px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(30, 30, 46, 0.2); -} - -list.categories { - background-image: image(#313244); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 12px; - background-color: #292c3c; - color: #eff1f5; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 36px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 12px; -} - -window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: #eff1f5; - background-color: #1e1e2e; - box-shadow: none; - border-bottom: 1px solid rgba(30, 30, 46, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout { - background-color: #313244; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #1e1e2e; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #1e1e2e; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - min-width: 1px; - background-color: rgba(239, 241, 245, 0.12); -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow { - padding: 3px; -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view { - border: 1px solid transparent; - border-radius: 12px; - padding: 6px; -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:selected, .geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:active { - border-radius: 12px; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.geary-main-window.unified separator.geary-sidebar-pane-separator { - min-width: 1px; - background-color: rgba(239, 241, 245, 0.12); -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(239, 241, 245, 0.12); - border-bottom-width: 0; - background-color: #313244; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 12px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 12px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 12px 12px; - background-color: #313244; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 12px; -} - -window.background.csd.unified { - background-color: #1e1e2e; -} - -window.background.csd.unified headerbar { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 12px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#292c3c); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 32px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #1e1e2e; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(239, 241, 245, 0.12); -} - -/********* - * Meld * - ********/ -.meld-notebook, -.meld-notebook > stack { - background: none; - border-radius: 0 0 12px 12px; -} - -.meld-notebook-child { - background-color: #313244; - border-radius: 0 0 12px 12px; -} - -statusbar.meld-status-bar { - background: none; -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 12px; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #313244; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #4a4b5a; -} - -window.background.chromium > button { - color: #cba6f7; -} - -window.background.chromium > button:disabled { - color: rgba(239, 241, 245, 0.32); -} - -window.background.chromium menubar, -window.background.chromium headerbar { - color: rgba(239, 241, 245, 0.7); -} - -window.background.chromium headerbar.titlebar { - padding: 0 12px; -} - -window.background.chromium headerbar.titlebar button:active { - background-color: alpha(currentColor, 0.12); -} - -window.background.chromium spinner { - color: #cba6f7; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(239, 241, 245, 0.3); - background-color: #313244; -} - -window.background.chromium menu { - border-color: #3e3e5f; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -tooltip.background.chromium { - background-color: #181825; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget decoration { - border: none; -} - -#MozillaGtkWidget > widget text { - background-color: #1e1e2e; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -#MozillaGtkWidget > widget > separator { - color: #4a4b5a; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #4a4b5a; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #4a4b5a; - border-radius: 12px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(239, 241, 245, 0.12); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #313244; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #cba6f7; - box-shadow: inset 0 0 0 1px #cba6f7; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #313244; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #414559; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #6c7086; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(65, 69, 89, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(239, 241, 245, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: #eff1f5; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(239, 241, 245, 0.32); -} - -#MozillaGtkWidget > widget > frame { - color: #4a4b5a; -} - -#MozillaGtkWidget menu > separator { - color: #4a4b5a; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -scrolledwindow#DialogNotebook > viewport.frame > notebook.frame button.close-button image { - padding: 4px; -} - -#InKscapeCanvas { - background-color: #313244; - border-radius: 12px; -} - -/*********** - * Synapse * - ***********/ -/*************** - * Libreoffice * - ***************/ -window.background > grid -> widget -> widget -> scrolledwindow -> viewport -> grid -> box -> box -> frame -> box { - background-color: #1e1e2e; -} - -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 12px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -unitydecoration-extents: 28px 0 0 0; - -unitydecoration-input-extents: 8px; - -unitydecoration-shadow-offset-x: 0; - -unitydecoration-shadow-offset-y: 3px; - -unitydecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -unitydecoration-active-shadow-radius: 18px; - -unitydecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -unitydecoration-inactive-shadow-radius: 6px; - -unitydecoration-glow-size: 8px; - -unitydecoration-glow-color: #cba6f7; - -unitydecoration-title-indent: 4px; - -unitydecoration-title-fade: 32px; - -unitydecoration-title-alignment: 0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #1e1e2e; - color: #eff1f5; -} - -UnityDecoration .top:backdrop { - background-color: #1e1e2e; - color: rgba(239, 241, 245, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(239, 241, 245, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px #e6e9ef; - background-color: transparent; - color: #eff1f5; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #1e1e2e; - color: #eff1f5; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(239, 241, 245, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(239, 241, 245, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px #e6e9ef; - background-color: transparent; - color: #eff1f5; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #cba6f7; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(30, 30, 46, 0.6); - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(239, 241, 245, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(239, 241, 245, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(239, 241, 245, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: #eff1f5; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -gtkwidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), -.mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), -.mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #cba6f7; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #cba6f7; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(30, 30, 46, 0.2); - border-radius: 13px; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(239, 241, 245, 0.12); -} - -na-tray-applet { - -natrayapplet-icon-padding: 3px; - -natrayapplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -panelmenubar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(30, 30, 46, 0.2); - border-radius: 13px; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -#mate-menu { - border: 1px solid rgba(30, 30, 46, 0.2); - background-color: #292c3c; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: #eff1f5; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(239, 241, 245, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 6px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #cba6f7; -} - -.brisk-menu .session-button { - padding: 12px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: #eff1f5; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 12px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtkarrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #313244; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 12px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.04); - background-image: none; - color: #eff1f5; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #313244; - color: #eff1f5; - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtkarrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(30, 30, 46, 0.2); - border-radius: 13px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #cba6f7; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 12px; - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(239, 241, 245, 0.12); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #cba6f7; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window list.sidebar { - background: none; - border-radius: 0 0 0 12px; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 12px; -} - -.budgie-popover { - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #292c3c; - border-radius: 12px; -} - -.budgie-popover frame.container { - padding: 6px; - border: none; -} - -.budgie-popover frame.container .container { - padding: 0; -} - -.budgie-popover list, -.budgie-popover row { - padding: 0; -} - -.budgie-popover separator { - margin: 3px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(239, 241, 245, 0.04); - border-right: none; - border-bottom-left-radius: 12px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; -} - -.budgie-popover treeview.view.sidebar { - border-right: none; - background: none; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu scrolledwindow.sidebar.categories { - background-color: rgba(239, 241, 245, 0.04); - padding-bottom: 12px; -} - -.budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button { - border-radius: 0; -} - -.budgie-popover.budgie-menu scrolledwindow > viewport.frame > list > row.activatable > button.flat { - border-radius: 0; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - border-radius: 12px; - background-color: #313244; - padding: 6px; - margin: 6px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 12px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 3px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 12px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(239, 241, 245, 0.12); - padding: 6px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - padding: 3px; - border-radius: 12px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; - padding: 6px; - min-height: 16px; - min-width: 16px; - margin-left: 6px; - background-clip: border-box; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 0; - outline-width: 0; - border-radius: 12px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 6px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 2px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(239, 241, 245, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(239, 241, 245, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 12px; -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(30, 30, 46, 0.6); - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(30, 30, 46, 0.75); -} - -.budgie-panel .icon-tasklist button.launcher:checked, .budgie-panel .icon-tasklist button.launcher:active { - color: #eff1f5; -} - -.top .budgie-panel.dock-mode { - border-radius: 0 0 12px 12px; -} - -.bottom .budgie-panel.dock-mode { - border-radius: 12px 12px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 12px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 12px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 12px 12px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist .launcher:first-child { - border-top-right-radius: 12px; -} - -.left .budgie-panel.dock-mode .icon-tasklist .launcher:last-child { - border-bottom-right-radius: 12px; -} - -.right .budgie-panel.dock-mode { - border-radius: 12px 0 0 12px; -} - -.right .budgie-panel.dock-mode .icon-tasklist .launcher:first-child { - border-top-left-radius: 12px; -} - -.right .budgie-panel.dock-mode .icon-tasklist .launcher:last-child { - border-bottom-left-radius: 12px; -} - -.budgie-panel button { - color: rgba(239, 241, 245, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: #eff1f5; -} - -.budgie-panel button:active { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - box-shadow: none; - border: none; - color: #eff1f5; -} - -.budgie-panel button.raven-trigger { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(239, 241, 245, 0.12); -} - -.budgie-panel .alert { - color: #d20f39; -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 6px; - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -4px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 6px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 2px; - margin-right: 2px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 3px; - padding-right: 3px; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: #eff1f5; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: #eff1f5; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(239, 241, 245, 0.7); - box-shadow: none; - border: none; -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: #eff1f5; -} - -.budgie-panel menubar menu separator, -.budgie-panel .menubar menu separator { - background-color: rgba(239, 241, 245, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(239, 241, 245, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(239, 241, 245, 0.32); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #292c3c; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -.raven > box { - margin-bottom: -10px; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.raven .raven-header.top stackswitcher button { - margin: -4px 0 -5px; - padding: 0 16px; - min-height: 24px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(239, 241, 245, 0.12); - background-color: #313244; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(239, 241, 245, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 12px; - border-radius: 9999px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget scale.marks-after label { - font-size: 90%; - padding: 0; - margin: -10px 0 0 6px; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(239, 241, 245, 0.06); - color: #eff1f5; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: #eff1f5; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, -.raven levelbar trough, -.raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 12px; -} - -.raven-mpris { - background-color: #292c3c; - color: #eff1f5; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 12px; -} - -image.raven-mpris { - background-color: rgba(239, 241, 245, 0.12); - color: rgba(239, 241, 245, 0.7); - border-radius: 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 6px; - padding-left: 12px; - margin: 3px; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(239, 241, 245, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window { - background-color: transparent; -} - -.budgie-notification .notification-title, .budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body, .budgie-switcher .notification-body { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.drop-shadow { - margin: 5px 9px; - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -.drop-shadow .linked > button { - border-radius: 12px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - background-color: #292c3c; - border: none; - padding: 0; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 24px; -} - -.budgie-session-dialog.background, .budgie-session-dialog > decoration, -.budgie-polkit-dialog.background, -.budgie-polkit-dialog > decoration, -.budgie-run-dialog.background, -.budgie-run-dialog > decoration { - border-radius: 12px; -} - -.budgie-session-dialog > decoration, -.budgie-polkit-dialog > decoration, -.budgie-run-dialog > decoration { - border: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(30, 30, 46, 0.75); -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 12px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 12px; -} - -.budgie-polkit-dialog .message { - color: rgba(239, 241, 245, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #d20f39; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 14px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: #eff1f5; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #313244; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - background-color: rgba(30, 30, 46, 0.6); - color: rgba(239, 241, 245, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button { - min-height: 16px; - min-width: 16px; - padding: 0 6px; - border-radius: 0; -} - -.xfce4-panel.background button.flat.toggle { - padding: 0 6px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #cba6f7; -} - -#xfce4-mpc-plugin-26 > frame > border { - border: none; -} - -#xfce-panel-button { - -gtk-icon-style: symbolic; -} - -XfdesktopIconView.view { - border-radius: 12px; - background-color: transparent; - color: #eff1f5; -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -window#whiskermenu-window { - border-radius: 12px; - background-color: transparent; - border: none; -} - -window#whiskermenu-window entry.search:focus { - background-color: #313244; -} - -window#whiskermenu-window > frame > border { - border-radius: 12px; - padding: 6px 8px 6px 9px; - margin: 6px; - border: none; - background-color: #292c3c; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; - margin: 1px 0; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(239, 241, 245, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 3px; - background-color: #313244; - border-radius: 12px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 12px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -#XfceNotifyWindow { - background-color: #313244; - border-radius: 12px; - border: none; - box-shadow: none; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -dialog.xfsm-logout-dialog { - border-radius: 12px; - background-color: rgba(41, 44, 60, 0.97); - border: none; - box-shadow: none; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 12px; - -xfwmtabwinwidget-icon-size: 64px; - -xfwmtabwinwidget-preview-size: 64px; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - box-shadow: inset 0 -1px rgba(239, 241, 245, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar scrolledwindow.frame.sidebar { - border-top: none; -} - -.thunar .path-bar.linked:not(.vertical) > button.path-bar-button { - margin-left: 2px; - margin-right: 2px; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.thunar > grid.horizontal -> paned.horizontal -> scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal -> paned.horizontal -> scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 12px; -} - -menubar.-vala-panel-appmenu-private, -menubar.-vala-panel-background { - background: none; - border: none; - box-shadow: none; - animation: none; -} - -menubar.-vala-panel-appmenu-private > menuitem, -menubar.-vala-panel-background > menuitem { - color: rgba(239, 241, 245, 0.7); - font-weight: normal; -} - -menubar.-vala-panel-appmenu-private > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover { - color: #eff1f5; - border-radius: 0; -} - -menubar.-vala-panel-appmenu-private > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled { - color: rgba(239, 241, 245, 0.32); -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: #313244; - color: #eff1f5; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(239, 241, 245, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: #eff1f5; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(239, 241, 245, 0.32); -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 8px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #cba6f7; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #1e1e2e; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar > toolitem > .linked > button.image-button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(239, 241, 245, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: #eff1f5; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.nemo-window .primary-toolbar button.text-button:backdrop { - color: rgba(239, 241, 245, 0.5); -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button:checked { - box-shadow: none; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button { - border-radius: 6px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #313244; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 6px; - background-color: rgba(239, 241, 245, 0.04); -} - -.nemo-window .nemo-window-pane > notebook { - border-radius: 0; -} - -.places-treeview { - -nemoplacestreeview-disk-full-bg-color: #5d5d6a; - -nemoplacestreeview-disk-full-fg-color: #cba6f7; - -nemoplacestreeview-disk-full-bar-width: 2px; - -nemoplacestreeview-disk-full-bar-radius: 0; - -nemoplacestreeview-disk-full-bottom-padding: 1px; - -nemoplacestreeview-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* widget text/foreground color */ -@define-color theme_fg_color #eff1f5; -/* text color for entries, views and content in general */ -@define-color theme_text_color #eff1f5; -/* widget base background color */ -@define-color theme_bg_color #1e1e2e; -/* text widgets and the like base background color */ -@define-color theme_base_color #313244; -/* base background color of selections */ -@define-color theme_selected_bg_color #cba6f7; -/* text/foreground color of selections */ -@define-color theme_selected_fg_color rgba(30, 30, 46, 0.87); -/* base background color of insensitive widgets */ -@define-color insensitive_bg_color #1e1e2e; -/* text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(239, 241, 245, 0.5); -/* insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #313244; -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #eff1f5; -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #eff1f5; -/* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1e2e; -/* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #313244; -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #cba6f7; -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color rgba(30, 30, 46, 0.87); -/* insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(239, 241, 245, 0.5); -/* widgets main borders color */ -@define-color borders rgba(239, 241, 245, 0.12); -/* widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(239, 241, 245, 0.12); -/* these are pretty self explicative */ -@define-color warning_color #df8e1d; -@define-color error_color #d20f39; -@define-color success_color #40a02b; -/* these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_focused_title #eff1f5; -@define-color wm_unfocused_title rgba(239, 241, 245, 0.7); -@define-color wm_highlight rgba(239, 241, 245, 0.1); -@define-color wm_border #0a0a0e; -@define-color wm_focused_bg #1e1e2e; -@define-color wm_unfocused_bg #1e1e2e; -@define-color wm_button_icon #eff1f5; -@define-color wm_button_focused_bg rgba(239, 241, 245, 0.04); -@define-color wm_button_unfocused_bg rgba(239, 241, 245, 0.04); -@define-color wm_button_hover_fg rgba(30, 30, 46, 0.87); -@define-color wm_button_active_fg rgba(30, 30, 46, 0.87); -@define-color wm_button_hover_bg #e6e9ef; -@define-color wm_button_active_bg #e7eaf0; -/* FIXME this is really an API */ -@define-color content_view_bg #313244; -@define-color placeholder_text_color #b6b8c0; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #313244; -@define-color budgie_tasklist_indicator_color rgba(239, 241, 245, 0.3); -@define-color budgie_tasklist_indicator_color_active #cba6f7; -@define-color budgie_tasklist_indicator_color_active_window rgba(157, 130, 193, 0.816); -@define-color budgie_tasklist_indicator_color_attention #df8e1d; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/thumbnail.png b/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/thumbnail.png deleted file mode 100644 index 7e4f402..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-checked-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-checked-symbolic.svg deleted file mode 100644 index c3eedb0..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-checked-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 96be359..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-mixed-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-mixed-symbolic.svg deleted file mode 100644 index f016658..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-mixed-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-mixed-symbolic@2.svg deleted file mode 100644 index 1bc6987..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/checkbox-mixed-symbolic@2.svg +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/close.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/close.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/close.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/cursor-handle-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/maximize.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/maximize.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/maximize.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/minimize.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/minimize.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/minimize.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-checked-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-checked-symbolic.svg deleted file mode 100644 index d13b029..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-checked-symbolic.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-checked-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-checked-symbolic@2.svg deleted file mode 100644 index ed8d87a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-mixed-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-mixed-symbolic.svg deleted file mode 120000 index 79b7355..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-mixed-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -checkbox-mixed-symbolic.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-mixed-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-mixed-symbolic@2.svg deleted file mode 120000 index b68859d..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/radio-mixed-symbolic@2.svg +++ /dev/null @@ -1 +0,0 @@ -checkbox-mixed-symbolic@2.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-horz-marks-after-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-horz-marks-after-slider-symbolic.svg deleted file mode 100644 index de0d789..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-horz-marks-after-slider-symbolic.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-horz-marks-before-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-horz-marks-before-slider-symbolic.svg deleted file mode 100644 index 7f0235f..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-horz-marks-before-slider-symbolic.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-hover-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-hover-symbolic.svg deleted file mode 100644 index 993f308..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-hover-symbolic.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-hover-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-hover-symbolic@2.svg deleted file mode 100644 index 740bc8b..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-hover-symbolic@2.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-symbolic.svg deleted file mode 100644 index 73a1dbe..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-symbolic.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-symbolic@2.svg deleted file mode 100644 index bec2ee4..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-slider-symbolic@2.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-vert-marks-after-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-vert-marks-after-slider-symbolic.svg deleted file mode 100644 index 37d9c04..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-vert-marks-after-slider-symbolic.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-vert-marks-before-slider-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-vert-marks-before-slider-symbolic.svg deleted file mode 100644 index 1bc5cb6..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/scale-vert-marks-before-slider-symbolic.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-checked-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-checked-symbolic.svg deleted file mode 100644 index caed76f..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 58aa5ff..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-mixed-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-mixed-symbolic.svg deleted file mode 100644 index 0e477a9..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-mixed-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-mixed-symbolic@2.svg deleted file mode 100644 index d0980e2..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-checkbox-mixed-symbolic@2.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-checked-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-checked-symbolic.svg deleted file mode 100644 index 0fdb530..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-checked-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-checked-symbolic@2.svg deleted file mode 100644 index 251e2f5..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-mixed-symbolic.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-mixed-symbolic.svg deleted file mode 120000 index 86dfcec..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-mixed-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -small-checkbox-mixed-symbolic.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-mixed-symbolic@2.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-mixed-symbolic@2.svg deleted file mode 120000 index bafb558..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/small-radio-mixed-symbolic@2.svg +++ /dev/null @@ -1 +0,0 @@ -small-checkbox-mixed-symbolic@2.svg \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/unmaximize.svg b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/unmaximize.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/assets/unmaximize.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/gtk-dark.css b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/gtk-dark.css deleted file mode 100644 index 98f97ca..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/gtk-dark.css +++ /dev/null @@ -1,8512 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #cba6f7 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #cba6f7 100%, transparent 100%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1e1e2e; - color: #eff1f5; -} - -dnd { - color: #eff1f5; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, -.view { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; -} - -iconview:disabled, -.view:disabled { - color: rgba(239, 241, 245, 0.5); -} - -iconview:selected, -.view:selected { - color: #eff1f5; -} - -textview text { - background-color: rgba(239, 241, 245, 0.04); -} - -textview border { - background-color: #313244; - color: rgba(239, 241, 245, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 6px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, -.content-view .rubberband, columnview.view > rubberband, -.content-view columnview.view > .rubberband, -treeview.view > rubberband, -.content-view treeview.view > .rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #cba6f7; - background-color: rgba(203, 166, 247, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 12px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: #eff1f5; - background-color: #313244; - border: 1px solid black; -} - -label.separator { - color: rgba(239, 241, 245, 0.7); -} - -label:disabled { - opacity: 1; - color: rgba(239, 241, 245, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; - opacity: 1; -} - -label.osd { - border-radius: 12px; - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; -} - - -.dim-label, -row.expander image.expander-row-arrow, -row label.subtitle { - color: rgba(239, 241, 245, 0.7); - opacity: 1; -} - -.accent { - color: #cba6f7; -} - -.success { - color: #40a02b; -} - -.warning { - color: #df8e1d; -} - -.error { - color: #d20f39; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(239, 241, 245, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: #eff1f5; -} - -.osd .scale-popup > arrow, -.osd .scale-popup > contents, .osd popover > arrow, -.osd popover > contents, popover.touch-selection > arrow, -popover.touch-selection > contents, popover.magnifier > arrow, -popover.magnifier > contents, .osd { - color: #eff1f5; - background-color: #313244; - background-clip: padding-box; - border-radius: 12px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -.osd { - padding: 6px; - margin: 6px; -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ - -entry headerbar popover.background entry, -headerbar popover.background entry entry, -entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 12px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry:focus-within, -headerbar popover.background entry entry:focus-within, -entry:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px transparent; - color: #eff1f5; - outline: 2px solid #cba6f7; - outline-offset: -2px; -} - - -entry headerbar popover.background entry:drop(active), -headerbar popover.background entry entry:drop(active), -entry headerbar popover.background entry:hover:not(:focus-within), -headerbar popover.background entry entry:hover:not(:focus-within), -entry:drop(active), -entry:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry:disabled, -headerbar popover.background entry entry:disabled, -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); - outline: none; -} - - -entry headerbar popover.background entry.flat:focus-within, -headerbar popover.background entry entry.flat:focus-within, -entry headerbar popover.background entry.flat:disabled, -headerbar popover.background entry entry.flat:disabled, -entry headerbar popover.background entry.flat:hover, -headerbar popover.background entry entry.flat:hover, -entry headerbar popover.background entry.flat, -headerbar popover.background entry entry.flat, -entry.flat:focus-within, -entry.flat:disabled, -entry.flat:hover, -entry.flat { - min-height: 0; - padding: 2px; - background-color: transparent; - box-shadow: none; - border-radius: 0; - outline: none; -} - - -entry headerbar popover.background entry image, -headerbar popover.background entry entry image, -entry image { - color: rgba(239, 241, 245, 0.7); -} - - -entry headerbar popover.background entry image:hover, -headerbar popover.background entry entry image:hover, -entry headerbar popover.background entry image:active, -headerbar popover.background entry entry image:active, -entry image:hover, -entry image:active { - color: #eff1f5; -} - - -entry headerbar popover.background entry image:disabled, -headerbar popover.background entry entry image:disabled, -entry image:disabled { - color: rgba(239, 241, 245, 0.5); -} - - -entry headerbar popover.background entry image.left, -headerbar popover.background entry entry image.left, -entry image.left { - margin: 0 6px 0 2px; -} - - -entry headerbar popover.background entry image.right, -headerbar popover.background entry entry image.right, -entry image.right { - margin: 0 2px 0 6px; -} - - -entry headerbar popover.background entry undershoot.left > undershoot.left, -headerbar popover.background entry entry undershoot.left > undershoot.left, -entry undershoot.left > undershoot.left { - border-radius: 0px 0 0 0px; - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - - -entry headerbar popover.background entry undershoot.right > undershoot.right, -headerbar popover.background entry entry undershoot.right > undershoot.right, -entry undershoot.right > undershoot.right { - border-radius: 0 0px 0px 0; - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - - -entry headerbar popover.background entry.error, -headerbar popover.background entry entry.error, -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(210, 15, 57, 0.1); - color: rgba(210, 15, 57, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.error:focus-within, -headerbar popover.background entry entry.error:focus-within, -entry.error:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(210, 15, 57, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #d20f39; - outline: 2px solid #d20f39; - outline-offset: -2px; -} - - -entry headerbar popover.background entry.error:drop(active), -headerbar popover.background entry entry.error:drop(active), -entry headerbar popover.background entry.error:hover:not(:focus-within), -headerbar popover.background entry entry.error:hover:not(:focus-within), -entry.error:drop(active), -entry.error:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #d20f39; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.error:disabled, -headerbar popover.background entry entry.error:disabled, -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(210, 15, 57, 0.1); - color: rgba(210, 15, 57, 0.35); - outline: none; -} - - -entry headerbar popover.background entry.error > text > selection, -headerbar popover.background entry entry.error > text > selection, -entry.error > text > selection { - background-color: rgba(210, 15, 57, 0.25); - color: #d20f39; -} - - -entry headerbar popover.background entry.error image, -headerbar popover.background entry entry.error image, -entry.error image { - color: rgba(210, 15, 57, 0.75); -} - - -entry headerbar popover.background entry.error image:hover, -headerbar popover.background entry entry.error image:hover, -entry headerbar popover.background entry.error image:active, -headerbar popover.background entry entry.error image:active, -entry.error image:hover, -entry.error image:active { - color: #d20f39; -} - - -entry headerbar popover.background entry.error image:disabled, -headerbar popover.background entry entry.error image:disabled, -entry.error image:disabled { - color: rgba(210, 15, 57, 0.35); -} - - -entry headerbar popover.background entry.warning, -headerbar popover.background entry entry.warning, -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(223, 142, 29, 0.1); - color: rgba(223, 142, 29, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.warning:focus-within, -headerbar popover.background entry entry.warning:focus-within, -entry.warning:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(223, 142, 29, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #df8e1d; - outline: 2px solid #df8e1d; - outline-offset: -2px; -} - - -entry headerbar popover.background entry.warning:drop(active), -headerbar popover.background entry entry.warning:drop(active), -entry headerbar popover.background entry.warning:hover:not(:focus-within), -headerbar popover.background entry entry.warning:hover:not(:focus-within), -entry.warning:drop(active), -entry.warning:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #df8e1d; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.warning:disabled, -headerbar popover.background entry entry.warning:disabled, -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(223, 142, 29, 0.1); - color: rgba(223, 142, 29, 0.35); - outline: none; -} - - -entry headerbar popover.background entry.warning > text > selection, -headerbar popover.background entry entry.warning > text > selection, -entry.warning > text > selection { - background-color: rgba(223, 142, 29, 0.25); - color: #df8e1d; -} - - -entry headerbar popover.background entry.warning image, -headerbar popover.background entry entry.warning image, -entry.warning image { - color: rgba(223, 142, 29, 0.75); -} - - -entry headerbar popover.background entry.warning image:hover, -headerbar popover.background entry entry.warning image:hover, -entry headerbar popover.background entry.warning image:active, -headerbar popover.background entry entry.warning image:active, -entry.warning image:hover, -entry.warning image:active { - color: #df8e1d; -} - - -entry headerbar popover.background entry.warning image:disabled, -headerbar popover.background entry entry.warning image:disabled, -entry.warning image:disabled { - color: rgba(223, 142, 29, 0.35); -} - - -entry headerbar popover.background entry.success, -headerbar popover.background entry entry.success, -entry.success { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(64, 160, 43, 0.1); - color: rgba(64, 160, 43, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.success:focus-within, -headerbar popover.background entry entry.success:focus-within, -entry.success:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(64, 160, 43, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #40a02b; - outline: 2px solid #40a02b; - outline-offset: -2px; -} - - -entry headerbar popover.background entry.success:drop(active), -headerbar popover.background entry entry.success:drop(active), -entry headerbar popover.background entry.success:hover:not(:focus-within), -headerbar popover.background entry entry.success:hover:not(:focus-within), -entry.success:drop(active), -entry.success:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #40a02b; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.success:disabled, -headerbar popover.background entry entry.success:disabled, -entry.success:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(64, 160, 43, 0.1); - color: rgba(64, 160, 43, 0.35); - outline: none; -} - - -entry headerbar popover.background entry.success > text > selection, -headerbar popover.background entry entry.success > text > selection, -entry.success > text > selection { - background-color: rgba(64, 160, 43, 0.25); - color: #40a02b; -} - - -entry headerbar popover.background entry.success image, -headerbar popover.background entry entry.success image, -entry.success image { - color: rgba(64, 160, 43, 0.75); -} - - -entry headerbar popover.background entry.success image:hover, -headerbar popover.background entry entry.success image:hover, -entry headerbar popover.background entry.success image:active, -headerbar popover.background entry entry.success image:active, -entry.success image:hover, -entry.success image:active { - color: #40a02b; -} - - -entry headerbar popover.background entry.success image:disabled, -headerbar popover.background entry entry.success image:disabled, -entry.success image:disabled { - color: rgba(64, 160, 43, 0.35); -} - - -entry > progress, -entry progress > trough > progress { - margin: 0 -4px; - border-bottom: 2px solid #cba6f7; - background-color: transparent; -} - - -entry button.image-button { - min-height: 24px; - min-width: 24px; - padding: 0; -} - -treeview entry.flat, treeview entry { - background-color: #313244; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(239, 241, 245, 0.7); -} - -editablelabel > stack > text { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #cba6f7 0%, rgba(203, 166, 247, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #cba6f7 95%, rgba(203, 166, 247, 0)); - } -} - -infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.touch-selection button, popover.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); -} - -infobar.warning > revealer > box button:focus, popover.touch-selection button:focus, popover.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:hover, popover.touch-selection button:hover, popover.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:active, popover.touch-selection button:active, popover.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:checked, popover.touch-selection button:checked, popover.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: #eff1f5; -} - -infobar.warning > revealer > box button:disabled, popover.touch-selection button:disabled, popover.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -infobar.warning > revealer > box button:checked:disabled, popover.touch-selection button:checked:disabled, popover.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.5); -} - -placessidebar list.navigation-sidebar > row button.sidebar-button { - background-color: #313244; - color: #eff1f5; -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:checked { - background-color: rgba(30, 30, 46, 0.87); - color: #e6e9ef; -} - -tabbar tab:not(:selected) button.image-button.tab-close-button, -dnd tab:not(:selected) button.image-button.tab-close-button, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button, notebook > header menubutton > button.flat { - color: rgba(30, 30, 46, 0.6); -} - -tabbar tab:not(:selected) button.image-button.tab-close-button:hover, -dnd tab:not(:selected) button.image-button.tab-close-button:hover, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:hover, notebook > header menubutton > button.flat:hover, tabbar tab:not(:selected) button.image-button.tab-close-button:active, -dnd tab:not(:selected) button.image-button.tab-close-button:active, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:active, notebook > header menubutton > button.flat:active, tabbar tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, -dnd tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, tabbar notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, -dnd notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, tabbar tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) notebook > header > tabs > tab:not(:checked):not(:selected) button.keyboard-activating.small-button, -dnd tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) notebook > header > tabs > tab:not(:checked):not(:selected) button.keyboard-activating.small-button, tabbar notebook > header > tabs > tab:not(:checked):not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) button.keyboard-activating.small-button, -dnd notebook > header > tabs > tab:not(:checked):not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) button.keyboard-activating.small-button, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) button.keyboard-activating.small-button, notebook > header menubutton > button.flat:focus:not(:hover):not(:active) tabbar tab:not(:selected) button.keyboard-activating.image-button.tab-close-button, tabbar tab:not(:selected) notebook > header menubutton > button.flat:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, -notebook > header menubutton > button.flat:focus:not(:hover):not(:active) dnd tab:not(:selected) button.keyboard-activating.image-button.tab-close-button, -dnd tab:not(:selected) notebook > header menubutton > button.flat:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, notebook > header > tabs > tab:not(:checked):not(:selected) menubutton > button.flat:focus:not(:hover):not(:active) button.keyboard-activating.small-button, tabbar tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) notebook > header menubutton > button.keyboard-activating.flat, -dnd tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) notebook > header menubutton > button.keyboard-activating.flat, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) notebook > header menubutton > button.keyboard-activating.flat, notebook > header tabbar tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, tabbar tab:not(:selected) notebook > header button.image-button.tab-close-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, -notebook > header dnd tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, -dnd tab:not(:selected) notebook > header button.image-button.tab-close-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, notebook > header menubutton > button.flat:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat { - color: rgba(30, 30, 46, 0.87); -} - -tabbar tab:not(:selected) button.image-button.tab-close-button:checked, -dnd tab:not(:selected) button.image-button.tab-close-button:checked, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:checked, notebook > header menubutton > button.flat:checked { - background-color: rgba(30, 30, 46, 0.87); - color: #e6e9ef; -} - -tabbar tab:not(:selected) button.image-button.tab-close-button:disabled, -dnd tab:not(:selected) button.image-button.tab-close-button:disabled, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:disabled, notebook > header menubutton > button.flat:disabled { - color: rgba(30, 30, 46, 0.3); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action):not(.flat), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: 0 solid transparent; - outline-offset: 2px; - color: #eff1f5; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action):not(.flat), button:focus { - outline: 2px solid rgba(203, 166, 247, 0.35); - outline-offset: 0; -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; - -gtk-icon-filter: brightness(1.2); -} - -headerbar popover.background button.keyboard-activating:not(.suggested-action):not(.destructive-action):not(.flat), button.keyboard-activating, headerbar popover.background button:active:not(.suggested-action):not(.destructive-action):not(.flat), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - outline-color: transparent; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action):not(.flat), button:checked { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:hover { - outline-color: transparent; - background-color: #d9bdf9; - color: rgba(30, 30, 46, 0.87); -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:disabled { - outline-color: transparent; - background-color: rgba(203, 166, 247, 0.35); - color: rgba(30, 30, 46, 0.38); -} - -placessidebar list.navigation-sidebar > row button.sidebar-button, calendar > header > button, scrollbar button, notebook > header > tabs > arrow, popover modelbutton, spinbutton > button, splitbutton.flat > button, -splitbutton.flat > menubutton > button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(239, 241, 245, 0.7); -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:focus:not(:hover):not(:active), calendar > header > button:focus:not(:hover):not(:active), scrollbar button:focus:not(:hover):not(:active), notebook > header > tabs > arrow:focus:not(:hover):not(:active), popover modelbutton:focus:not(:hover):not(:active), spinbutton > button:focus:not(:hover):not(:active), splitbutton.flat > button:focus:not(:hover):not(:active), -splitbutton.flat > menubutton > button:focus:not(:hover):not(:active) { - color: #eff1f5; - outline: 2px solid rgba(239, 241, 245, 0.04); - outline-offset: -2px; -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover modelbutton:hover, spinbutton > button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover modelbutton:active, spinbutton > button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover modelbutton:disabled, spinbutton > button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -#NautilusPathButton, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button, .app-notification button, .toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), splitbutton.suggested-action > button, -splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, -splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, -splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, menubutton.flat > button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(239, 241, 245, 0.7); -} - -#NautilusPathButton:focus:not(:hover):not(:active), filechooser #pathbarbox > stack > box > button:focus:not(:hover):not(:active), window.messagedialog .response-area > box > button:focus:not(:hover):not(:active), window.dialog.message .dialog-action-area > button:focus:not(:hover):not(:active), .app-notification button:focus:not(:hover):not(:active), .toolbar button:focus:not(:hover):not(:active), dropdown > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), splitbutton.suggested-action > button:focus:not(:hover):not(:active), -splitbutton.suggested-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.destructive-action > button:focus:not(:hover):not(:active), -splitbutton.destructive-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.opaque > button:focus:not(:hover):not(:active), -splitbutton.opaque > menubutton > button:focus:not(:hover):not(:active), menubutton.suggested-action > button:focus:not(:hover):not(:active), menubutton.destructive-action > button:focus:not(:hover):not(:active), menubutton.opaque > button:focus:not(:hover):not(:active), menubutton.flat > button:focus:not(:hover):not(:active), button.flat:focus:not(:hover):not(:active) { - color: #eff1f5; - outline: 2px solid rgba(239, 241, 245, 0.04); - outline-offset: -2px; -} - -#NautilusPathButton:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area > box > button:hover, window.dialog.message .dialog-action-area > button:hover, .app-notification button:hover, .toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), splitbutton.suggested-action > button:hover, -splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, -splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, -splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, menubutton.flat > button:hover, button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -#NautilusPathButton:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area > box > button:active, window.dialog.message .dialog-action-area > button:active, .app-notification button:active, .toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), splitbutton.suggested-action > button:active, -splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, -splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, -splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, menubutton.flat > button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -#NautilusPathButton:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area > box > button:disabled, window.dialog.message .dialog-action-area > button:disabled, .app-notification button:disabled, .toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), splitbutton.suggested-action > button:disabled, -splitbutton.suggested-action > menubutton > button:disabled, splitbutton.destructive-action > button:disabled, -splitbutton.destructive-action > menubutton > button:disabled, splitbutton.opaque > button:disabled, -splitbutton.opaque > menubutton > button:disabled, menubutton.suggested-action > button:disabled, menubutton.destructive-action > button:disabled, menubutton.opaque > button:disabled, menubutton.flat > button:disabled, button.flat:disabled { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -#NautilusPathButton:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area > box > button:checked, window.dialog.message .dialog-action-area > button:checked, .app-notification button:checked, .toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), splitbutton.suggested-action > button:checked, -splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, -splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, -splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, menubutton.flat > button:checked, button.flat:checked { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -#NautilusPathButton:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area > box > button:checked:disabled, window.dialog.message .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, .toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), splitbutton.suggested-action > button:checked:disabled, -splitbutton.suggested-action > menubutton > button:checked:disabled, splitbutton.destructive-action > button:checked:disabled, -splitbutton.destructive-action > menubutton > button:checked:disabled, splitbutton.opaque > button:checked:disabled, -splitbutton.opaque > menubutton > button:checked:disabled, menubutton.suggested-action > button:checked:disabled, menubutton.destructive-action > button:checked:disabled, menubutton.opaque > button:checked:disabled, menubutton.flat > button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(239, 241, 245, 0.5); -} - -button.opaque { - box-shadow: none; -} - -.osd button.opaque:focus:focus-visible { - outline-color: rgba(239, 241, 245, 0.15); -} - -button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -button.keyboard-activating.opaque, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -button.opaque:checked.keyboard-activating, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -.nautilus-window .floating-bar button, placessidebar list.navigation-sidebar > row button.sidebar-button, notebook > header > tabs > tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton > button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 9px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -button separator { - margin: 4px 1px; -} - -button.opaque { - background-color: #484856; - color: #eff1f5; -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button, button.image-text-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button > box, -button.text-button.image-button > box > box, button.image-text-button > box, -button.image-text-button > box > box { - border-spacing: 4px; -} - -button.text-button.image-button > box > label, -button.text-button.image-button > box > box > label, button.image-text-button > box > label, -button.image-text-button > box > box > label { - padding-left: 2px; - padding-right: 2px; -} - -button.text-button.image-button label:first-child, button.image-text-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child, button.image-text-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child, button.image-text-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child, button.image-text-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child), button.image-text-button image:not(:only-child) { - margin: 0 4px; -} - -button.arrow-button { - padding-left: 9px; - padding-right: 9px; -} - -button.arrow-button > box { - border-spacing: 4px; -} - -button.arrow-button.text-button { - padding-left: 16px; - padding-right: 16px; -} - -button.arrow-button.text-button > box { - border-spacing: 6px; -} - -menubutton.pill > button, button.pill { - padding: 9px 30px; - border-radius: 9999px; -} - -button.card { - background-color: #313244; - background-clip: padding-box; - font-weight: inherit; - border: 1px solid rgba(239, 241, 245, 0.12); - background-clip: border-box; -} - -button.card:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -button.card.keyboard-activating, button.card:active { - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -button.card:checked { - background-image: none; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - border-color: #cba6f7; -} - -button.card:checked:hover { - background-image: none; - outline-color: transparent; - background-color: #d9bdf9; - color: rgba(30, 30, 46, 0.87); -} - -button.card:checked:disabled { - outline-color: transparent; - background-color: rgba(203, 166, 247, 0.35); - color: rgba(30, 30, 46, 0.38); -} - -button.card:checked.keyboard-activating, button.card:checked:active { - background-image: none; -} - -button.card:checked.has-open-popup { - background-image: none; -} - -button.card:drop(active) { - color: #fab387; - box-shadow: inset 0 0 0 1px #fab387; -} - -.linked:not(.vertical) > button:focus, .linked.vertical > button:focus { - box-shadow: none; - outline: none; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - background-color: alpha(currentColor, 0.05); -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: none; - outline: none; -} - -.linked:not(.vertical) > menubutton > button { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.35); - color: #eff1f5; -} - -button.osd > image { - padding: 0; -} - -button.osd.remove-button { - padding: 0; -} - -button.osd:focus { - outline-color: transparent; -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.45); - color: #eff1f5; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.65); - color: #eff1f5; -} - -button.osd:disabled { - background-color: rgba(0, 0, 0, 0.15); - color: rgba(239, 241, 245, 0.35); -} - -button.suggested-action { - background-color: #1e66f5; - color: #eff1f5; - box-shadow: none; -} - -button.suggested-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - outline-color: transparent; -} - -button.suggested-action:hover { - background-color: rgba(30, 102, 245, 0.7); - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 6px 0 rgba(0, 0, 0, 0.06); -} - -button.suggested-action:checked { - background-color: #5d90f5; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(0, 0, 0, 0.3), 0 2px 3px -1px rgba(0, 0, 0, 0.24), 0 2px 5px 0 rgba(0, 0, 0, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(30, 102, 245, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1e66f5; -} - -button.suggested-action.flat:disabled { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -button.suggested-action.flat:checked { - background-color: rgba(30, 102, 245, 0.3); -} - -button.destructive-action { - background-color: #d20f39; - color: #eff1f5; - box-shadow: none; -} - -button.destructive-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - outline-color: transparent; -} - -button.destructive-action:hover { - background-color: rgba(210, 15, 57, 0.7); - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 6px 0 rgba(0, 0, 0, 0.06); -} - -button.destructive-action:checked { - background-color: #db5371; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(0, 0, 0, 0.3), 0 2px 3px -1px rgba(0, 0, 0, 0.24), 0 2px 5px 0 rgba(0, 0, 0, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(210, 15, 57, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #d20f39; -} - -button.destructive-action.flat:disabled { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -button.destructive-action.flat:checked { - background-color: rgba(210, 15, 57, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 6px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -windowcontrols button:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, menubutton.circular > button, button.close, button.circular { - border-radius: 9999px; -} - -windowcontrols button:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, menubutton.circular > button label, button.close label, button.circular label { - padding: 0; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #1e66f5; - color: #eff1f5; -} - -menubutton.destructive-action { - background-color: #d20f39; - color: #eff1f5; -} - -menubutton.opaque { - background-color: #484856; - color: #eff1f5; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 12px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 12px; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background-color; -} - -splitbutton > separator { - min-width: 0; - margin-top: 6px; - margin-bottom: 6px; - background-color: transparent; - background: none; -} - -splitbutton > menubutton > button { - padding: 6px 10px; -} - -splitbutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(239, 241, 245, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.07); -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 12px; -} - -splitbutton.suggested-action { - background-color: #1e66f5; - color: #eff1f5; -} - -splitbutton.destructive-action { - background-color: #d20f39; - color: #eff1f5; -} - -splitbutton.opaque { - background-color: #484856; - color: #eff1f5; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, -splitbutton.suggested-action > menubutton > button, -splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, -splitbutton.destructive-action > menubutton > button, -splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, -splitbutton.opaque > menubutton > button, -splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(239, 241, 245, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(239, 241, 245, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 6px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 12px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 12px; -} - -.linked:not(.vertical) > button:dir(ltr):not(:first-child), .linked:not(.vertical) > button:dir(rtl):not(:last-child) { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > button:dir(ltr):not(:last-child), .linked:not(.vertical) > button:dir(rtl):not(:first-child) { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical button:not(:first-child) { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical button:not(:last-child) { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > menubutton:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > menubutton:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > menubutton:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > menubutton:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical menubutton:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical menubutton:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > dropdown:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > dropdown:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > dropdown:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > dropdown:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical dropdown:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical dropdown:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > colorbutton:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > colorbutton:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > colorbutton:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > colorbutton:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical colorbutton:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical colorbutton:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > fontbutton:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > fontbutton:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > fontbutton:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > fontbutton:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical fontbutton:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical fontbutton:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > tabbutton:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > tabbutton:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > tabbutton:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > tabbutton:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical tabbutton:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical tabbutton:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > entry:dir(ltr):not(:first-child), .linked:not(.vertical) > entry:dir(rtl):not(:last-child) { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > entry:dir(ltr):not(:last-child), .linked:not(.vertical) > entry:dir(rtl):not(:first-child) { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical entry:not(:first-child) { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical entry:not(:last-child) { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > combobox:dir(ltr):not(:first-child) > box > button.combo, .linked:not(.vertical) > combobox:dir(rtl):not(:last-child) > box > button.combo { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > combobox:dir(ltr):not(:last-child) > box > button.combo, .linked:not(.vertical) > combobox:dir(rtl):not(:first-child) > box > button.combo { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > appchooserbutton:dir(ltr):not(:first-child) > combobox > box > button.combo, .linked:not(.vertical) > appchooserbutton:dir(rtl):not(:last-child) > combobox > box > button.combo { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > appchooserbutton:dir(ltr):not(:last-child) > combobox > box > button.combo, .linked:not(.vertical) > appchooserbutton:dir(rtl):not(:first-child) > combobox > box > button.combo { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical appchooserbutton:not(:first-child) > combobox > box > button.combo { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical appchooserbutton:not(:last-child) > combobox > box > button.combo { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #1e66f5; - color: #eff1f5; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #d20f39; - color: #eff1f5; -} - -/********* - * Links * - *********/ -link { - color: #8fcbe8; -} - -link:visited { - color: #8839ef; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #8fcbe8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #8839ef; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton { - border-radius: 12px; - padding: 0; - border-spacing: 0; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -spinbutton:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px transparent; - color: #eff1f5; - outline: 2px solid #cba6f7; - outline-offset: -2px; -} - -spinbutton:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); - outline: none; -} - -spinbutton > text { - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - margin: 0; -} - -spinbutton > button { - border: none; -} - -spinbutton > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: none; -} - -spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; -} - -spinbutton:not(.vertical) > button { - padding: 0; - margin: 6px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; -} - -cell.activatable spinbutton:not(.vertical) { - margin: 3px 0; -} - -cell.activatable spinbutton:not(.vertical) > button { - margin: 0; - padding: 0; - min-height: 24px; - border-radius: 0; -} - -cell.activatable spinbutton:not(.vertical) > button:last-child { - border-radius: 0 12px 12px 0; -} - -cell.activatable spinbutton:not(.vertical) > button.up:dir(ltr), cell.activatable spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 0; -} - -cell.activatable spinbutton:not(.vertical) > button.up:dir(rtl), cell.activatable spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 0; -} - -spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical > button { - padding: 0; - margin: 6px 9px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 6px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu > contents modelbutton, -combobox > popover.menu > contents modelbutton { - padding-left: 9px; - padding-right: 9px; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -dropdown popover, -combobox popover { - margin-top: 4px; - padding: 0; -} - -dropdown popover listview, -combobox popover listview { - margin: 0; -} - -dropdown popover listview > row, -combobox popover listview > row { - padding: 6px; -} - -dropdown popover listview > row:selected, -combobox popover listview > row:selected { - color: #eff1f5; - background-color: alpha(currentColor, 0.06); -} - -dropdown popover .dropdown-searchbar, -combobox popover .dropdown-searchbar { - padding: 6px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -button.combo:only-child:focus { - color: #eff1f5; - outline: 2px solid rgba(239, 241, 245, 0.04); - outline-offset: -2px; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -button.combo:only-child:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - outline-color: transparent; -} - -/************ - * Toolbars * - ************/ -.toolbar { - padding: 6px; - border-spacing: 6px; -} - -.toolbar .linked button:not(:hover):not(:active):not(:checked):not(:disabled) { - background-color: rgba(239, 241, 245, 0.04); -} - -.osd .toolbar { - background-color: transparent; -} - -.app-notification, .toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; - color: #eff1f5; - border: none; -} - -.app-notification:backdrop, .toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -.left.app-notification, .right.app-notification, .top.app-notification, .bottom.app-notification, .toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom { - border-radius: 0; -} - -.bottom.app-notification, .toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator { - margin: 2px; -} - -.toolbar entry, -.toolbar splitbutton, -.toolbar button, -.toolbar scalebutton { - border-radius: 9px; -} - -.toolbar entry, -.toolbar spinbutton, -.toolbar splitbutton, -.toolbar separator:not(.sidebar), -.toolbar button, -.toolbar menubutton, -.toolbar scalebutton { - margin-top: 0; - margin-bottom: 0; -} - -.toolbar menubutton > button, -.toolbar splitbutton > button, -.toolbar splitbutton > menubutton, -.toolbar scalebutton > button { - margin-top: 0; - margin-bottom: 0; -} - -.toolbar switch { - margin-top: 4px; - margin-bottom: 4px; -} - -.toolbar spinbutton entry, -.toolbar spinbutton button { - margin: 0; -} - -.toolbar popover.menu separator:not(.sidebar) { - margin-top: 6px; - margin-bottom: 6px; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border: none; - background-color: transparent; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - border: none; - outline: none; -} - -headerbar .linked > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar .linked > button:first-child:not(.suggested-action):not(.destructive-action) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked > button:last-child:not(.suggested-action):not(.destructive-action) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar .linked > button:only-child:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:hover:not(.suggested-action):not(.destructive-action) { - background-color: rgba(239, 241, 245, 0.12); -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action) { - color: #eff1f5; - outline: none; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -headerbar button:checked:not(.suggested-action):not(.destructive-action) { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - outline: none; -} - -headerbar button:checked:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 1000px rgba(30, 30, 46, 0.04); - color: rgba(30, 30, 46, 0.87); -} - -headerbar button:checked:focus:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.87); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: rgba(230, 233, 239, 0.5); - color: rgba(30, 30, 46, 0.38); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.6); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.3); -} - -headerbar entry { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - border-radius: 9999px; -} - -headerbar entry:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -headerbar entry image { - color: rgba(239, 241, 245, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: #eff1f5; -} - -headerbar entry image:disabled { - color: rgba(239, 241, 245, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: transparent; - color: #eff1f5; - min-height: 48px; - border: none; - box-shadow: none; - padding: 0; - margin: 0; -} - -headerbar:disabled { - color: rgba(239, 241, 245, 0.5); -} - -headerbar:backdrop { - background-color: transparent; - color: rgba(239, 241, 245, 0.7); -} - -headerbar:backdrop:disabled { - color: rgba(239, 241, 245, 0.32); -} - -headerbar.flat, headerbar.flat:backdrop { - background: none; - box-shadow: none; - transition: none; -} - -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander image.expander-row-arrow, -row.expander headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(239, 241, 245, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander image.expander-row-arrow:backdrop, -row.expander headerbar image.expander-row-arrow:backdrop, -headerbar row label.subtitle:backdrop, -row headerbar label.subtitle:backdrop { - color: rgba(239, 241, 245, 0.5); -} - -headerbar .titlebar { - background-color: transparent; - box-shadow: none; -} - -headerbar headerbar + separator { - background-color: rgba(239, 241, 245, 0.12); -} - -headerbar > windowhandle > box { - padding: 0 6px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar menubutton, -headerbar stackswitcher, -headerbar separator:not(.sidebar) { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - opacity: 1; -} - -headerbar splitbutton { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; -} - -headerbar splitbutton button:not(.suggested-action):not(.destructive-action):not(:hover):not(:active):not(:checked) { - background-color: transparent; -} - -headerbar splitbutton > separator { - background-color: transparent; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -headerbar .entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar stackswitcher { - background-color: rgba(239, 241, 245, 0.04); -} - -headerbar stackswitcher:checked { - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -headerbar stackswitcher:checked:hover { - background-color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar popover.background button.suggested-action:disabled, -headerbar popover.background button.destructive-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -headerbar popover.background entry, -headerbar popover.background spinbutton, -headerbar popover.background button, -headerbar popover.background menubutton, -headerbar popover.background stackswitcher { - margin-top: 0; - margin-bottom: 0; -} - -headerbar separator:not(.sidebar) { - background-color: rgba(239, 241, 245, 0.12); -} - -headerbar switch { - margin: 12px 6px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -headerbar.selection-mode:backdrop { - color: rgba(30, 30, 46, 0.6); -} - -headerbar.selection-mode .subtitle:link { - color: rgba(30, 30, 46, 0.87); -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar.default-decoration { - min-height: 36px; - padding: 0; - margin: 0; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - border: none; - outline: none; -} - -.solid-csd headerbar.default-decoration, .maximized headerbar.default-decoration { - border-radius: 0; - box-shadow: none; -} - -window > .titlebar:not(.flat) { - box-shadow: none; -} - -window > .titlebar headerbar:not(.flat) { - box-shadow: none; -} - -window.devel headerbar { - background: #1e1e2e cross-fade(10%-gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(203, 166, 247, 0.1)), linear-gradient(to top, #242437 3px, #28283d); -} - -window.devel headerbar:backdrop { - background: #1e1e2e cross-fade(10%-gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#1e1e2e); - /* background-color would flash */ -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 12px; - background-color: alpha(currentColor, 0.08); - border: none; - box-shadow: none; -} - - -pathbar > button:disabled { - background-color: alpha(currentColor, 0.05); -} - - -pathbar > button:checked { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - - -pathbar > button:checked:hover { - background-color: alpha(currentColor, 0.16); - color: #eff1f5; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 3px; - margin-right: 3px; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.7); - border: none; - border-radius: 12px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 10px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #4a4b5a; - border-top-color: #4a4b5a; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; -} - -columnview.view:focus, -treeview.view:focus { - box-shadow: none; - outline: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(239, 241, 245, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: rgba(239, 241, 245, 0.7); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: #eff1f5; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #eff1f5; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: #eff1f5; -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(239, 241, 245, 0.32); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #cba6f7; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(239, 241, 245, 0.12); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: solid; - border-width: 0 1px 0 0; - border-color: transparent; - border-radius: 0; - background-clip: border-box; - border-image: linear-gradient(to bottom, transparent 20%, rgba(239, 241, 245, 0.12) 20%, rgba(239, 241, 245, 0.12) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(239, 241, 245, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: transparent; -} - -columnview.view > header > button:last-child, columnview.view > header > button:only-child, -treeview.view > header > button:last-child, -treeview.view > header > button:only-child { - border-right: none; - border-image: none; -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(239, 241, 245, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #313244; - background-clip: border-box; - color: #cba6f7; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #cba6f7; -} - -stack.view treeview.view { - min-height: 36px; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #1e1e2e; - color: #eff1f5; -} - -menubar:backdrop { - background-color: #1e1e2e; - color: rgba(239, 241, 245, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(239, 241, 245, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -menubar > item:disabled { - color: rgba(239, 241, 245, 0.32); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 9px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; - border-radius: 12px; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - color: #eff1f5; - padding: 0 6px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; - padding: 0; - border: none; - outline: none; - transition: none; - border-radius: 12px; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; - border-radius: 12px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 4px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover > arrow, -popover > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - background-color: #232634; - border-radius: 12px; - color: #eff1f5; - border: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -popover > arrow { - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -popover > contents > list, -popover > contents > .view, -popover > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover > contents separator { - background-color: transparent; - margin: 3px 0; -} - -popover > contents list separator { - margin: 0; -} - -popover > contents list > row { - border-radius: 12px; -} - -popover > contents stack > box { - padding: 0; -} - -popover > contents > box > button { - margin: 0; -} - -popover .view:not(:selected), -popover toolbar { - background-color: #232634; -} - -popover button, -popover entry, -popover combobox { - border-radius: 12px; -} - -popover .linked > button:not(.radio) { - border-radius: 0; -} - -popover .linked > button:not(.radio):first-child { - border-radius: 12px 0 0 12px; -} - -popover .linked > button:not(.radio):last-child { - border-radius: 0 12px 12px 0; -} - -popover .linked > button:not(.radio):only-child { - border-radius: 12px; -} - -popover.menu button, -popover button.model { - min-height: 32px; - padding: 0 8px; -} - -popover modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; - color: #eff1f5; - font: initial; - border-radius: 12px; -} - -popover modelbutton:hover { - transition: none; - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; -} - -popover modelbutton:hover accelerator { - color: #cba6f7; -} - -popover modelbutton:hover accelerator:disabled { - color: rgba(239, 241, 245, 0.5); -} - -popover modelbutton:focus:not(:hover) { - transition: none; - box-shadow: none; - outline: none; -} - -popover modelbutton:disabled { - color: rgba(239, 241, 245, 0.5); -} - -popover modelbutton accelerator { - color: rgba(239, 241, 245, 0.5); - margin-left: 30px; -} - -popover modelbutton accelerator:disabled { - color: rgba(239, 241, 245, 0.12); -} - -popover modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -.osd popover, popover.touch-selection, popover.magnifier { - background-color: transparent; -} - -magnifier { - background-color: #313244; -} - -/************* - * Notebooks * - *************/ -tabbar tab, tabbar tabbox > tabboxchild > tab, notebook > header > tabs > tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 3px 12px; - border: none; - outline: none; - background-clip: padding-box; - color: #eff1f5; - font-weight: 500; - border-radius: 9px; -} - -tabbar tab:hover:not(:checked):not(:selected), notebook > header > tabs > tab:hover:not(:checked):not(:selected) { - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; - box-shadow: none; -} - -tabbar tab:disabled, notebook > header > tabs > tab:disabled { - color: rgba(30, 30, 46, 0.3); -} - -tabbar tab:active, notebook > header > tabs > tab:active { - background-color: #313244; - color: #eff1f5; - box-shadow: none; -} - -tabbar tab:checked:not(:active), notebook > header > tabs > tab:checked:not(:active), tabbar tab:selected:not(:active), notebook > header > tabs > tab:selected:not(:active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; - box-shadow: none; -} - -tabbar tab:checked:not(:active):disabled, notebook > header > tabs > tab:checked:not(:active):disabled, tabbar tab:selected:not(:active):disabled, notebook > header > tabs > tab:selected:not(:active):disabled { - color: rgba(239, 241, 245, 0.5); -} - -notebook, notebook.frame { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 9px; -} - -notebook.frame frame > border { - border: none; - border-radius: 9px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: rgba(239, 241, 245, 0.04); -} - -notebook > header { - border: none; - background-color: rgba(239, 241, 245, 0.04); - margin: 3px; - border-radius: 12px; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: 0; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: 0; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: 0; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 12px; -} - -notebook > header > tabs > tab { - margin: 3px; -} - -notebook > header > tabs > tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header > tabs > tab > box:drop(active) { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -notebook > header > tabs > tab button.flat:last-child { - margin-left: 6px; - margin-right: -3px; -} - -notebook > header > tabs > tab button.flat:first-child { - margin-left: -3px; - margin-right: 6px; -} - -notebook > header > tabs > tab button.small-button { - min-width: 24px; - min-height: 24px; -} - -notebook > header.top > tabs, notebook > header.bottom > tabs { - padding-left: 0; - padding-right: 0; -} - -notebook > header.top > tabs:not(:only-child):first-child, notebook > header.bottom > tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top > tabs:not(:only-child):last-child, notebook > header.bottom > tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top > tabs > tab:not(:last-child), notebook > header.bottom > tabs > tab:not(:last-child) { - margin-right: 0; -} - -notebook > header.top > tabs tab.reorderable-page, notebook > header.bottom > tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left > tabs, notebook > header.right > tabs { - padding-top: 0; - padding-bottom: 0; -} - -notebook > header.left > tabs:not(:only-child):first-child, notebook > header.right > tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left > tabs:not(:only-child):last-child, notebook > header.right > tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left > tabs > tab:not(:last-child), notebook > header.right > tabs > tab:not(:last-child) { - margin-bottom: 0; -} - -notebook > header.left > tabs tab.reorderable-page, notebook > header.right > tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header > menubutton > button.image-button { - padding: 3px; - min-width: 24px; - min-height: 24px; - margin: 0 3px; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 12px; -} - -tabbar > revealer > box { - box-shadow: none; -} - -tabbar .box { - min-height: 36px; - background-color: rgba(239, 241, 245, 0.04); - background-image: none; - padding: 0; - margin: 3px; - border-radius: 12px; - border: none; - box-shadow: none; -} - -tabbar scrolledwindow.pinned undershoot { - border: 0 solid rgba(239, 241, 245, 0.12); -} - -tabbar scrolledwindow.pinned:dir(rtl) undershoot.left { - border-left-width: 1px; -} - -tabbar scrolledwindow.pinned:dir(ltr) undershoot.right { - border-right-width: 1px; -} - -tabbar scrolledwindow.pinned tabbox { - padding: 3px 3px 3px 0; -} - -tabbar scrolledwindow.pinned tabbox > tabboxchild { - margin: 0; -} - -tabbar scrolledwindow.pinned tabbox > background:dir(ltr) { - box-shadow: inset -1px 0 rgba(239, 241, 245, 0.12); -} - -tabbar scrolledwindow.pinned tabbox > background:dir(rtl) { - box-shadow: inset 1px 0 rgba(239, 241, 245, 0.12); -} - -tabbar scrolledwindow:not(.pinned) tabbox { - padding: 3px 0; -} - -tabbar scrolledwindow:not(.pinned) tabbox > tabboxchild { - margin: 0 -2px; -} - -tabbar scrolledwindow:not(.pinned) tabbox > tabboxchild + separator + tabboxchild { - margin-left: 0; -} - -tabbar undershoot { - transition: background 150ms ease-in-out; -} - -tabbar undershoot.left { - background: linear-gradient(to right, #313244, rgba(0, 0, 0, 0) 20px); -} - -tabbar undershoot.right { - background: linear-gradient(to left, #313244, rgba(0, 0, 0, 0) 20px); -} - -tabbar .needs-attention-left undershoot.left { - background: linear-gradient(to right, alpha(#cba6f7, 0.5), alpha(#cba6f7, 0.3) 1px, alpha(#cba6f7, 0) 20px); -} - -tabbar .needs-attention-right undershoot.right { - background: linear-gradient(to left, alpha(#cba6f7, 0.5), alpha(#cba6f7, 0.3) 1px, alpha(#cba6f7, 0) 20px); -} - -tabbar tabbox { - background-color: transparent; - background-image: none; - padding: 0; - margin: 0; - border: none; - box-shadow: none; -} - -tabbar tabbox > background { - background: none; -} - -tabbar tabbox > separator { - margin: 9px 0; - min-width: 1px; - background-color: rgba(30, 30, 46, 0.12); - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > tabboxchild { - padding: 0; -} - -tabbar tabbox > tabboxchild > tab { - margin: 0; -} - -tabbar tab.needs-attention { - background-image: radial-gradient(ellipse at bottom, rgba(239, 241, 245, 0.8), alpha(#cba6f7, 0.4) 10%, alpha(#cba6f7, 0) 30%); -} - -tabbar tab.needs-attention:hover { - background-image: image(alpha(currentColor, 0.03)), radial-gradient(ellipse at bottom, rgba(239, 241, 245, 0.8), alpha(#cba6f7, 0.4) 10%, alpha(#cba6f7, 0) 30%); -} - -tabbar .start-action, -tabbar .end-action { - background-color: rgba(239, 241, 245, 0.04); - background-clip: padding-box; - border-color: rgba(239, 241, 245, 0.12); - border-style: solid; - transition: background 150ms ease-in-out; -} - -tabbar .start-action button, -tabbar .end-action button { - border: none; - border-radius: 0; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - border-right-width: 1px; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - border-left-width: 1px; -} - -tabbar:not(.inline) scrolledwindow.pinned undershoot { - border-color: rgba(239, 241, 245, 0.12); -} - -tabbar:not(.inline) undershoot.left { - background: linear-gradient(to right, #1e1e2e, rgba(0, 0, 0, 0) 20px); -} - -tabbar:not(.inline) undershoot.right { - background: linear-gradient(to left, #1e1e2e, rgba(0, 0, 0, 0) 20px); -} - -tabbar:not(.inline) .needs-attention-left undershoot.left { - background: linear-gradient(to right, alpha(#cba6f7, 0.5), alpha(#cba6f7, 0.3) 1px, alpha(#cba6f7, 0) 20px); -} - -tabbar:not(.inline) .needs-attention-right undershoot.right { - background: linear-gradient(to left, alpha(#cba6f7, 0.5), alpha(#cba6f7, 0.3) 1px, alpha(#cba6f7, 0) 20px); -} - -tabbar:not(.inline) tabbox > background { - background-color: #1e1e2e; -} - -tabbar:not(.inline) .start-action, -tabbar:not(.inline) .end-action { - background-color: alpha(#1e1e2e, 0.6); - border-color: rgba(239, 241, 245, 0.12); -} - -dnd tab { - min-height: 24px; - background-color: #1e1e2e; - color: #eff1f5; - box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.09), 0 2px 14px 3px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05); - outline: 1px solid rgba(30, 30, 46, 0.75); - outline-offset: -1px; - margin: 24px; -} - -dnd tab.needs-attention { - background-image: radial-gradient(ellipse at bottom, rgba(239, 241, 245, 0.8), alpha(#cba6f7, 0.4) 10%, alpha(#cba6f7, 0) 30%); -} - -tabbar tab, -dnd tab { - padding: 6px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 24px; - min-height: 24px; - border-radius: 9999px; -} - -tabbar tab button.image-button.tab-close-button, -dnd tab button.image-button.tab-close-button { - margin-right: -3px; -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #313244; - box-shadow: none; - outline: none; -} - -scrollbar.top { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -scrollbar > range > trough { - border: none; - background: none; - padding: 0; - outline: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(239, 241, 245, 0.5); - box-shadow: none; - outline: none; -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -scrollbar > range > trough > slider:active { - background-color: #eff1f5; -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 3px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 3px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 0; - border: 1px solid rgba(49, 50, 68, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 0; - border: 1px solid rgba(49, 50, 68, 0.3); - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(41, 44, 60, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 3px; - border: none; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.5); -} - -switch:checked { - background-color: #cba6f7; -} - -switch:disabled { - opacity: 0.5; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 18px; - min-height: 18px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 0 transparent, 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - background-color: #1e1e2e; - border: none; -} - -switch:focus slider, switch:hover slider, switch:focus:hover slider { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.6), 0 3px 3px -2px transparent, 0 2px 3px -1px transparent, 0 1px 4px 0 transparent; -} - -/************************* - * Check and Radio items * - *************************/ -checkbutton, -radiobutton { - outline: none; - border-spacing: 3px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: 3px; - padding: 0; - border-radius: 9999px; - border: none; - color: transparent; - background-color: rgba(239, 241, 245, 0.12); - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); -} - -check:hover, -radio:hover { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.04); - background-color: rgba(239, 241, 245, 0.15); -} - -check:active, -radio:active { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.2); -} - -check:disabled, -radio:disabled { - background-color: rgba(239, 241, 245, 0.04); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: rgba(30, 30, 46, 0.6); - background-color: #cba6f7; -} - -check:checked:hover, check:indeterminate:hover, -radio:checked:hover, -radio:indeterminate:hover { - box-shadow: 0 0 0 6px rgba(203, 166, 247, 0.15); - background-color: #e6d5fb; -} - -check:checked:active, check:indeterminate:active, -radio:checked:active, -radio:indeterminate:active { - box-shadow: 0 0 0 6px rgba(203, 166, 247, 0.2); - background-color: #cba6f7; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(30, 30, 46, 0.6); - background-color: rgba(203, 166, 247, 0.35); -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -3px; - margin-right: 6px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: 6px; - margin-right: -3px; -} - -popover.menu check, popover.menu radio { - transition: none; - margin: 0; - padding: 0; -} - -popover.menu check:dir(ltr), popover.menu radio:dir(ltr) { - margin-right: 6px; - margin-left: -3px; -} - -popover.menu check:dir(rtl), popover.menu radio:dir(rtl) { - margin-left: 6px; - margin-right: -3px; -} - -popover.menu check, popover.menu check:hover, popover.menu check:disabled, popover.menu check:checked:hover, popover.menu check:indeterminate:hover, popover.menu radio, popover.menu radio:hover, popover.menu radio:disabled, popover.menu radio:checked:hover, popover.menu radio:indeterminate:hover { - box-shadow: none; -} - - -check { - -gtk-icon-size: 20px; -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/checkbox-mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 20px; -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/radio-mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 16px; - min-width: 16px; - -gtk-icon-size: 16px; -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/small-checkbox-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 16px; - min-width: 16px; - -gtk-icon-size: 16px; -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/small-radio-mixed-symbolic@2.svg"))); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view radio, -treeview.view check, -columnview.view radio, -columnview.view check { - padding: 0; - margin: 0; - transition: none; -} - -treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, -treeview.view check, -treeview.view check:hover, -treeview.view check:disabled, -treeview.view check:checked:hover, -treeview.view check:indeterminate:hover, -columnview.view radio, -columnview.view radio:hover, -columnview.view radio:disabled, -columnview.view radio:checked:hover, -columnview.view radio:indeterminate:hover, -columnview.view check, -columnview.view check:hover, -columnview.view check:disabled, -columnview.view check:checked:hover, -columnview.view check:indeterminate:hover { - box-shadow: none; -} - -treeview.view:hover check, -treeview.view:hover radio, treeview.view:selected check, -treeview.view:selected radio, treeview.view:focus check, -treeview.view:focus radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio { - box-shadow: none; -} - -treeview.view:hover check:checked, -treeview.view:hover radio:checked, treeview.view:selected check:checked, -treeview.view:selected radio:checked, treeview.view:focus check:checked, -treeview.view:focus radio:checked, -columnview.view:hover check:checked, -columnview.view:hover radio:checked, -columnview.view:selected check:checked, -columnview.view:selected radio:checked, -columnview.view:focus check:checked, -columnview.view:focus radio:checked { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -checkbutton.selection-mode { - border-radius: 9999px; -} - -checkbutton.selection-mode check, -checkbutton.selection-mode radio { - padding: 6px; - border-radius: 9999px; -} - -checkbutton.selection-mode check:checked, checkbutton.selection-mode check:indeterminate, -checkbutton.selection-mode radio:checked, -checkbutton.selection-mode radio:indeterminate { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -checkbutton.selection-mode label:dir(ltr) { - margin-right: 6px; -} - -checkbutton.selection-mode label:dir(rtl) { - margin-left: 6px; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(239, 241, 245, 0.3); -} - -scale > trough:disabled { - background-color: rgba(239, 241, 245, 0.12); -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#cba6f7); -} - -scale > trough > highlight:disabled { - background-color: #1e1e2e; - background-image: image(rgba(239, 241, 245, 0.32)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > trough > slider { - min-height: 18px; - min-width: 18px; - margin: -8px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9999px; - color: #cba6f7; - background-color: #313244; - box-shadow: inset 0 0 0 2px #cba6f7; -} - -scale > trough > slider:hover { - box-shadow: inset 0 0 0 2px #cba6f7, 0 0 0 8px rgba(239, 241, 245, 0.12); -} - -scale > trough > slider:active { - box-shadow: inset 0 0 0 4px #cba6f7, 0 0 0 8px rgba(239, 241, 245, 0.12); -} - -scale > trough > slider:disabled { - box-shadow: inset 0 0 0 2px rgba(239, 241, 245, 0.32); -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune > trough > slider { - margin: -7px; -} - -scale > marks, -scale > value { - color: rgba(239, 241, 245, 0.7); -} - -scale indicator { - background-color: rgba(239, 241, 245, 0.3); - color: transparent; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: rotate(45deg); - border-bottom-right-radius: 0; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -13.5px; - margin-top: 11.5px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -13.5px; - margin-right: 11.5px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -13.5px; - margin-left: 11.5px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(239, 241, 245, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.12); -} - -progressbar progress { - border-radius: 12px; - background-color: #cba6f7; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #cba6f7; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #df8e1d; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #cba6f7; -} - -levelbar block.full { - background-color: #40a02b; -} - -levelbar block.empty { - background-color: rgba(239, 241, 245, 0.12); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: #eff1f5; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; - color: #eff1f5; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(239, 241, 245, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 12px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 12px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar { - box-shadow: none; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - box-shadow: none; - background-color: #313244; - background-clip: border-box; - border: none; - color: #eff1f5; -} - -actionbar > revealer > box button, -actionbar > revealer > box entry, -actionbar > revealer > box menubutton, -actionbar > revealer > box menubutton > button, -actionbar > revealer > box splitbutton, -actionbar > revealer > box splitbutton > button, -actionbar > revealer > box spinbutton { - margin: 0; -} - -statusbar { - padding: 6px 18px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: radial-gradient(farthest-side at top, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at top, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at bottom, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: radial-gradient(farthest-side at left, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at left, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: left; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: radial-gradient(farthest-side at right, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at right, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: right; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border: none; - background-image: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: transparent; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator, separator.spacer, separator.sidebar { - min-width: 0; - min-height: 0; - background-color: transparent; - background-image: none; -} - -/********* - * Lists * - *********/ -list.content, -list.boxed-list { - border-radius: 12px; - box-shadow: none; - border: none; - background-color: transparent; -} - -list.content > row, -list.boxed-list > row { - border: none; - border-radius: 3px; - background-color: rgba(239, 241, 245, 0.04); -} - -list.content > row:hover, -list.boxed-list > row:hover, list.content > row.has-open-popup, -list.boxed-list > row.has-open-popup, list.content > row:focus, -list.boxed-list > row:focus { - background-color: rgba(239, 241, 245, 0.04); -} - -list.content > row:active, -list.boxed-list > row:active { - background-color: alpha(currentColor, 0.12); -} - -list.content > row:not(:first-child), -list.boxed-list > row:not(:first-child) { - margin-top: 3px; -} - -list.content > row:first-child, -list.boxed-list > row:first-child { - border-radius: 12px 12px 3px 3px; -} - -list.content > row:last-child, -list.boxed-list > row:last-child { - border-radius: 3px 3px 12px 12px; -} - -list.content > row:only-child, -list.boxed-list > row:only-child { - border-radius: 12px; -} - -listview, -list { - border-color: rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.04); - background-clip: padding-box; -} - -listview > row, -list > row { - padding: 6px; - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator:not(:last-child), listview.separators.horizontal > row:not(.separator):not(:last-child), -list.horizontal row.separator:not(:last-child), -list.separators.horizontal > row:not(.separator):not(:last-child) { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -listview:not(.horizontal) row.separator:not(:last-child), listview.separators:not(.horizontal) > row:not(.separator):not(:last-child), -list:not(.horizontal) row.separator:not(:last-child), -list.separators:not(.horizontal) > row:not(.separator):not(:last-child) { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -leaflet scrolledwindow listview, leaflet scrolledwindow list { - background-color: transparent; -} - -list.frame { - border-radius: 12px; -} - -listview.view { - color: #eff1f5; - background-color: transparent; -} - -popover.menu listview.view { - padding: 0; -} - -popover.menu listview.view > row { - margin-left: 0; - margin-right: 0; - border-radius: 12px; -} - -row { - color: rgba(239, 241, 245, 0.7); - background-clip: padding-box; -} - -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; -} - -.nautilus-window .nautilus-grid-view child.activatable, columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), font-weight 0; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:focus, columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - color: #eff1f5; - background-color: transparent; - box-shadow: none; - outline: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:hover, columnview.view > header > button:hover, -treeview.view > header > button:hover, .nautilus-window .nautilus-grid-view child.has-open-popup.activatable, columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, row.activatable:hover, row.activatable.has-open-popup { - color: #eff1f5; - background-color: alpha(currentColor, 0.05); - box-shadow: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:active, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, font-weight 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.05); - color: #eff1f5; - box-shadow: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:selected, columnview.view > header > button:selected, -treeview.view > header > button:selected, row.activatable:selected { - background-color: alpha(currentColor, 0.06); -} - -.nautilus-window .nautilus-grid-view child.activatable:selected:hover, columnview.view > header > button:selected:hover, -treeview.view > header > button:selected:hover, row.activatable:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -button row.activatable:focus, button row.activatable:hover, button row.activatable:active { - box-shadow: none; - background: none; -} - -button:checked row.activatable { - color: rgba(30, 30, 46, 0.87); -} - -row:selected { - background-color: alpha(currentColor, 0.06); - color: inherit; - box-shadow: none; -} - -row:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -row:selected:focus, row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -row:selected:focus:hover, row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -row:selected image, -row:selected label { - color: #eff1f5; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(239, 241, 245, 0.5); -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 9px 12px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row:last-child { - border-bottom: none; -} - -.rich-list > row > box { - border-spacing: 12px; -} - -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - border-spacing: 6px; - min-height: 50px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.45); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; - padding: 0; -} - -row > box.header > box.title, -row > box.header > box.title > .title { - padding: 0; - font-weight: bold; - color: #eff1f5; -} - -row > box.header > box.title > .subtitle { - padding: 2px 0; - font-weight: normal; - color: rgba(239, 241, 245, 0.7); -} - -row > box.header > .prefixes, -row > box.header > .suffixes { - border-spacing: 6px; -} - -row > box.header > .icon:dir(ltr), -row > box.header > .prefixes:dir(ltr) { - margin-right: 6px; -} - -row > box.header > .icon:dir(rtl), -row > box.header > .prefixes:dir(rtl) { - margin-left: 6px; -} - -row.entry .edit-icon, -row.entry .indicator { - min-width: 24px; - min-height: 24px; - padding: 5px; -} - -row.entry .edit-icon:disabled { - opacity: 0.5; -} - -row.entry .indicator { - opacity: 0.65; -} - -row.entry.monospace { - font-family: inherit; -} - -row.entry.monospace text { - font-family: monospace; -} - -row.entry.error text > selection:focus-within { - background-color: alpha(#d20f39, 0.2); -} - -row.entry.error text > cursor-handle > contents { - background-color: currentColor; -} - -row.entry.warning text > selection:focus-within { - background-color: alpha(#df8e1d, 0.2); -} - -row.entry.warning text > cursor-handle > contents { - background-color: currentColor; -} - -row.entry.success text > selection:focus-within { - background-color: alpha(#40a02b, 0.2); -} - -row.entry.success text > cursor-handle > contents { - background-color: currentColor; -} - -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.45); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - color: inherit; - background-color: transparent; -} - -row.expander list.nested > row { - background-color: transparent; - border: none; - background-image: none; - transition: none; - animation: none; -} - -row.expander image.expander-row-arrow { - transition: -gtk-icon-transform 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.45); -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); - opacity: 1; -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #cba6f7; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -list.content > row.expander row.header, -list.boxed-list > row.expander row.header { - background-color: transparent; - border: none; - box-shadow: none; -} - -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview.column-separators > listview > row > cell { - border-left-color: rgba(239, 241, 245, 0.12); -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -treeexpander { - border-spacing: 6px; -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #cba6f7; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 0; - padding: 0; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #cba6f7; -} - -.app-notification > box > label { - margin-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(239, 241, 245, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: #eff1f5; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(239, 241, 245, 0.32); -} - -expander-widget > box > title { - border-radius: 12px; -} - -expander-widget > box > title:hover > expander { - color: rgba(239, 241, 245, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 12px; - color: #eff1f5; -} - -calendar:disabled { - color: rgba(239, 241, 245, 0.5); -} - -calendar:selected { - border-radius: 12px; -} - -calendar > header { - padding: 3px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -calendar > header > button { - min-height: 24px; -} - -calendar > grid { - margin: 3px; -} - -calendar > grid > label { - border-radius: 12px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button { - border-radius: 0; - min-height: 28px; - padding: 6px 12px; - margin: 0; - border: none; -} - -window.messagedialog .response-area > box > button:first-child, window.dialog.message .dialog-action-area > button:first-child { - border-radius: 0 0 0 12px; -} - -window.messagedialog .response-area > box > button:last-child, window.dialog.message .dialog-action-area > button:last-child { - border-radius: 0 0 12px 0; -} - -window.messagedialog .response-area > box > button:only-child, window.dialog.message .dialog-action-area > button:only-child { - border-radius: 0 0 12px 12px; -} - -window.dialog.message.background { - background-color: #292c3c; -} - -window.dialog.message box.dialog-vbox.vertical { - margin-top: 6px; - border-spacing: 24px; -} - -window.dialog.message box.dialog-vbox.vertical > box.vertical { - margin-bottom: 6px; -} - -window.dialog.message box.dialog-vbox.vertical > box > box > box > label.title { - font-weight: 800; - font-size: 15pt; -} - -window.dialog.message .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; - color: #eff1f5; -} - -window.dialog.message .titlebar:backdrop { - background-color: #292c3c; - color: rgba(239, 241, 245, 0.7); -} - -window.dialog.message .dialog-action-area { - border-top: 1px solid rgba(239, 241, 245, 0.12); - margin: 0; - border-spacing: 0; -} - -window.dialog.message .dialog-action-area > button { - border: none; -} - -window.dialog.message .dialog-action-area > button:not(:last-child) { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -window.dialog.message .dialog-action-area > button.suggested-action:not(:disabled) { - color: #1e66f5; -} - -window.dialog.message .dialog-action-area > button.destructive-action:not(:disabled) { - color: #d20f39; -} - -window.aboutdialog.background.csd scrolledwindow.frame, -window.aboutdialog.background.csd scrolledwindow.frame > viewport.view, -window.aboutdialog.background.csd scrolledwindow.frame > textview.view, -window.aboutdialog.background.csd scrolledwindow.frame > textview.view > text { - border-radius: 12px; -} - -/******************** - * AdwMessageDialog * - ********************/ -window.messagedialog { - background-color: #292c3c; - color: #eff1f5; -} - -window.messagedialog .message-area { - padding: 24px 30px; - border-spacing: 10px; -} - -window.messagedialog .response-area > box > button.suggested { - color: #cba6f7; -} - -window.messagedialog .response-area > box > button.destructive { - color: #d20f39; -} - -window.messagedialog.csd:not(.solid-csd) { - border-radius: 12px; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button { - margin: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:first-child { - margin-left: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:last-child { - margin-right: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button { - margin-top: 0; - margin-bottom: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; - margin-bottom: 0; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; - color: inherit; -} - -leaflet.unfolded > box > stacksidebar.sidebar { - border: none; -} - -stacksidebar list { - padding: 6px; - background-color: transparent; -} - -stacksidebar row { - min-height: 24px; - padding: 6px; - border-radius: 6px; -} - -stacksidebar row:selected { - font-weight: 500; - background-color: rgba(239, 241, 245, 0.04); -} - -stacksidebar row + row { - margin-top: 3px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(239, 241, 245, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(239, 241, 245, 0.12); -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 2px 4px; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.background { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar > separator { - margin: 3px 0; -} - -.navigation-sidebar > row { - min-height: 24px; - padding: 0 6px 0 6px; - margin: 1px; - border-radius: 9px; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:active { - background-color: alpha(currentColor, 0.12); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.08); - box-shadow: none; -} - -.navigation-sidebar > row:selected label, -.navigation-sidebar > row:selected image { - color: #cba6f7; - font-weight: 700; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.navigation-sidebar > row:not(:first-child) { - margin-top: 3px; -} - -/**************** - * File chooser * - ****************/ -filechooser paned > separator { - background: rgba(239, 241, 245, 0.12); -} - -filechooser paned > box #pathbarbox.view, -filechooser paned > box stack.view, -filechooser paned > box columnview.view, -filechooser paned > box gridview.view { - background-color: transparent; -} - -filechooser .dialog-action-box { - border: none; -} - -filechooser #pathbarbox { - border: none; - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -placessidebar { - background-color: transparent; -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar list.navigation-sidebar > row image.sidebar-icon { - color: inherit; -} - -placessidebar list.navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar list.navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar list.navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar list.navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar list.navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar list.navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar list.navigation-sidebar > row.sidebar-new-bookmark-row { - color: #cba6f7; -} - -placessidebar list.navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #cba6f7; -} - -placessidebar list.navigation-sidebar > row:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 6px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(#4a4b5a); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1e1e2e; - background-image: image(#4a4b5a), image(#4a4b5a); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 12px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar > revealer > box { - padding: 6px; - border-spacing: 12px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #313244; - color: #eff1f5; -} - -infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -) { - color: #cba6f7; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: transparent; - color: #eff1f5; - border-radius: 9px; - border: none; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: #eff1f5; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: rgba(239, 241, 245, 0.04); -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #df8e1d; - color: #eff1f5; -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: #eff1f5; -} - -infobar.warning:hover > revealer > box { - background-color: #c8801a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #d20f39; - color: #eff1f5; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: #eff1f5; -} - -infobar.error:hover > revealer > box { - background-color: #ba0d33; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 6px 12px; - box-shadow: none; - border: none; -} - -tooltip.background { - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - border-radius: 12px; - margin: 2px 6px 8px 6px; -} - -tooltip > box { - border-spacing: 6px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -colorswatch.top overlay { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -colorswatch.bottom { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.dark { - color: #eff1f5; -} - -colorswatch.light { - color: rgba(30, 30, 46, 0.87); -} - -colorchooser colorswatch:hover { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 0 0 2px #cba6f7; -} - -colorswatch#add-color-button { - border-radius: 12px 0 0 12px; - color: #eff1f5; -} - -colorswatch#add-color-button:only-child { - border-radius: 12px; -} - -colorswatch#add-color-button overlay { - background-color: rgba(239, 241, 245, 0.04); -} - -colorswatch#add-color-button overlay:hover { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -colorswatch#add-color-button overlay:active { - background-color: rgba(239, 241, 245, 0.3); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay:hover { - box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1e1e2e; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - border-radius: 12px; - outline: none; - margin: 0; - transition: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-top, window.csd.tiled-right, window.csd.tiled-bottom, window.csd.tiled-left { - border-radius: 0; - transition: none; -} - -window.csd.maximized, window.csd.fullscreen { - box-shadow: none; - outline: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - background-color: #1e1e2e; - border: 1px solid #4a4b5a; -} - -window.solid-csd:backdrop { - background-color: #1e1e2e; -} - -window.ssd { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -windowcontrols button:not(.suggested-action):not(.destructive-action) { - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 0 2px; -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:not(.suggested-action):not(.destructive-action), windowcontrols button.close:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.close:not(.suggested-action):not(.destructive-action) image { - padding: 0; -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.25); -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -windowcontrols button.minimize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:not(.suggested-action):not(.destructive-action) { - background-color: rgba(239, 241, 245, 0.3); -} - -windowcontrols button.minimize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.5); -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) { - background-color: #fab387; -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.4); -} - -windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.6); -} - -windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) { - background-color: #a6e3a1; -} - -windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.4); -} - -windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.6); -} - -windowcontrols button.close:not(.suggested-action):not(.destructive-action) { - background-color: #f38ba8; -} - -windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.4); -} - -windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.6); -} - -windowcontrols { - border-spacing: 6px; -} - -windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { - margin-right: 6px; - margin-left: 6px; -} - -windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { - margin-left: 6px; - margin-right: 6px; -} - - -.view:selected, iconview:selected, gridview > child:selected, columnview.view:selected, -treeview.view:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -flowbox > flowboxchild:selected, .link selection, calendar > grid > label.today { - color: #cba6f7; - background-color: rgba(203, 166, 247, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, -entry > text > selection, spinbutton > text > selection, -entry headerbar popover.background entry > text > selection, -headerbar popover.background entry entry > text > selection, calendar > grid > label.today:selected { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -.monospace { - font-family: monospace; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #cba6f7; - -gtk-icon-source: -gtk-recolor(url("assets/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(239, 241, 245, 0.12); - border-radius: 13px; - box-shadow: inset 0 -2px rgba(239, 241, 245, 0.12); - background-color: #292c3c; - color: #eff1f5; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #cba6f7; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 15px; - background-color: rgba(239, 241, 245, 0.04); - border: none; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action) { - margin: 0; - border-radius: 9999px; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action):not(:hover):not(:active):not(:checked) { - background-color: transparent; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { - box-shadow: none; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action):checked:hover { - box-shadow: none; - background-color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1); -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 6px; - border-spacing: 6px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background: none; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 3px; - border-top: 1px solid rgba(239, 241, 245, 0.12); - background: none; -} - -button.emoji-section { - margin: 0; - padding: 6px; - border-radius: 12px; -} - -button.emoji-section:checked { - color: #cba6f7; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, -emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.view { - background-color: #1e1e2e; -} - -.nautilus-window .sidebar-pane { - background-color: #1e1e2e; - color: #eff1f5; -} - -.nautilus-window .sidebar-pane:backdrop { - background-color: #1e1e2e; - transition: none; -} - -.nautilus-window placesview label { - color: rgba(239, 241, 245, 0.7); -} - -.nautilus-window flap > separator { - background-color: transparent; -} - -.nautilus-window .nautilus-grid-view .view, -.nautilus-window .nautilus-list-view .view { - background-color: transparent; -} - -.nautilus-window .nautilus-grid-view gridview.view { - margin: 6px; - padding: 6px; -} - -.nautilus-window tabbar .box { - background-color: transparent; - box-shadow: none; - padding: 0; -} - -.nautilus-window tabbar .box:backdrop { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window tabbox, .nautilus-window tabbox:backdrop { - transition: none; - background-color: transparent; -} - -.nautilus-window tabbox > tabboxchild > tab { - color: rgba(239, 241, 245, 0.7); -} - -.nautilus-window tabbox > tabboxchild > tab:hover { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; -} - -.nautilus-window tabbox > tabboxchild > tab:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.nautilus-window tabbox > tabboxchild > tab:checked, .nautilus-window tabbox > tabboxchild > tab:selected { - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; - box-shadow: none; -} - -.nautilus-window tabbox > tabboxchild > tab:checked:disabled, .nautilus-window tabbox > tabboxchild > tab:selected:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.nautilus-window tabbox > tabboxchild > tab button.tab-close-button { - color: #eff1f5; -} - -.nautilus-window tabbox > tabboxchild > tab button.tab-close-button:hover, .nautilus-window tabbox > tabboxchild > tab button.tab-close-button:active { - color: #eff1f5; -} - -.nautilus-window tabbox > tabboxchild > tab button.tab-close-button:disabled { - color: #eff1f5; -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - margin: 6px; - border-style: none; - border-radius: 9px; - background-color: #1e1e2e; - color: #cba6f7; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -.nautilus-window .floating-bar button { - margin: 4px; - color: rgba(30, 30, 46, 0.87); -} - -.nautilus-window banner > revealer > widget { - color: #eff1f5; - background-color: rgba(49, 50, 68, 0.5); - border-radius: 9px; - margin: 9px; -} - -.nautilus-window banner > revealer > widget:hover { - background-color: #313244; - border-radius: 9px; - margin: 9px; -} - -.nautilus-window banner > revealer > widget button { - color: #eff1f5; - background-color: rgba(203, 166, 247, 0.3); -} - -.nautilus-window banner > revealer > widget button:hover { - background-color: rgba(203, 166, 247, 0.6); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; - padding: 3px; - margin-right: -5px; -} - -#NautilusQueryEditor > menubutton > button.image-button:checked image { - color: rgba(30, 30, 46, 0.87); -} - -#NautilusQueryEditor > text, -#NautilusQueryEditor > box, -#NautilusQueryEditor > menubutton { - margin: 3px 0; -} - -#NautilusQueryEditorTag { - background-color: rgba(239, 241, 245, 0.12); -} - -#NautilusQueryEditorTag > button.image-button { - margin: 0; - padding: 0; -} - -#NautilusPathBar { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - margin: 6px 0; -} - -#NautilusPathButton { - margin: 0 3px; - border-radius: 12px; -} - -#NautilusPathButton.current-dir { - color: #cba6f7; -} - -#NautilusPathButton.current-dir:hover, #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -.display-container.card { - background-color: #313244; -} - -.small .display-container.card { - border-radius: 0; - box-shadow: none; - border-width: 0 0 1px 0; -} - -.display-container .history-view { - background-color: transparent; -} - -.display-container #displayitem { - padding: 0 12px 8px 0; - font-size: 1.4em; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.math-buttons button { - font-size: 1.1em; - padding: 2px 6px; -} - -.math-buttons button.text-button { - padding-left: 16px; - padding-right: 16px; -} - -leaflet button.number-button { - background-color: rgba(239, 241, 245, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(239, 241, 245, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(239, 241, 245, 0.3); -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 12px; -} - -label.primary-label, label.month-name { - color: #cba6f7; -} - -label.secondary-label { - color: rgba(239, 241, 245, 0.5); -} - -toastoverlay datechooser.view, -toastoverlay agenda-view.view, -toastoverlay agenda-view.view list, -toastoverlay stack.view { - background-color: transparent; -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #cba6f7; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(239, 241, 245, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#cba6f7, 0.3); -} - -popover.events { - background-color: #292c3c; - padding: 0; -} - -popover.events box { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -popover.events list { - background-color: #313244; - border-radius: 12px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 12px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 12px; -} - -event.timed widget.edge { - border-radius: 6px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 6px 6px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 6px 0 0 6px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #313244; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -menubutton.flat.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -menubutton.flat.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -menubutton.flat.sources-button > button { - border-radius: 0 0 12px 12px; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser { - padding: 6px; -} - -datechooser .current-week { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - border-radius: 12px; -} - -datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button.flat, -datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; - padding: 0; -} - -datechooser .weeknum, -datechooser .weekday { - color: rgba(239, 241, 245, 0.5); - font-size: smaller; -} - -datechooser button.day { - font-size: 10pt; - font-weight: normal; - margin: 3px; - padding: 0; - min-height: 36px; - min-width: 36px; - transition: none; -} - -datechooser button.day dot { - background-color: #eff1f5; - border-radius: 50%; - min-height: 3px; - min-width: 3px; -} - -datechooser button.day:selected, datechooser button.day.today:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot { - background-color: rgba(30, 30, 46, 0.87); -} - -datechooser button.day.today { - color: #cba6f7; -} - -datechooser button.day.today dot { - background-color: #cba6f7; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop { - color: rgba(239, 241, 245, 0.32); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot { - background-color: rgba(239, 241, 245, 0.32); -} - -datechooser button.day.other-month:hover:not(:backdrop) { - color: rgba(239, 241, 245, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot { - background-color: rgba(239, 241, 245, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 12px 12px 18px 12px; - color: rgba(239, 241, 245, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(239, 241, 245, 0.5); -} - -.week-header.lines { - color: rgba(239, 241, 245, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 6px; -} - -.week-view .lines { - color: rgba(239, 241, 245, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#cba6f7, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#cba6f7, 0.25); -} - -monthcell { - border: solid 1px rgba(239, 241, 245, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #313244; - transition: background-color 200ms; - color: #eff1f5; -} - -monthcell:selected { - background-color: alpha(#cba6f7, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#cba6f7, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#cba6f7, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#cba6f7, 0.3); - color: #cba6f7; -} - -monthcell.today:selected { - background-color: alpha(#cba6f7, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#cba6f7, 0.35); -} - -monthcell label { - color: #eff1f5; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(239, 241, 245, 0.04); -} - -monthcell.out-of-month label { - color: rgba(239, 241, 245, 0.7); -} - -monthcell button { - padding: 0 6px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 12px; - padding: 6px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list.background > row { - padding: 2px 12px; -} - -agenda-view list.background > label { - padding: 6px 12px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -menubutton stack > box { - border-spacing: 6px; -} - -#TweakPreferencesPage.tweak-group label.subtitle { - color: rgba(239, 241, 245, 0.32); -} - -#TweakPreferencesPage label.dim-label { - color: rgba(239, 241, 245, 0.32); -} - -.tweak-titlebar-left { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - border-top-left-radius: 12px; -} - -.tweak-titlebar-left:backdrop { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - border-top-left-radius: 12px; -} - -.sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow .dim-label, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow row label.subtitle, row .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow label.subtitle, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow row.expander image.expander-row-arrow, row.expander .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow image.expander-row-arrow { - color: rgba(30, 30, 46, 0.38); -} - -.details-page { - margin: 24px 0px; -} - -.installed-overlay-box { - font-size: smaller; - background-color: #cba6f7; - border-radius: 0; - color: rgba(30, 30, 46, 0.87); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -} - -screenshot-carousel box.frame { - border-width: 1px 0; - border-radius: 0; -} - -screenshot-carousel button, -.featured-carousel button { - margin: 12px; -} - -carousel.card { - border: none; - background-color: rgba(239, 241, 245, 0.04); -} - -.smaller { - font-size: smaller; -} - -.screenshot-image-main .image1, -.screenshot-image-main .image2 { - margin-top: 6px; - margin-bottom: 12px; - margin-left: 6px; - margin-right: 6px; -} - -.app-tile-label { - font-size: 105%; -} - -gs-summary-tile image.loading-icon { - background-color: rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.review-row > box { - margin: 12px; - border-spacing: 3px; -} - -.review-row textview { - background: none; -} - -.review-row .edit-icon { - min-width: 24px; - min-height: 24px; - padding: 6px; -} - -.review-textbox { - padding: 6px; -} - -.origin-rounded-box { - background-color: rgba(239, 241, 245, 0.12); - border-radius: 9999px; - padding: 4px; -} - -.origin-beta { - color: #df8e1d; -} - -.origin-button > button { - padding: 3px 9px; -} - -clamp.medium .category-tile:not(.category-tile-iconless) { - font-size: large; -} - -clamp.large .category-tile:not(.category-tile-iconless) { - font-size: larger; -} - -flowboxchild.card:not(.category-tile) { - padding: 0; - box-shadow: none; - border: none; - background-color: transparent; - background-image: none; -} - -.category-tile.card { - padding: 21px; - border: none; - border-radius: 12px; - min-width: 140px; - font-weight: 900; - font-size: larger; -} - -.category-tile.card:not(.category-tile-iconless), .category-tile.card:not(.category-tile-iconless):active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - animation: none; -} - -.category-tile.card.category-tile-iconless { - padding: 9px 15px; - min-width: 130px; - font-size: 105%; - font-weight: normal; -} - -.category-tile.card.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.card.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); - color: white; -} - -.category-tile.card.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); - color: white; -} - -.category-tile.card.category-develop { - background-color: #5e5c64; - color: white; -} - -.category-tile.card.category-develop:hover { - background-color: shade(#5e5c64, 1.2); - color: white; -} - -.category-tile.card.category-develop:active { - background-color: shade(#5e5c64, 0.95); - color: white; -} - -.category-tile.card.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.card.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); - color: white; -} - -.category-tile.card.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); - color: white; -} - -.category-tile.card.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.card.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); - color: #393484; -} - -.category-tile.card.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); - color: #393484; -} - -.category-tile.card.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(239, 241, 245, 0.7); -} - -.category-tile.card.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.card.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.card.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(239, 241, 245, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(239, 241, 245, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; - background-repeat: repeat; -} - -.category-tile.card.category-work:hover { - color: #1c71d8; - background-color: #fefcef; - background-image: linear-gradient(rgba(239, 241, 245, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(239, 241, 245, 0.12) 1px, transparent 1px); -} - -.category-tile.card.category-work:active { - color: #1c71d8; - background-color: #fcf4bf; - background-image: linear-gradient(rgba(239, 241, 245, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(239, 241, 245, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; - background-repeat: repeat; -} - -.featured-tile { - padding: 0; - box-shadow: none; - color: #eff1f5; -} - -.featured-tile label.title-1 { - margin-top: 6px; - margin-bottom: 6px; -} - -.featured-tile.narrow label.title-1 { - font-size: 16pt; -} - -.application-details-infobar, .application-details-infobar.info { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - border: 1px solid rgba(239, 241, 245, 0.12); -} - -.application-details-infobar.warning { - background-color: #df8e1d; - color: #eff1f5; - border: 1px solid rgba(239, 241, 245, 0.12); -} - -.card.info { - background-color: #1f1f2f; - color: #eff1f5; -} - -.card.warning { - background-color: #1f1f2e; - color: #eff1f5; -} - -.infobox { - border-spacing: 6px; - padding: 12px; -} - -@keyframes install-progress-unknown-move { - 0% { - background-position: 0%; - } - 50% { - background-position: 100%; - } - 100% { - background-position: 0%; - } -} - -.application-details-description .button { - padding-left: 24px; - padding-right: 24px; -} - -.install-progress { - background-image: linear-gradient(to top, #cba6f7 2px, alpha(#cba6f7, 0) 2px); - background-repeat: no-repeat; - background-position: 0 bottom; - background-size: 0; - transition: none; -} - -.install-progress:dir(rtl) { - background-position: 100% bottom; -} - -.review-row > * { - margin: 12px; -} - -.review-row button { - font-size: smaller; -} - -.review-row .vote-buttons button { - margin-right: -1px; -} - -.review-row .vote-buttons button:not(:first-child) { - border-image: linear-gradient(to top, rgba(239, 241, 245, 0.12), rgba(239, 241, 245, 0.12)) 0 0 0 1/5px 0 5px 1px; -} - -.review-row .vote-buttons button:hover, -.review-row .vote-buttons button:active, -.review-row .vote-buttons button:hover + button, -.review-row .vote-buttons button:active + button { - border-image: none; -} - -review-bar { - color: rgba(239, 241, 245, 0.5); - background-image: none; - background-color: rgba(239, 241, 245, 0.3); -} - -.review-histogram star-image { - color: rgba(239, 241, 245, 0.5); -} - -.version-arrow-label { - font-size: x-small; -} - -.overview-more-button { - font-size: smaller; - padding: 0 16px; -} - -.app-row-origin-text { - font-size: smaller; -} - -.app-listbox-header { - padding: 6px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.image-list { - background-color: transparent; -} - -box.star { - background-color: transparent; - background-image: none; -} - -button.star { - outline-offset: 0; - background-color: transparent; - background-image: none; - border-image: none; - border-radius: 0; - border-width: 0; - padding: 0; - box-shadow: none; - outline-offset: -1px; -} - -flowboxchild { - padding: 0px; -} - -star-image > image.starred { - color: #f9e2af; - transition-duration: 200ms; -} - -star-image > image.starred:hover { - color: #df8e1d; -} - -star-image > image.non-starred { - opacity: 0.2; - transition-duration: 200ms; -} - -star-image > image.non-starred:hover { - color: #f9e2af; - opacity: 0.7; -} - -.dimmer-label { - opacity: 0.25; -} - -.update-failed-details { - font-family: Monospace; - font-size: smaller; - padding: 16px; -} - -.upgrade-banner { - padding: 0px; - border-radius: 12px; - border: none; -} - -.upgrade-banner-background { - background: linear-gradient(to bottom, #40a02b, #1e66f5); - color: white; -} - -.upgrade-buttons #button_upgrades_install, -.upgrade-buttons #button_upgrades_install_cancel { - padding-left: 16px; - padding-right: 16px; -} - -scrolledwindow.list-page > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -.update-preferences preferencesgroup > box > box { - margin-top: 18px; -} - -.section > label:not(:first-child) { - margin-top: 6px; -} - -.section > box:not(:first-child) { - margin-top: 12px; -} - -clamp.status-page { - margin: 36px 12px; -} - -clamp.status-page .iconbox { - min-height: 128px; - min-width: 128px; -} - -clamp.status-page .icon { - color: rgba(239, 241, 245, 0.5); - min-height: 32px; - min-width: 32px; -} - -clamp.status-page .icon:not(:last-child) { - margin-bottom: 36px; -} - -clamp.status-page .title:not(:last-child) { - margin-bottom: 12px; -} - -app-context-bar .context-tile { - border: 1px solid rgba(239, 241, 245, 0.12); - background-color: transparent; - border-radius: 0; - padding: 24px 12px 21px 12px; - outline-offset: 5px; - transition-property: outline, outline-offset, background-image; - border-bottom: none; - border-right: none; -} - -app-context-bar .context-tile:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); -} - -app-context-bar .context-tile.keyboard-activating, app-context-bar .context-tile:active { - background-color: alpha(currentColor, 0.12); -} - -app-context-bar .context-tile:focus:focus-visible { - outline-offset: -1px; -} - -app-context-bar.horizontal box:first-child .context-tile:first-child, app-context-bar.vertical .context-tile:first-child { - border-left: none; -} - -app-context-bar.horizontal .context-tile, app-context-bar.vertical box:first-child .context-tile { - border-top: none; -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 12px 12px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 12px 0 0 12px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(239, 241, 245, 0.12); -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 6px; - font-size: 18px; - font-weight: bold; - border-radius: 9999px; -} - -.context-tile-lozenge.large { - font-size: 24px; - padding: 16px; - min-width: 24px; - /* 60px minus the left and right padding */ - min-height: 24px; - /* 60px minus the top and bottom padding */ -} - -.context-tile-lozenge.wide-image image { - margin-top: -28px; - margin-bottom: -28px; -} - -.context-tile-lozenge image { - -gtk-icon-style: symbolic; -} - -.context-tile-lozenge.grey { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #28641b; - background-color: rgba(64, 160, 43, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1e66f5; - background-color: rgba(30, 102, 245, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #9b6314; - background-color: rgba(223, 142, 29, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #fe640b; - background-color: rgba(254, 100, 11, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #8b0a26; - background-color: rgba(210, 15, 57, 0.15); -} - -.eol-red { - font-weight: bold; - color: #d20f39; -} - -window.narrow .app-title { - font-size: 16pt; -} - -window.narrow .app-developer { - font-size: small; -} - -.install-progress-label { - font-size: smaller; - font-feature-settings: 'tnum'; -} - -scrolledwindow.fake-adw-status-page > viewport > box { - margin: 36px 12px; -} - -scrolledwindow.fake-adw-status-page -> viewport -> box -> clamp:not(:last-child) -> box { - margin-bottom: 36px; -} - -scrolledwindow.fake-adw-status-page -> viewport -> box -> clamp -> box -> .icon:not(:last-child) { - margin-bottom: 36px; -} - -scrolledwindow.fake-adw-status-page -> viewport -> box -> clamp -> box -> .title:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.icon-dropshadow image.icon { - -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); -} - -window.info scrollbar.vertical { - margin-top: 48px; - background: none; - box-shadow: none; -} - -window.info scrollbar.vertical trough { - margin-top: 0; -} - -row.app > box.header { - margin-left: 12px; - margin-right: 12px; -} - -row.app > box.header { - border-spacing: 12px; -} - -row.app > box.header > image { - margin-top: 12px; - margin-bottom: 12px; -} - -row.app label.warning { - color: #d20f39; -} - -@keyframes pre-delay { - from { - opacity: 0; - } - to { - opacity: 0; - } -} - -@keyframes fade-in { - from { - filter: opacity(0%); - } -} - -/* Give a fade-in animation to spinners. */ -spinner.fade-in:checked { - animation: pre-delay 0.5s linear 1, fade-in 1s linear 1, spin 1s linear infinite; - animation-delay: 0s, 0.5s, 0.5s; -} - -window > contents > leaflet > box > stack.background { - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, transparent 48px, #1e1e2e 48px, #1e1e2e); -} - -@define-color weather_temp_chart_fill_color rgba(223, 142, 29, 0.5); -@define-color weather_temp_chart_stroke_color #b27117; -@define-color weather_thermometer_warm_color #df8e1d; -@define-color weather_thermometer_cold_color #1e66f5; -#places-label { - font-weight: bold; -} - -#temperature-label { - font-size: 32pt; - font-weight: 900; - margin-left: 9px; -} - -#conditions-grid *:backdrop { - color: rgba(239, 241, 245, 0.7); -} - -.content-view.cell { - font-weight: bold; -} - -#locationEntry { - margin: 6px; -} - -.weather-popover { - margin-top: 6px; -} - -.forecast-card { - transition: border-radius 100ms ease-out; - border-radius: 12px; -} - -.forecast-card separator { - background-color: #1e1e2e; -} - -#daily-forecast-box > separator:last-child { - background-color: transparent; - min-width: 0; -} - -#conditions-grid, -#attributionGrid { - margin-left: 18px; - margin-right: 18px; -} - -#weather-page .small .forecast-card { - margin-left: 0; - margin-right: 0; - border-radius: 0; - border-width: 1px 0; -} - -.forecast-temperature-label { - font-weight: bold; - color: #ae7b03; -} - -WeatherThermometer { - margin-bottom: 12px; -} - -WeatherThermometer > label.high { - font-weight: bold; - color: #df8e1d; -} - -WeatherThermometer > label.low { - font-weight: bold; - color: #1e66f5; -} - -.forecast-button { - margin: 0 12px; -} - -.forecast-graphic { - margin: 18px; -} - -button.osd.circular { - border-radius: 9999px; - min-width: 24px; - min-height: 24px; -} - -button.osd.circular > image { - padding: 0; -} - -scrolledwindow.inline list, -scrolledwindow.inline listview { - background: none; - color: inherit; -} - -scrolledwindow.inline undershoot.top { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.12); -} - -.search-view { - background-color: #89b4fa; - color: rgba(30, 30, 46, 0.87); -} - -.search-view menubutton button:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.3); -} - -image.circular { - min-width: 36px; - min-height: 36px; - padding: 0; - border-radius: 9999px; -} - -#gnome-system-monitor.background.csd { - background-color: #1e1e2e; -} - -#gnome-system-monitor treeview.view { - background-color: #313244; - padding: 4px; - border-radius: 9px; -} - -.large-button { - padding: 6px; -} - -.alarm-time { - font-size: 2.5em; - font-weight: 300; -} - -.clocks-ampm-toggle-button, -.clocks-secondary-standalone-label { - font-size: 18pt; -} - -.clocks-standalone-label, -.clocks-ringing-label { - font-size: 6em; - font-weight: 300; -} - -.clocks-ringing-title { - font-size: 1.5em; - font-weight: bold; -} - -.clocks-alarm-setup-time { - font-size: 32pt; -} - -.clocks-timer-label, -.clocks-spinbutton { - font-size: 48pt; -} - -.timer-panel .timer-header { - font-size: 20pt; - font-weight: 300; -} - -.timer-countdown { - font-size: 40pt; - font-weight: 300; -} - -/* Stopwatch Panel */ -.lap-time { - font-weight: bold; -} - -.stopped-stopwatch label, -.running-stopwatch label, -.paused-stopwatch label { - font-size: 70px; - font-weight: lighter; -} - -.stopped-stopwatch .seconds-label { - font-weight: 300; -} - -.running-stopwatch .seconds-label, -.running-stopwatch .miliseconds-label { - color: #cba6f7; -} - -.stopped-stopwatch .miliseconds-label, -.running-stopwatch .miliseconds-label, -.paused-stopwatch .miliseconds-label { - font-size: 50px; -} - -.running-stopwatch .seconds-label, -.paused-stopwatch .seconds-label { - font-weight: 300; -} - -.clock-location { - font-weight: bolder; -} - -.hidden { - opacity: 0; -} - -.clock-time { - font-size: 2em; - padding: 0.2em 0.5em; - border-radius: 1em; -} - -.none .clock-time { - background: alpha(currentColor, 0.2); -} - -.night .clock-time { - color: #89b4fa; - background-color: alpha(#1e66f5, 0.25); -} - -.naut .clock-time, -.astro .clock-time { - color: #fab387; - background-color: alpha(#fe640b, 0.25); -} - -.civil .clock-time, -.day .clock-time { - color: #f9e2af; - background: alpha(#df8e1d, 0.25); -} - -headerbar splitbutton notification button { - margin: 0; - min-height: 24px; - min-width: 24px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 3px; -} - -.frameheader.header { - min-height: 24px; - background-color: #313244; -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 3px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 24px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button { - border-radius: 0; -} - -.style-variant { - padding: 0 12px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 12px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(239, 241, 245, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(239, 241, 245, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #cba6f7; -} - -playlistview scrollbar.overlay-indicator.dragging, playlistview scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -playlistview queuerow picture.cover, -playlistview queuerow image.card { - border: none; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -/* Tagger */ -list.music-list { - margin: -40px 0; - background-color: transparent; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: #eff1f5; -} - -avatar.image { - background: none; -} - -.card { - border-radius: 12px; - border: none; - background-clip: border-box; - color: rgba(239, 241, 245, 0.7); - box-shadow: none; - outline: none; - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; -} - -.card.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: 0 solid transparent; - outline-offset: 2px; - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); -} - -.card.activatable:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -.card.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -toast { - margin: 12px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 6px; - padding: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; - color: #eff1f5; - border: none; -} - -toast:dir(ltr) { - padding-left: 12px; -} - -toast:dir(rtl) { - padding-right: 12px; -} - -toast > label { - margin: 0 6px; -} - -viewswitcher { - margin: 0; - border-spacing: 3px; -} - -viewswitcher.wide button.toggle { - border-radius: 3px; -} - -viewswitcher.wide button.toggle:first-child { - border-top-left-radius: 18px; - border-bottom-left-radius: 18px; -} - -viewswitcher.wide button.toggle:last-child { - border-top-right-radius: 18px; - border-bottom-right-radius: 18px; -} - -viewswitcher.narrow button.toggle { - border-radius: 0 0 3px 3px; - margin: 0; -} - -viewswitcher.narrow button.toggle:first-child { - border-bottom-left-radius: 12px; -} - -viewswitcher.narrow button.toggle:last-child { - border-bottom-right-radius: 12px; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; -} - -viewswitcher button.toggle:focus:not(:hover):not(:active) { - box-shadow: none; - outline: none; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 8px; - padding-bottom: 4px; - border-spacing: 3px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 2px 12px; - border-spacing: 6px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle { - border-radius: 12px; - margin: 3px 0; -} - -viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle > stack > box.narrow { - padding-top: 5px; - padding-bottom: 1px; - border-spacing: 0; -} - -viewswitchertitle { - margin-top: 0; - margin-bottom: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; -} - -viewswitchertitle viewswitcher.narrow { - margin-top: 0; - margin-bottom: 0; -} - -viewswitchertitle viewswitcher.narrow button.toggle > stack > box.narrow { - padding-top: 0; - padding-bottom: 0; - border-spacing: 0; -} - -viewswitchertitle viewswitcher.wide { - margin-top: 0; - margin-bottom: 0; -} - -viewswitchertitle windowtitle { - margin-top: 0; - margin-bottom: 0; -} - -indicatorbin > indicator, -indicatorbin > mask { - min-width: 6px; - min-height: 6px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - background-color: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 1px 4px; - color: #eff1f5; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #cba6f7; -} - -indicatorbin.needs-attention > indicator > label { - color: rgba(30, 30, 46, 0.87); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -preferencesgroup > box, -preferencesgroup > box .labels { - border-spacing: 6px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; -} - -preferencesgroup > box > box.single-line { - min-height: 34px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, -preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 12px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(239, 241, 245, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(239, 241, 245, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #cba6f7; -} - -preferencesgroup > box .cutout-button { - background-color: #313244; -} - -window.about .main-page > viewport > clamp > box { - margin: 12px; - border-spacing: 6px; -} - -window.about .main-page > viewport > clamp > box > box { - margin-top: 18px; - border-spacing: 18px; - margin-bottom: 6px; -} - -window.about .main-page .app-version { - padding: 3px 18px; - color: #cba6f7; - border-radius: 12px; - margin-top: 3px; -} - -window.about .subpage > viewport > clamp > box { - margin: 18px 12px; - border-spacing: 18px; -} - -window.about .subpage > clamp > textview { - background: none; - color: inherit; -} - -statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.55); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.35; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background-color: rgba(30, 30, 46, 0.2); - background-image: none; -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background-color: transparent; - background-image: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.7), alpha(rgba(30, 30, 46, 0.2), 0.14) 40px, alpha(rgba(30, 30, 46, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.4), alpha(rgba(30, 30, 46, 0.2), 0.14) 7px, alpha(rgba(30, 30, 46, 0.2), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.7), alpha(rgba(30, 30, 46, 0.2), 0.14) 40px, alpha(rgba(30, 30, 46, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.4), alpha(rgba(30, 30, 46, 0.2), 0.14) 7px, alpha(rgba(30, 30, 46, 0.2), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(30, 30, 46, 0.2), 0.7), alpha(rgba(30, 30, 46, 0.2), 0.14) 40px, alpha(rgba(30, 30, 46, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(30, 30, 46, 0.2), 0.4), alpha(rgba(30, 30, 46, 0.2), 0.14) 7px, alpha(rgba(30, 30, 46, 0.2), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(30, 30, 46, 0.2), 0.7), alpha(rgba(30, 30, 46, 0.2), 0.14) 40px, alpha(rgba(30, 30, 46, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(30, 30, 46, 0.2), 0.4), alpha(rgba(30, 30, 46, 0.2), 0.14) 7px, alpha(rgba(30, 30, 46, 0.2), 0) 24px); -} - -.sidebar-pane .sidebar > scrolledwindow, -.sidebar-pane toolbarview > scrolledwindow, .sidebar-pane, .toolbar, filechooser paned > box, placessidebar > scrolledwindow, agenda-view list.background, .tweak-titlebar-left, .tweak-titlebar-left:backdrop, leaflet.unfolded > box > scrolledwindow, leaflet.unfolded .contacts-contact-list > scrolledwindow, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow { - background-color: #181825; - color: #eff1f5; - border-radius: none; - margin: 0; -} - -.sidebar-pane .sidebar > scrolledwindow .dim-label, -.sidebar-pane toolbarview > scrolledwindow .dim-label, .sidebar-pane .dim-label, .toolbar .dim-label, filechooser paned > box .dim-label, placessidebar > scrolledwindow .dim-label, agenda-view list.background .dim-label, .tweak-titlebar-left .dim-label, leaflet.unfolded > box > scrolledwindow .dim-label, leaflet.unfolded .contacts-contact-list > scrolledwindow .dim-label, .sidebar-pane row label.subtitle, row .sidebar-pane label.subtitle, .toolbar row label.subtitle, row .toolbar label.subtitle, filechooser paned > box row label.subtitle, row filechooser paned > box label.subtitle, placessidebar > scrolledwindow row label.subtitle, row placessidebar > scrolledwindow label.subtitle, agenda-view list.background row label.subtitle, row agenda-view list.background label.subtitle, .tweak-titlebar-left row label.subtitle, row .tweak-titlebar-left label.subtitle, leaflet.unfolded > box > scrolledwindow row label.subtitle, row leaflet.unfolded > box > scrolledwindow label.subtitle, leaflet.unfolded .contacts-contact-list > scrolledwindow row label.subtitle, row leaflet.unfolded .contacts-contact-list > scrolledwindow label.subtitle, .sidebar-pane row.expander image.expander-row-arrow, row.expander .sidebar-pane image.expander-row-arrow, .toolbar row.expander image.expander-row-arrow, row.expander .toolbar image.expander-row-arrow, filechooser paned > box row.expander image.expander-row-arrow, row.expander filechooser paned > box image.expander-row-arrow, placessidebar > scrolledwindow row.expander image.expander-row-arrow, row.expander placessidebar > scrolledwindow image.expander-row-arrow, agenda-view list.background row.expander image.expander-row-arrow, row.expander agenda-view list.background image.expander-row-arrow, .tweak-titlebar-left row.expander image.expander-row-arrow, row.expander .tweak-titlebar-left image.expander-row-arrow, leaflet.unfolded > box > scrolledwindow row.expander image.expander-row-arrow, row.expander leaflet.unfolded > box > scrolledwindow image.expander-row-arrow, leaflet.unfolded .contacts-contact-list > scrolledwindow row.expander image.expander-row-arrow, row.expander leaflet.unfolded .contacts-contact-list > scrolledwindow image.expander-row-arrow { - color: rgba(30, 30, 46, 0.38); -} - -.nautilus-window placessidebar > scrolledwindow { - background-color: #1e1e2e; - color: #eff1f5; - border-radius: none; - margin: 0; -} - -.nautilus-window placessidebar > scrolledwindow .dim-label, .nautilus-window placessidebar > scrolledwindow row label.subtitle, row .nautilus-window placessidebar > scrolledwindow label.subtitle, .nautilus-window placessidebar > scrolledwindow row.expander image.expander-row-arrow, row.expander .nautilus-window placessidebar > scrolledwindow image.expander-row-arrow { - color: rgba(30, 30, 46, 0.38); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider, placessidebar > scrolledwindow > scrollbar > range > trough > slider, .nautilus-window placessidebar scrollbar > range > trough > slider, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar > range > trough > slider { - background-color: rgba(239, 241, 245, 0.5); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider:hover, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider:hover, placessidebar > scrolledwindow > scrollbar > range > trough > slider:hover, .nautilus-window placessidebar scrollbar > range > trough > slider:hover, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider:hover, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider:active, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider:active, placessidebar > scrolledwindow > scrollbar > range > trough > slider:active, .nautilus-window placessidebar scrollbar > range > trough > slider:active, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider:active, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider:active { - background-color: #eff1f5; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider:disabled, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider:disabled, placessidebar > scrolledwindow > scrollbar > range > trough > slider:disabled, .nautilus-window placessidebar scrollbar > range > trough > slider:disabled, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider:disabled, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - background-color: rgba(30, 30, 46, 0.38); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(30, 30, 46, 0.3); -} - -calendar-view { - margin: 6px; -} - -.nautilus-window .nautilus-grid-view, -.nautilus-window .nautilus-list-view { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - margin: 0 6px 6px 6px; -} - -placessidebar list.navigation-sidebar, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar { - padding: 6px 0 6px 6px; - background: none; - color: rgba(239, 241, 245, 0.7); -} - -placessidebar list.navigation-sidebar > separator, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > separator, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > separator, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > separator { - background-color: transparent; -} - -placessidebar list.navigation-sidebar > row, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row { - color: rgba(30, 30, 46, 0.6); - border-radius: 9px; - color: #eff1f5; - padding: 7px 0; -} - -placessidebar list.navigation-sidebar > row:hover, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:hover, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:hover, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:hover, placessidebar list.navigation-sidebar > row:active, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:active, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:active, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:active, placessidebar list.navigation-sidebar > row:focus, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:focus, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:focus, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:focus { - color: #eff1f5; -} - -placessidebar list.navigation-sidebar > row:selected, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:selected, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:selected, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:selected { - font-weight: 500; - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; - /* border-left: 3px solid $primary; */ -} - -placessidebar list.navigation-sidebar > row:selected:hover, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:selected:hover, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:selected:hover, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:selected:hover, placessidebar list.navigation-sidebar > row:selected:focus, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:selected:focus, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:selected:focus, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:selected:focus { - background-color: rgba(49, 50, 68, 0.9); - color: #eff1f5; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.top, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.top, filechooser paned > box scrolledwindow scrollbar.top, placessidebar > scrolledwindow > scrollbar.top, .nautilus-window placessidebar scrollbar.top, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.top, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.top, leaflet.unfolded > box > scrolledwindow > scrollbar.top, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.top, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.top { - border-bottom: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.bottom, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.bottom, filechooser paned > box scrolledwindow scrollbar.bottom, placessidebar > scrolledwindow > scrollbar.bottom, .nautilus-window placessidebar scrollbar.bottom, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.bottom, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.bottom, leaflet.unfolded > box > scrolledwindow > scrollbar.bottom, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.bottom, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.bottom { - border-top: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.left, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.left, filechooser paned > box scrolledwindow scrollbar.left, placessidebar > scrolledwindow > scrollbar.left, .nautilus-window placessidebar scrollbar.left, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.left, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.left, leaflet.unfolded > box > scrolledwindow > scrollbar.left, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.left, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.left { - border-right: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.right, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.right, filechooser paned > box scrolledwindow scrollbar.right, placessidebar > scrolledwindow > scrollbar.right, .nautilus-window placessidebar scrollbar.right, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.right, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.right, leaflet.unfolded > box > scrolledwindow > scrollbar.right, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.right, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.right { - border-left: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider, filechooser paned > box scrolledwindow scrollbar > range > trough > slider, placessidebar > scrolledwindow > scrollbar > range > trough > slider, .nautilus-window placessidebar scrollbar > range > trough > slider, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar > range > trough > slider, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar > range > trough > slider, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar > range > trough > slider { - border: 4px solid transparent; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), filechooser paned > box scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering), placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering), .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering), -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering), leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, filechooser paned > box scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - border: none; - margin: 1px; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, filechooser paned > box scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - border: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator.dragging, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator.dragging, filechooser paned > box scrolledwindow scrollbar.overlay-indicator.dragging, placessidebar > scrolledwindow > scrollbar.overlay-indicator.dragging, .nautilus-window placessidebar scrollbar.overlay-indicator.dragging, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator.dragging, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator.dragging, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator.dragging, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator.dragging, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.overlay-indicator.dragging, .sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator.hovering, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator.hovering, filechooser paned > box scrolledwindow scrollbar.overlay-indicator.hovering, placessidebar > scrolledwindow > scrollbar.overlay-indicator.hovering, .nautilus-window placessidebar scrollbar.overlay-indicator.hovering, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator.hovering, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator.hovering, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator.hovering, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator.hovering, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-top > undershoot.top, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-top > undershoot.top { - border-radius: 12px 12px 0 0; - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-bottom > undershoot.bottom, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-bottom > undershoot.bottom { - border-radius: 0 0 12px 12px; - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - border-radius: 12px 0 0 12px; - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - border-radius: 0 12px 12px 0; - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - border-radius: 0 12px 12px 0; - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - border-radius: 12px 0 0 12px; - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane { - color: #eff1f5; - border-top-left-radius: 12px; -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.sidebar-pane headerbar, -.sidebar-pane .navigation-sidebar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane .navigation-sidebar { - padding: 2px 4px; - background: none; - color: rgba(239, 241, 245, 0.7); -} - -.sidebar-pane:dir(ltr), -.sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), -.sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - border-right: none; -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: transparent; - color: #eff1f5; -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: transparent; - transition: none; -} - -.content-pane { - background-color: #1e1e2e; - color: #eff1f5; - border-top-right-radius: 12px; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.content-pane headerbar, .content-pane headerbar:backdrop { - background-color: transparent; - box-shadow: none; - border: none; -} - -.maximized .content-pane, .fullscreen .content-pane, .tiled .content-pane, .tiled-top .content-pane, .tiled-right .content-pane, .tiled-bottom .content-pane, .tiled-left .content-pane { - border-radius: 0; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.top-bar { - box-shadow: none; - background: none; - border: none; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -themeselector, -panelthemeselector { - margin: 9px; -} - -themeselector checkbutton, -panelthemeselector checkbutton { - padding: 0; - min-height: 44px; - min-width: 44px; - padding: 1px; - background-clip: content-box; - border-radius: 9999px; - box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.12); -} - -themeselector checkbutton.follow:checked, themeselector checkbutton.light:checked, themeselector checkbutton.dark:checked, -panelthemeselector checkbutton.follow:checked, -panelthemeselector checkbutton.light:checked, -panelthemeselector checkbutton.dark:checked { - box-shadow: inset 0 0 0 2px #cba6f7; -} - -themeselector checkbutton.follow, -panelthemeselector checkbutton.follow { - background-image: linear-gradient(to bottom right, #eff1f5 50%, #232634 50%); -} - -themeselector checkbutton.light, -panelthemeselector checkbutton.light { - background-color: #eff1f5; -} - -themeselector checkbutton.dark, -panelthemeselector checkbutton.dark { - background-color: #232634; -} - -themeselector checkbutton.theme-selector radio, -panelthemeselector checkbutton.theme-selector radio { - -gtk-icon-source: none; - border: none; - background: none; - box-shadow: none; - min-height: 20px; - min-width: 20px; - padding: 0; -} - -themeselector checkbutton.theme-selector radio:hover, themeselector checkbutton.theme-selector radio:active, themeselector checkbutton.theme-selector radio:checked, -panelthemeselector checkbutton.theme-selector radio:hover, -panelthemeselector checkbutton.theme-selector radio:active, -panelthemeselector checkbutton.theme-selector radio:checked { - background-color: transparent; -} - -themeselector checkbutton.theme-selector radio:checked, -panelthemeselector checkbutton.theme-selector radio:checked { - -gtk-icon-size: 20px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/checkbox-checked-symbolic@2.svg"))); - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -themeselector checkbutton.theme-selector radio:checked, themeselector checkbutton.theme-selector radio:checked:hover, themeselector checkbutton.theme-selector radio:checked:active, -panelthemeselector checkbutton.theme-selector radio:checked, -panelthemeselector checkbutton.theme-selector radio:checked:hover, -panelthemeselector checkbutton.theme-selector radio:checked:active { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.1); -} - -themeswitcher { - padding: 6px; -} - -themeswitcher .check { - min-height: 20px; - min-width: 20px; - background: none; - padding: 0; - margin: 0; - border-radius: 9999px; - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -themeswitcher .check, themeswitcher .check:hover, themeswitcher .check:active { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.1); -} - -themeswitcher checkbutton { - padding: 0; - min-height: 44px; - min-width: 44px; - padding: 1px; - background-clip: content-box; - border-radius: 9999px; - box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.12); -} - -themeswitcher checkbutton:checked { - box-shadow: inset 0 0 0 2px #cba6f7; -} - -themeswitcher checkbutton radio, themeswitcher checkbutton radio:hover, themeswitcher checkbutton radio:active, themeswitcher checkbutton radio:checked, themeswitcher checkbutton radio:checked:hover, themeswitcher checkbutton radio:checked:active { - background-color: transparent; - border: none; - background: none; - box-shadow: none; - color: transparent; - -gtk-icon-source: none; - -gtk-icon-size: 0; -} - -themeswitcher checkbutton.system { - background: linear-gradient(-45deg, #1e1e2e 50%, #eff1f5 50%); -} - -themeswitcher checkbutton.light { - color: alpha(black, 0.8); - background-color: #eff1f5; -} - -themeswitcher checkbutton.dark { - color: #eff1f5; - background-color: #1e1e2e; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* widget text/foreground color */ -@define-color theme_fg_color #eff1f5; -/* text color for entries, views and content in general */ -@define-color theme_text_color #eff1f5; -/* widget base background color */ -@define-color theme_bg_color #1e1e2e; -/* text widgets and the like base background color */ -@define-color theme_base_color #313244; -/* base background color of selections */ -@define-color theme_selected_bg_color #cba6f7; -/* text/foreground color of selections */ -@define-color theme_selected_fg_color rgba(30, 30, 46, 0.87); -/* base background color of insensitive widgets */ -@define-color insensitive_bg_color #1e1e2e; -/* text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(239, 241, 245, 0.5); -/* insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #313244; -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #eff1f5; -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #eff1f5; -/* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1e2e; -/* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #313244; -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #cba6f7; -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color rgba(30, 30, 46, 0.87); -/* insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(239, 241, 245, 0.5); -/* widgets main borders color */ -@define-color borders rgba(239, 241, 245, 0.12); -/* widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(239, 241, 245, 0.12); -/* these are pretty self explicative */ -@define-color warning_color #df8e1d; -@define-color error_color #d20f39; -@define-color success_color #40a02b; -/* these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_focused_title #eff1f5; -@define-color wm_unfocused_title rgba(239, 241, 245, 0.7); -@define-color wm_highlight rgba(239, 241, 245, 0.1); -@define-color wm_border #0a0a0e; -@define-color wm_focused_bg #1e1e2e; -@define-color wm_unfocused_bg #1e1e2e; -@define-color wm_button_icon #eff1f5; -@define-color wm_button_focused_bg rgba(239, 241, 245, 0.04); -@define-color wm_button_unfocused_bg rgba(239, 241, 245, 0.04); -@define-color wm_button_hover_fg rgba(30, 30, 46, 0.87); -@define-color wm_button_active_fg rgba(30, 30, 46, 0.87); -@define-color wm_button_hover_bg #e6e9ef; -@define-color wm_button_active_bg #e7eaf0; -/* FIXME this is really an API */ -@define-color content_view_bg #313244; -@define-color placeholder_text_color #b6b8c0; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #313244; -@define-color budgie_tasklist_indicator_color rgba(239, 241, 245, 0.3); -@define-color budgie_tasklist_indicator_color_active #cba6f7; -@define-color budgie_tasklist_indicator_color_active_window rgba(157, 130, 193, 0.816); -@define-color budgie_tasklist_indicator_color_attention #df8e1d; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #cba6f7; -@define-color accent_fg_color rgba(30, 30, 46, 0.87); -@define-color accent_color #cba6f7; -@define-color destructive_bg_color #d20f39; -@define-color destructive_fg_color #eff1f5; -@define-color destructive_color #d20f39; -@define-color success_bg_color #40a02b; -@define-color success_fg_color #eff1f5; -@define-color success_color #40a02b; -@define-color warning_bg_color #df8e1d; -@define-color warning_fg_color #eff1f5; -@define-color warning_color #df8e1d; -@define-color error_bg_color #d20f39; -@define-color error_fg_color #eff1f5; -@define-color error_color #d20f39; -@define-color window_bg_color #1e1e2e; -@define-color window_fg_color #eff1f5; -@define-color view_bg_color #313244; -@define-color view_fg_color #eff1f5; -@define-color headerbar_bg_color #1e1e2e; -@define-color headerbar_fg_color #eff1f5; -@define-color headerbar_border_color rgba(239, 241, 245, 0.12); -@define-color headerbar_backdrop_color #1e1e2e; -@define-color headerbar_shade_color rgba(239, 241, 245, 0.12); -@define-color card_bg_color #313244; -@define-color card_fg_color #eff1f5; -@define-color card_shade_color rgba(239, 241, 245, 0.12); -@define-color dialog_bg_color #313244; -@define-color dialog_fg_color #eff1f5; -@define-color popover_bg_color #292c3c; -@define-color popover_fg_color #eff1f5; -@define-color shade_color rgba(239, 241, 245, 0.12); -@define-color scrollbar_outline_color rgba(239, 241, 245, 0.12); diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/gtk.css b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/gtk.css deleted file mode 100644 index 98f97ca..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/gtk.css +++ /dev/null @@ -1,8512 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #cba6f7 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #cba6f7 100%, transparent 100%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1e1e2e; - color: #eff1f5; -} - -dnd { - color: #eff1f5; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, -.view { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; -} - -iconview:disabled, -.view:disabled { - color: rgba(239, 241, 245, 0.5); -} - -iconview:selected, -.view:selected { - color: #eff1f5; -} - -textview text { - background-color: rgba(239, 241, 245, 0.04); -} - -textview border { - background-color: #313244; - color: rgba(239, 241, 245, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 6px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, -.content-view .rubberband, columnview.view > rubberband, -.content-view columnview.view > .rubberband, -treeview.view > rubberband, -.content-view treeview.view > .rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #cba6f7; - background-color: rgba(203, 166, 247, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 12px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: #eff1f5; - background-color: #313244; - border: 1px solid black; -} - -label.separator { - color: rgba(239, 241, 245, 0.7); -} - -label:disabled { - opacity: 1; - color: rgba(239, 241, 245, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; - opacity: 1; -} - -label.osd { - border-radius: 12px; - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; -} - - -.dim-label, -row.expander image.expander-row-arrow, -row label.subtitle { - color: rgba(239, 241, 245, 0.7); - opacity: 1; -} - -.accent { - color: #cba6f7; -} - -.success { - color: #40a02b; -} - -.warning { - color: #df8e1d; -} - -.error { - color: #d20f39; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(239, 241, 245, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: #eff1f5; -} - -.osd .scale-popup > arrow, -.osd .scale-popup > contents, .osd popover > arrow, -.osd popover > contents, popover.touch-selection > arrow, -popover.touch-selection > contents, popover.magnifier > arrow, -popover.magnifier > contents, .osd { - color: #eff1f5; - background-color: #313244; - background-clip: padding-box; - border-radius: 12px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -.osd { - padding: 6px; - margin: 6px; -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ - -entry headerbar popover.background entry, -headerbar popover.background entry entry, -entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 12px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry:focus-within, -headerbar popover.background entry entry:focus-within, -entry:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px transparent; - color: #eff1f5; - outline: 2px solid #cba6f7; - outline-offset: -2px; -} - - -entry headerbar popover.background entry:drop(active), -headerbar popover.background entry entry:drop(active), -entry headerbar popover.background entry:hover:not(:focus-within), -headerbar popover.background entry entry:hover:not(:focus-within), -entry:drop(active), -entry:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry:disabled, -headerbar popover.background entry entry:disabled, -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); - outline: none; -} - - -entry headerbar popover.background entry.flat:focus-within, -headerbar popover.background entry entry.flat:focus-within, -entry headerbar popover.background entry.flat:disabled, -headerbar popover.background entry entry.flat:disabled, -entry headerbar popover.background entry.flat:hover, -headerbar popover.background entry entry.flat:hover, -entry headerbar popover.background entry.flat, -headerbar popover.background entry entry.flat, -entry.flat:focus-within, -entry.flat:disabled, -entry.flat:hover, -entry.flat { - min-height: 0; - padding: 2px; - background-color: transparent; - box-shadow: none; - border-radius: 0; - outline: none; -} - - -entry headerbar popover.background entry image, -headerbar popover.background entry entry image, -entry image { - color: rgba(239, 241, 245, 0.7); -} - - -entry headerbar popover.background entry image:hover, -headerbar popover.background entry entry image:hover, -entry headerbar popover.background entry image:active, -headerbar popover.background entry entry image:active, -entry image:hover, -entry image:active { - color: #eff1f5; -} - - -entry headerbar popover.background entry image:disabled, -headerbar popover.background entry entry image:disabled, -entry image:disabled { - color: rgba(239, 241, 245, 0.5); -} - - -entry headerbar popover.background entry image.left, -headerbar popover.background entry entry image.left, -entry image.left { - margin: 0 6px 0 2px; -} - - -entry headerbar popover.background entry image.right, -headerbar popover.background entry entry image.right, -entry image.right { - margin: 0 2px 0 6px; -} - - -entry headerbar popover.background entry undershoot.left > undershoot.left, -headerbar popover.background entry entry undershoot.left > undershoot.left, -entry undershoot.left > undershoot.left { - border-radius: 0px 0 0 0px; - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - - -entry headerbar popover.background entry undershoot.right > undershoot.right, -headerbar popover.background entry entry undershoot.right > undershoot.right, -entry undershoot.right > undershoot.right { - border-radius: 0 0px 0px 0; - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - - -entry headerbar popover.background entry.error, -headerbar popover.background entry entry.error, -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(210, 15, 57, 0.1); - color: rgba(210, 15, 57, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.error:focus-within, -headerbar popover.background entry entry.error:focus-within, -entry.error:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(210, 15, 57, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #d20f39; - outline: 2px solid #d20f39; - outline-offset: -2px; -} - - -entry headerbar popover.background entry.error:drop(active), -headerbar popover.background entry entry.error:drop(active), -entry headerbar popover.background entry.error:hover:not(:focus-within), -headerbar popover.background entry entry.error:hover:not(:focus-within), -entry.error:drop(active), -entry.error:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #d20f39; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.error:disabled, -headerbar popover.background entry entry.error:disabled, -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(210, 15, 57, 0.1); - color: rgba(210, 15, 57, 0.35); - outline: none; -} - - -entry headerbar popover.background entry.error > text > selection, -headerbar popover.background entry entry.error > text > selection, -entry.error > text > selection { - background-color: rgba(210, 15, 57, 0.25); - color: #d20f39; -} - - -entry headerbar popover.background entry.error image, -headerbar popover.background entry entry.error image, -entry.error image { - color: rgba(210, 15, 57, 0.75); -} - - -entry headerbar popover.background entry.error image:hover, -headerbar popover.background entry entry.error image:hover, -entry headerbar popover.background entry.error image:active, -headerbar popover.background entry entry.error image:active, -entry.error image:hover, -entry.error image:active { - color: #d20f39; -} - - -entry headerbar popover.background entry.error image:disabled, -headerbar popover.background entry entry.error image:disabled, -entry.error image:disabled { - color: rgba(210, 15, 57, 0.35); -} - - -entry headerbar popover.background entry.warning, -headerbar popover.background entry entry.warning, -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(223, 142, 29, 0.1); - color: rgba(223, 142, 29, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.warning:focus-within, -headerbar popover.background entry entry.warning:focus-within, -entry.warning:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(223, 142, 29, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #df8e1d; - outline: 2px solid #df8e1d; - outline-offset: -2px; -} - - -entry headerbar popover.background entry.warning:drop(active), -headerbar popover.background entry entry.warning:drop(active), -entry headerbar popover.background entry.warning:hover:not(:focus-within), -headerbar popover.background entry entry.warning:hover:not(:focus-within), -entry.warning:drop(active), -entry.warning:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #df8e1d; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.warning:disabled, -headerbar popover.background entry entry.warning:disabled, -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(223, 142, 29, 0.1); - color: rgba(223, 142, 29, 0.35); - outline: none; -} - - -entry headerbar popover.background entry.warning > text > selection, -headerbar popover.background entry entry.warning > text > selection, -entry.warning > text > selection { - background-color: rgba(223, 142, 29, 0.25); - color: #df8e1d; -} - - -entry headerbar popover.background entry.warning image, -headerbar popover.background entry entry.warning image, -entry.warning image { - color: rgba(223, 142, 29, 0.75); -} - - -entry headerbar popover.background entry.warning image:hover, -headerbar popover.background entry entry.warning image:hover, -entry headerbar popover.background entry.warning image:active, -headerbar popover.background entry entry.warning image:active, -entry.warning image:hover, -entry.warning image:active { - color: #df8e1d; -} - - -entry headerbar popover.background entry.warning image:disabled, -headerbar popover.background entry entry.warning image:disabled, -entry.warning image:disabled { - color: rgba(223, 142, 29, 0.35); -} - - -entry headerbar popover.background entry.success, -headerbar popover.background entry entry.success, -entry.success { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(64, 160, 43, 0.1); - color: rgba(64, 160, 43, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.success:focus-within, -headerbar popover.background entry entry.success:focus-within, -entry.success:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(64, 160, 43, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #40a02b; - outline: 2px solid #40a02b; - outline-offset: -2px; -} - - -entry headerbar popover.background entry.success:drop(active), -headerbar popover.background entry entry.success:drop(active), -entry headerbar popover.background entry.success:hover:not(:focus-within), -headerbar popover.background entry entry.success:hover:not(:focus-within), -entry.success:drop(active), -entry.success:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #40a02b; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry.success:disabled, -headerbar popover.background entry entry.success:disabled, -entry.success:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(64, 160, 43, 0.1); - color: rgba(64, 160, 43, 0.35); - outline: none; -} - - -entry headerbar popover.background entry.success > text > selection, -headerbar popover.background entry entry.success > text > selection, -entry.success > text > selection { - background-color: rgba(64, 160, 43, 0.25); - color: #40a02b; -} - - -entry headerbar popover.background entry.success image, -headerbar popover.background entry entry.success image, -entry.success image { - color: rgba(64, 160, 43, 0.75); -} - - -entry headerbar popover.background entry.success image:hover, -headerbar popover.background entry entry.success image:hover, -entry headerbar popover.background entry.success image:active, -headerbar popover.background entry entry.success image:active, -entry.success image:hover, -entry.success image:active { - color: #40a02b; -} - - -entry headerbar popover.background entry.success image:disabled, -headerbar popover.background entry entry.success image:disabled, -entry.success image:disabled { - color: rgba(64, 160, 43, 0.35); -} - - -entry > progress, -entry progress > trough > progress { - margin: 0 -4px; - border-bottom: 2px solid #cba6f7; - background-color: transparent; -} - - -entry button.image-button { - min-height: 24px; - min-width: 24px; - padding: 0; -} - -treeview entry.flat, treeview entry { - background-color: #313244; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(239, 241, 245, 0.7); -} - -editablelabel > stack > text { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #cba6f7 0%, rgba(203, 166, 247, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #cba6f7 95%, rgba(203, 166, 247, 0)); - } -} - -infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.touch-selection button, popover.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); -} - -infobar.warning > revealer > box button:focus, popover.touch-selection button:focus, popover.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:hover, popover.touch-selection button:hover, popover.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:active, popover.touch-selection button:active, popover.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:checked, popover.touch-selection button:checked, popover.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: #eff1f5; -} - -infobar.warning > revealer > box button:disabled, popover.touch-selection button:disabled, popover.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -infobar.warning > revealer > box button:checked:disabled, popover.touch-selection button:checked:disabled, popover.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.5); -} - -placessidebar list.navigation-sidebar > row button.sidebar-button { - background-color: #313244; - color: #eff1f5; -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:checked { - background-color: rgba(30, 30, 46, 0.87); - color: #e6e9ef; -} - -tabbar tab:not(:selected) button.image-button.tab-close-button, -dnd tab:not(:selected) button.image-button.tab-close-button, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button, notebook > header menubutton > button.flat { - color: rgba(30, 30, 46, 0.6); -} - -tabbar tab:not(:selected) button.image-button.tab-close-button:hover, -dnd tab:not(:selected) button.image-button.tab-close-button:hover, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:hover, notebook > header menubutton > button.flat:hover, tabbar tab:not(:selected) button.image-button.tab-close-button:active, -dnd tab:not(:selected) button.image-button.tab-close-button:active, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:active, notebook > header menubutton > button.flat:active, tabbar tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, -dnd tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, tabbar notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, -dnd notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, tabbar tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) notebook > header > tabs > tab:not(:checked):not(:selected) button.keyboard-activating.small-button, -dnd tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) notebook > header > tabs > tab:not(:checked):not(:selected) button.keyboard-activating.small-button, tabbar notebook > header > tabs > tab:not(:checked):not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) button.keyboard-activating.small-button, -dnd notebook > header > tabs > tab:not(:checked):not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) button.keyboard-activating.small-button, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) button.keyboard-activating.small-button, notebook > header menubutton > button.flat:focus:not(:hover):not(:active) tabbar tab:not(:selected) button.keyboard-activating.image-button.tab-close-button, tabbar tab:not(:selected) notebook > header menubutton > button.flat:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, -notebook > header menubutton > button.flat:focus:not(:hover):not(:active) dnd tab:not(:selected) button.keyboard-activating.image-button.tab-close-button, -dnd tab:not(:selected) notebook > header menubutton > button.flat:focus:not(:hover):not(:active) button.keyboard-activating.image-button.tab-close-button, notebook > header > tabs > tab:not(:checked):not(:selected) menubutton > button.flat:focus:not(:hover):not(:active) button.keyboard-activating.small-button, tabbar tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) notebook > header menubutton > button.keyboard-activating.flat, -dnd tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) notebook > header menubutton > button.keyboard-activating.flat, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) notebook > header menubutton > button.keyboard-activating.flat, notebook > header tabbar tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, tabbar tab:not(:selected) notebook > header button.image-button.tab-close-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, -notebook > header dnd tab:not(:selected) button.image-button.tab-close-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, -dnd tab:not(:selected) notebook > header button.image-button.tab-close-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat, notebook > header menubutton > button.flat:focus:not(:hover):not(:active) menubutton > button.keyboard-activating.flat { - color: rgba(30, 30, 46, 0.87); -} - -tabbar tab:not(:selected) button.image-button.tab-close-button:checked, -dnd tab:not(:selected) button.image-button.tab-close-button:checked, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:checked, notebook > header menubutton > button.flat:checked { - background-color: rgba(30, 30, 46, 0.87); - color: #e6e9ef; -} - -tabbar tab:not(:selected) button.image-button.tab-close-button:disabled, -dnd tab:not(:selected) button.image-button.tab-close-button:disabled, notebook > header > tabs > tab:not(:checked):not(:selected) button.small-button:disabled, notebook > header menubutton > button.flat:disabled { - color: rgba(30, 30, 46, 0.3); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action):not(.flat), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: 0 solid transparent; - outline-offset: 2px; - color: #eff1f5; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action):not(.flat), button:focus { - outline: 2px solid rgba(203, 166, 247, 0.35); - outline-offset: 0; -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; - -gtk-icon-filter: brightness(1.2); -} - -headerbar popover.background button.keyboard-activating:not(.suggested-action):not(.destructive-action):not(.flat), button.keyboard-activating, headerbar popover.background button:active:not(.suggested-action):not(.destructive-action):not(.flat), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - outline-color: transparent; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action):not(.flat), button:checked { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:hover { - outline-color: transparent; - background-color: #d9bdf9; - color: rgba(30, 30, 46, 0.87); -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:disabled { - outline-color: transparent; - background-color: rgba(203, 166, 247, 0.35); - color: rgba(30, 30, 46, 0.38); -} - -placessidebar list.navigation-sidebar > row button.sidebar-button, calendar > header > button, scrollbar button, notebook > header > tabs > arrow, popover modelbutton, spinbutton > button, splitbutton.flat > button, -splitbutton.flat > menubutton > button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(239, 241, 245, 0.7); -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:focus:not(:hover):not(:active), calendar > header > button:focus:not(:hover):not(:active), scrollbar button:focus:not(:hover):not(:active), notebook > header > tabs > arrow:focus:not(:hover):not(:active), popover modelbutton:focus:not(:hover):not(:active), spinbutton > button:focus:not(:hover):not(:active), splitbutton.flat > button:focus:not(:hover):not(:active), -splitbutton.flat > menubutton > button:focus:not(:hover):not(:active) { - color: #eff1f5; - outline: 2px solid rgba(239, 241, 245, 0.04); - outline-offset: -2px; -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover modelbutton:hover, spinbutton > button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover modelbutton:active, spinbutton > button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -placessidebar list.navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover modelbutton:disabled, spinbutton > button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -#NautilusPathButton, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button, .app-notification button, .toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), splitbutton.suggested-action > button, -splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, -splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, -splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, menubutton.flat > button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(239, 241, 245, 0.7); -} - -#NautilusPathButton:focus:not(:hover):not(:active), filechooser #pathbarbox > stack > box > button:focus:not(:hover):not(:active), window.messagedialog .response-area > box > button:focus:not(:hover):not(:active), window.dialog.message .dialog-action-area > button:focus:not(:hover):not(:active), .app-notification button:focus:not(:hover):not(:active), .toolbar button:focus:not(:hover):not(:active), dropdown > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), splitbutton.suggested-action > button:focus:not(:hover):not(:active), -splitbutton.suggested-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.destructive-action > button:focus:not(:hover):not(:active), -splitbutton.destructive-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.opaque > button:focus:not(:hover):not(:active), -splitbutton.opaque > menubutton > button:focus:not(:hover):not(:active), menubutton.suggested-action > button:focus:not(:hover):not(:active), menubutton.destructive-action > button:focus:not(:hover):not(:active), menubutton.opaque > button:focus:not(:hover):not(:active), menubutton.flat > button:focus:not(:hover):not(:active), button.flat:focus:not(:hover):not(:active) { - color: #eff1f5; - outline: 2px solid rgba(239, 241, 245, 0.04); - outline-offset: -2px; -} - -#NautilusPathButton:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area > box > button:hover, window.dialog.message .dialog-action-area > button:hover, .app-notification button:hover, .toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), splitbutton.suggested-action > button:hover, -splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, -splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, -splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, menubutton.flat > button:hover, button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -#NautilusPathButton:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area > box > button:active, window.dialog.message .dialog-action-area > button:active, .app-notification button:active, .toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), splitbutton.suggested-action > button:active, -splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, -splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, -splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, menubutton.flat > button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -#NautilusPathButton:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area > box > button:disabled, window.dialog.message .dialog-action-area > button:disabled, .app-notification button:disabled, .toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), splitbutton.suggested-action > button:disabled, -splitbutton.suggested-action > menubutton > button:disabled, splitbutton.destructive-action > button:disabled, -splitbutton.destructive-action > menubutton > button:disabled, splitbutton.opaque > button:disabled, -splitbutton.opaque > menubutton > button:disabled, menubutton.suggested-action > button:disabled, menubutton.destructive-action > button:disabled, menubutton.opaque > button:disabled, menubutton.flat > button:disabled, button.flat:disabled { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -#NautilusPathButton:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area > box > button:checked, window.dialog.message .dialog-action-area > button:checked, .app-notification button:checked, .toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), splitbutton.suggested-action > button:checked, -splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, -splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, -splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, menubutton.flat > button:checked, button.flat:checked { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -#NautilusPathButton:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area > box > button:checked:disabled, window.dialog.message .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, .toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), splitbutton.suggested-action > button:checked:disabled, -splitbutton.suggested-action > menubutton > button:checked:disabled, splitbutton.destructive-action > button:checked:disabled, -splitbutton.destructive-action > menubutton > button:checked:disabled, splitbutton.opaque > button:checked:disabled, -splitbutton.opaque > menubutton > button:checked:disabled, menubutton.suggested-action > button:checked:disabled, menubutton.destructive-action > button:checked:disabled, menubutton.opaque > button:checked:disabled, menubutton.flat > button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(239, 241, 245, 0.5); -} - -button.opaque { - box-shadow: none; -} - -.osd button.opaque:focus:focus-visible { - outline-color: rgba(239, 241, 245, 0.15); -} - -button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -button.keyboard-activating.opaque, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -button.opaque:checked.keyboard-activating, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -.nautilus-window .floating-bar button, placessidebar list.navigation-sidebar > row button.sidebar-button, notebook > header > tabs > tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton > button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 9px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -button separator { - margin: 4px 1px; -} - -button.opaque { - background-color: #484856; - color: #eff1f5; -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button, button.image-text-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button > box, -button.text-button.image-button > box > box, button.image-text-button > box, -button.image-text-button > box > box { - border-spacing: 4px; -} - -button.text-button.image-button > box > label, -button.text-button.image-button > box > box > label, button.image-text-button > box > label, -button.image-text-button > box > box > label { - padding-left: 2px; - padding-right: 2px; -} - -button.text-button.image-button label:first-child, button.image-text-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child, button.image-text-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child, button.image-text-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child, button.image-text-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child), button.image-text-button image:not(:only-child) { - margin: 0 4px; -} - -button.arrow-button { - padding-left: 9px; - padding-right: 9px; -} - -button.arrow-button > box { - border-spacing: 4px; -} - -button.arrow-button.text-button { - padding-left: 16px; - padding-right: 16px; -} - -button.arrow-button.text-button > box { - border-spacing: 6px; -} - -menubutton.pill > button, button.pill { - padding: 9px 30px; - border-radius: 9999px; -} - -button.card { - background-color: #313244; - background-clip: padding-box; - font-weight: inherit; - border: 1px solid rgba(239, 241, 245, 0.12); - background-clip: border-box; -} - -button.card:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -button.card.keyboard-activating, button.card:active { - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -button.card:checked { - background-image: none; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - border-color: #cba6f7; -} - -button.card:checked:hover { - background-image: none; - outline-color: transparent; - background-color: #d9bdf9; - color: rgba(30, 30, 46, 0.87); -} - -button.card:checked:disabled { - outline-color: transparent; - background-color: rgba(203, 166, 247, 0.35); - color: rgba(30, 30, 46, 0.38); -} - -button.card:checked.keyboard-activating, button.card:checked:active { - background-image: none; -} - -button.card:checked.has-open-popup { - background-image: none; -} - -button.card:drop(active) { - color: #fab387; - box-shadow: inset 0 0 0 1px #fab387; -} - -.linked:not(.vertical) > button:focus, .linked.vertical > button:focus { - box-shadow: none; - outline: none; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - background-color: alpha(currentColor, 0.05); -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: none; - outline: none; -} - -.linked:not(.vertical) > menubutton > button { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.35); - color: #eff1f5; -} - -button.osd > image { - padding: 0; -} - -button.osd.remove-button { - padding: 0; -} - -button.osd:focus { - outline-color: transparent; -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.45); - color: #eff1f5; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.65); - color: #eff1f5; -} - -button.osd:disabled { - background-color: rgba(0, 0, 0, 0.15); - color: rgba(239, 241, 245, 0.35); -} - -button.suggested-action { - background-color: #1e66f5; - color: #eff1f5; - box-shadow: none; -} - -button.suggested-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - outline-color: transparent; -} - -button.suggested-action:hover { - background-color: rgba(30, 102, 245, 0.7); - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 6px 0 rgba(0, 0, 0, 0.06); -} - -button.suggested-action:checked { - background-color: #5d90f5; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(0, 0, 0, 0.3), 0 2px 3px -1px rgba(0, 0, 0, 0.24), 0 2px 5px 0 rgba(0, 0, 0, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(30, 102, 245, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1e66f5; -} - -button.suggested-action.flat:disabled { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -button.suggested-action.flat:checked { - background-color: rgba(30, 102, 245, 0.3); -} - -button.destructive-action { - background-color: #d20f39; - color: #eff1f5; - box-shadow: none; -} - -button.destructive-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - outline-color: transparent; -} - -button.destructive-action:hover { - background-color: rgba(210, 15, 57, 0.7); - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 6px 0 rgba(0, 0, 0, 0.06); -} - -button.destructive-action:checked { - background-color: #db5371; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(0, 0, 0, 0.3), 0 2px 3px -1px rgba(0, 0, 0, 0.24), 0 2px 5px 0 rgba(0, 0, 0, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(210, 15, 57, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #d20f39; -} - -button.destructive-action.flat:disabled { - color: rgba(239, 241, 245, 0.32); - background-color: transparent; -} - -button.destructive-action.flat:checked { - background-color: rgba(210, 15, 57, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 6px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -windowcontrols button:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, menubutton.circular > button, button.close, button.circular { - border-radius: 9999px; -} - -windowcontrols button:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, menubutton.circular > button label, button.close label, button.circular label { - padding: 0; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #1e66f5; - color: #eff1f5; -} - -menubutton.destructive-action { - background-color: #d20f39; - color: #eff1f5; -} - -menubutton.opaque { - background-color: #484856; - color: #eff1f5; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 12px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 12px; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background-color; -} - -splitbutton > separator { - min-width: 0; - margin-top: 6px; - margin-bottom: 6px; - background-color: transparent; - background: none; -} - -splitbutton > menubutton > button { - padding: 6px 10px; -} - -splitbutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(239, 241, 245, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.07); -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 12px; -} - -splitbutton.suggested-action { - background-color: #1e66f5; - color: #eff1f5; -} - -splitbutton.destructive-action { - background-color: #d20f39; - color: #eff1f5; -} - -splitbutton.opaque { - background-color: #484856; - color: #eff1f5; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, -splitbutton.suggested-action > menubutton > button, -splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, -splitbutton.destructive-action > menubutton > button, -splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, -splitbutton.opaque > menubutton > button, -splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(239, 241, 245, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(239, 241, 245, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 6px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 12px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 12px; -} - -.linked:not(.vertical) > button:dir(ltr):not(:first-child), .linked:not(.vertical) > button:dir(rtl):not(:last-child) { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > button:dir(ltr):not(:last-child), .linked:not(.vertical) > button:dir(rtl):not(:first-child) { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical button:not(:first-child) { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical button:not(:last-child) { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > menubutton:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > menubutton:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > menubutton:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > menubutton:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical menubutton:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical menubutton:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > dropdown:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > dropdown:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > dropdown:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > dropdown:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical dropdown:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical dropdown:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > colorbutton:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > colorbutton:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > colorbutton:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > colorbutton:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical colorbutton:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical colorbutton:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > fontbutton:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > fontbutton:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > fontbutton:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > fontbutton:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical fontbutton:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical fontbutton:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > tabbutton:dir(ltr):not(:first-child) > button, .linked:not(.vertical) > tabbutton:dir(rtl):not(:last-child) > button { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > tabbutton:dir(ltr):not(:last-child) > button, .linked:not(.vertical) > tabbutton:dir(rtl):not(:first-child) > button { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical tabbutton:not(:first-child) > button { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical tabbutton:not(:last-child) > button { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > entry:dir(ltr):not(:first-child), .linked:not(.vertical) > entry:dir(rtl):not(:last-child) { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > entry:dir(ltr):not(:last-child), .linked:not(.vertical) > entry:dir(rtl):not(:first-child) { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical entry:not(:first-child) { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical entry:not(:last-child) { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > combobox:dir(ltr):not(:first-child) > box > button.combo, .linked:not(.vertical) > combobox:dir(rtl):not(:last-child) > box > button.combo { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > combobox:dir(ltr):not(:last-child) > box > button.combo, .linked:not(.vertical) > combobox:dir(rtl):not(:first-child) > box > button.combo { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked:not(.vertical) > appchooserbutton:dir(ltr):not(:first-child) > combobox > box > button.combo, .linked:not(.vertical) > appchooserbutton:dir(rtl):not(:last-child) > combobox > box > button.combo { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - margin-left: 1px; -} - -.linked:not(.vertical) > appchooserbutton:dir(ltr):not(:last-child) > combobox > box > button.combo, .linked:not(.vertical) > appchooserbutton:dir(rtl):not(:first-child) > combobox > box > button.combo { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.linked.vertical appchooserbutton:not(:first-child) > combobox > box > button.combo { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-top: 1px; -} - -.linked.vertical appchooserbutton:not(:last-child) > combobox > box > button.combo { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #1e66f5; - color: #eff1f5; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #d20f39; - color: #eff1f5; -} - -/********* - * Links * - *********/ -link { - color: #8fcbe8; -} - -link:visited { - color: #8839ef; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #8fcbe8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #8839ef; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton { - border-radius: 12px; - padding: 0; - border-spacing: 0; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -spinbutton:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.08); - box-shadow: inset 0 0 0 2px transparent; - color: #eff1f5; - outline: 2px solid #cba6f7; - outline-offset: -2px; -} - -spinbutton:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.5); - outline: none; -} - -spinbutton > text { - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - margin: 0; -} - -spinbutton > button { - border: none; -} - -spinbutton > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: none; -} - -spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; -} - -spinbutton:not(.vertical) > button { - padding: 0; - margin: 6px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; -} - -cell.activatable spinbutton:not(.vertical) { - margin: 3px 0; -} - -cell.activatable spinbutton:not(.vertical) > button { - margin: 0; - padding: 0; - min-height: 24px; - border-radius: 0; -} - -cell.activatable spinbutton:not(.vertical) > button:last-child { - border-radius: 0 12px 12px 0; -} - -cell.activatable spinbutton:not(.vertical) > button.up:dir(ltr), cell.activatable spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 0; -} - -cell.activatable spinbutton:not(.vertical) > button.up:dir(rtl), cell.activatable spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 0; -} - -spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical > button { - padding: 0; - margin: 6px 9px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 6px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu > contents modelbutton, -combobox > popover.menu > contents modelbutton { - padding-left: 9px; - padding-right: 9px; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -dropdown popover, -combobox popover { - margin-top: 4px; - padding: 0; -} - -dropdown popover listview, -combobox popover listview { - margin: 0; -} - -dropdown popover listview > row, -combobox popover listview > row { - padding: 6px; -} - -dropdown popover listview > row:selected, -combobox popover listview > row:selected { - color: #eff1f5; - background-color: alpha(currentColor, 0.06); -} - -dropdown popover .dropdown-searchbar, -combobox popover .dropdown-searchbar { - padding: 6px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(239, 241, 245, 0.08); - color: rgba(239, 241, 245, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -button.combo:only-child:focus { - color: #eff1f5; - outline: 2px solid rgba(239, 241, 245, 0.04); - outline-offset: -2px; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -button.combo:only-child:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - outline-color: transparent; -} - -/************ - * Toolbars * - ************/ -.toolbar { - padding: 6px; - border-spacing: 6px; -} - -.toolbar .linked button:not(:hover):not(:active):not(:checked):not(:disabled) { - background-color: rgba(239, 241, 245, 0.04); -} - -.osd .toolbar { - background-color: transparent; -} - -.app-notification, .toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; - color: #eff1f5; - border: none; -} - -.app-notification:backdrop, .toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -.left.app-notification, .right.app-notification, .top.app-notification, .bottom.app-notification, .toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom { - border-radius: 0; -} - -.bottom.app-notification, .toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator { - margin: 2px; -} - -.toolbar entry, -.toolbar splitbutton, -.toolbar button, -.toolbar scalebutton { - border-radius: 9px; -} - -.toolbar entry, -.toolbar spinbutton, -.toolbar splitbutton, -.toolbar separator:not(.sidebar), -.toolbar button, -.toolbar menubutton, -.toolbar scalebutton { - margin-top: 0; - margin-bottom: 0; -} - -.toolbar menubutton > button, -.toolbar splitbutton > button, -.toolbar splitbutton > menubutton, -.toolbar scalebutton > button { - margin-top: 0; - margin-bottom: 0; -} - -.toolbar switch { - margin-top: 4px; - margin-bottom: 4px; -} - -.toolbar spinbutton entry, -.toolbar spinbutton button { - margin: 0; -} - -.toolbar popover.menu separator:not(.sidebar) { - margin-top: 6px; - margin-bottom: 6px; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border: none; - background-color: transparent; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - border: none; - outline: none; -} - -headerbar .linked > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar .linked > button:first-child:not(.suggested-action):not(.destructive-action) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked > button:last-child:not(.suggested-action):not(.destructive-action) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar .linked > button:only-child:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:hover:not(.suggested-action):not(.destructive-action) { - background-color: rgba(239, 241, 245, 0.12); -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action) { - color: #eff1f5; - outline: none; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -headerbar button:checked:not(.suggested-action):not(.destructive-action) { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - outline: none; -} - -headerbar button:checked:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 1000px rgba(30, 30, 46, 0.04); - color: rgba(30, 30, 46, 0.87); -} - -headerbar button:checked:focus:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.87); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: rgba(230, 233, 239, 0.5); - color: rgba(30, 30, 46, 0.38); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.32); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.6); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(30, 30, 46, 0.3); -} - -headerbar entry { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - border-radius: 9999px; -} - -headerbar entry:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -headerbar entry image { - color: rgba(239, 241, 245, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: #eff1f5; -} - -headerbar entry image:disabled { - color: rgba(239, 241, 245, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: transparent; - color: #eff1f5; - min-height: 48px; - border: none; - box-shadow: none; - padding: 0; - margin: 0; -} - -headerbar:disabled { - color: rgba(239, 241, 245, 0.5); -} - -headerbar:backdrop { - background-color: transparent; - color: rgba(239, 241, 245, 0.7); -} - -headerbar:backdrop:disabled { - color: rgba(239, 241, 245, 0.32); -} - -headerbar.flat, headerbar.flat:backdrop { - background: none; - box-shadow: none; - transition: none; -} - -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander image.expander-row-arrow, -row.expander headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(239, 241, 245, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander image.expander-row-arrow:backdrop, -row.expander headerbar image.expander-row-arrow:backdrop, -headerbar row label.subtitle:backdrop, -row headerbar label.subtitle:backdrop { - color: rgba(239, 241, 245, 0.5); -} - -headerbar .titlebar { - background-color: transparent; - box-shadow: none; -} - -headerbar headerbar + separator { - background-color: rgba(239, 241, 245, 0.12); -} - -headerbar > windowhandle > box { - padding: 0 6px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar menubutton, -headerbar stackswitcher, -headerbar separator:not(.sidebar) { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - opacity: 1; -} - -headerbar splitbutton { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; -} - -headerbar splitbutton button:not(.suggested-action):not(.destructive-action):not(:hover):not(:active):not(:checked) { - background-color: transparent; -} - -headerbar splitbutton > separator { - background-color: transparent; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -headerbar .entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar stackswitcher { - background-color: rgba(239, 241, 245, 0.04); -} - -headerbar stackswitcher:checked { - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -headerbar stackswitcher:checked:hover { - background-color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar popover.background button.suggested-action:disabled, -headerbar popover.background button.destructive-action:disabled { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); -} - -headerbar popover.background entry, -headerbar popover.background spinbutton, -headerbar popover.background button, -headerbar popover.background menubutton, -headerbar popover.background stackswitcher { - margin-top: 0; - margin-bottom: 0; -} - -headerbar separator:not(.sidebar) { - background-color: rgba(239, 241, 245, 0.12); -} - -headerbar switch { - margin: 12px 6px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -headerbar.selection-mode:backdrop { - color: rgba(30, 30, 46, 0.6); -} - -headerbar.selection-mode .subtitle:link { - color: rgba(30, 30, 46, 0.87); -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar.default-decoration { - min-height: 36px; - padding: 0; - margin: 0; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - border: none; - outline: none; -} - -.solid-csd headerbar.default-decoration, .maximized headerbar.default-decoration { - border-radius: 0; - box-shadow: none; -} - -window > .titlebar:not(.flat) { - box-shadow: none; -} - -window > .titlebar headerbar:not(.flat) { - box-shadow: none; -} - -window.devel headerbar { - background: #1e1e2e cross-fade(10%-gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(203, 166, 247, 0.1)), linear-gradient(to top, #242437 3px, #28283d); -} - -window.devel headerbar:backdrop { - background: #1e1e2e cross-fade(10%-gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#1e1e2e); - /* background-color would flash */ -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 12px; - background-color: alpha(currentColor, 0.08); - border: none; - box-shadow: none; -} - - -pathbar > button:disabled { - background-color: alpha(currentColor, 0.05); -} - - -pathbar > button:checked { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - - -pathbar > button:checked:hover { - background-color: alpha(currentColor, 0.16); - color: #eff1f5; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 3px; - margin-right: 3px; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.7); - border: none; - border-radius: 12px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 10px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #4a4b5a; - border-top-color: #4a4b5a; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; -} - -columnview.view:focus, -treeview.view:focus { - box-shadow: none; - outline: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(239, 241, 245, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: rgba(239, 241, 245, 0.7); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: #eff1f5; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #eff1f5; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: #eff1f5; -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(239, 241, 245, 0.32); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #cba6f7; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(239, 241, 245, 0.12); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: solid; - border-width: 0 1px 0 0; - border-color: transparent; - border-radius: 0; - background-clip: border-box; - border-image: linear-gradient(to bottom, transparent 20%, rgba(239, 241, 245, 0.12) 20%, rgba(239, 241, 245, 0.12) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(239, 241, 245, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: transparent; -} - -columnview.view > header > button:last-child, columnview.view > header > button:only-child, -treeview.view > header > button:last-child, -treeview.view > header > button:only-child { - border-right: none; - border-image: none; -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(239, 241, 245, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #313244; - background-clip: border-box; - color: #cba6f7; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #cba6f7; -} - -stack.view treeview.view { - min-height: 36px; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #1e1e2e; - color: #eff1f5; -} - -menubar:backdrop { - background-color: #1e1e2e; - color: rgba(239, 241, 245, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(239, 241, 245, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: #eff1f5; -} - -menubar > item:disabled { - color: rgba(239, 241, 245, 0.32); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 9px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; - border-radius: 12px; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - color: #eff1f5; - padding: 0 6px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; - padding: 0; - border: none; - outline: none; - transition: none; - border-radius: 12px; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; - border-radius: 12px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 4px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover > arrow, -popover > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - background-color: #232634; - border-radius: 12px; - color: #eff1f5; - border: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -popover > arrow { - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -popover > contents > list, -popover > contents > .view, -popover > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover > contents separator { - background-color: transparent; - margin: 3px 0; -} - -popover > contents list separator { - margin: 0; -} - -popover > contents list > row { - border-radius: 12px; -} - -popover > contents stack > box { - padding: 0; -} - -popover > contents > box > button { - margin: 0; -} - -popover .view:not(:selected), -popover toolbar { - background-color: #232634; -} - -popover button, -popover entry, -popover combobox { - border-radius: 12px; -} - -popover .linked > button:not(.radio) { - border-radius: 0; -} - -popover .linked > button:not(.radio):first-child { - border-radius: 12px 0 0 12px; -} - -popover .linked > button:not(.radio):last-child { - border-radius: 0 12px 12px 0; -} - -popover .linked > button:not(.radio):only-child { - border-radius: 12px; -} - -popover.menu button, -popover button.model { - min-height: 32px; - padding: 0 8px; -} - -popover modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; - color: #eff1f5; - font: initial; - border-radius: 12px; -} - -popover modelbutton:hover { - transition: none; - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; -} - -popover modelbutton:hover accelerator { - color: #cba6f7; -} - -popover modelbutton:hover accelerator:disabled { - color: rgba(239, 241, 245, 0.5); -} - -popover modelbutton:focus:not(:hover) { - transition: none; - box-shadow: none; - outline: none; -} - -popover modelbutton:disabled { - color: rgba(239, 241, 245, 0.5); -} - -popover modelbutton accelerator { - color: rgba(239, 241, 245, 0.5); - margin-left: 30px; -} - -popover modelbutton accelerator:disabled { - color: rgba(239, 241, 245, 0.12); -} - -popover modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -.osd popover, popover.touch-selection, popover.magnifier { - background-color: transparent; -} - -magnifier { - background-color: #313244; -} - -/************* - * Notebooks * - *************/ -tabbar tab, tabbar tabbox > tabboxchild > tab, notebook > header > tabs > tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 3px 12px; - border: none; - outline: none; - background-clip: padding-box; - color: #eff1f5; - font-weight: 500; - border-radius: 9px; -} - -tabbar tab:hover:not(:checked):not(:selected), notebook > header > tabs > tab:hover:not(:checked):not(:selected) { - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; - box-shadow: none; -} - -tabbar tab:disabled, notebook > header > tabs > tab:disabled { - color: rgba(30, 30, 46, 0.3); -} - -tabbar tab:active, notebook > header > tabs > tab:active { - background-color: #313244; - color: #eff1f5; - box-shadow: none; -} - -tabbar tab:checked:not(:active), notebook > header > tabs > tab:checked:not(:active), tabbar tab:selected:not(:active), notebook > header > tabs > tab:selected:not(:active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; - box-shadow: none; -} - -tabbar tab:checked:not(:active):disabled, notebook > header > tabs > tab:checked:not(:active):disabled, tabbar tab:selected:not(:active):disabled, notebook > header > tabs > tab:selected:not(:active):disabled { - color: rgba(239, 241, 245, 0.5); -} - -notebook, notebook.frame { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 9px; -} - -notebook.frame frame > border { - border: none; - border-radius: 9px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: rgba(239, 241, 245, 0.04); -} - -notebook > header { - border: none; - background-color: rgba(239, 241, 245, 0.04); - margin: 3px; - border-radius: 12px; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: 0; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: 0; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: 0; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 12px; -} - -notebook > header > tabs > tab { - margin: 3px; -} - -notebook > header > tabs > tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header > tabs > tab > box:drop(active) { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -notebook > header > tabs > tab button.flat:last-child { - margin-left: 6px; - margin-right: -3px; -} - -notebook > header > tabs > tab button.flat:first-child { - margin-left: -3px; - margin-right: 6px; -} - -notebook > header > tabs > tab button.small-button { - min-width: 24px; - min-height: 24px; -} - -notebook > header.top > tabs, notebook > header.bottom > tabs { - padding-left: 0; - padding-right: 0; -} - -notebook > header.top > tabs:not(:only-child):first-child, notebook > header.bottom > tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top > tabs:not(:only-child):last-child, notebook > header.bottom > tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top > tabs > tab:not(:last-child), notebook > header.bottom > tabs > tab:not(:last-child) { - margin-right: 0; -} - -notebook > header.top > tabs tab.reorderable-page, notebook > header.bottom > tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left > tabs, notebook > header.right > tabs { - padding-top: 0; - padding-bottom: 0; -} - -notebook > header.left > tabs:not(:only-child):first-child, notebook > header.right > tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left > tabs:not(:only-child):last-child, notebook > header.right > tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left > tabs > tab:not(:last-child), notebook > header.right > tabs > tab:not(:last-child) { - margin-bottom: 0; -} - -notebook > header.left > tabs tab.reorderable-page, notebook > header.right > tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header > menubutton > button.image-button { - padding: 3px; - min-width: 24px; - min-height: 24px; - margin: 0 3px; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 12px; -} - -tabbar > revealer > box { - box-shadow: none; -} - -tabbar .box { - min-height: 36px; - background-color: rgba(239, 241, 245, 0.04); - background-image: none; - padding: 0; - margin: 3px; - border-radius: 12px; - border: none; - box-shadow: none; -} - -tabbar scrolledwindow.pinned undershoot { - border: 0 solid rgba(239, 241, 245, 0.12); -} - -tabbar scrolledwindow.pinned:dir(rtl) undershoot.left { - border-left-width: 1px; -} - -tabbar scrolledwindow.pinned:dir(ltr) undershoot.right { - border-right-width: 1px; -} - -tabbar scrolledwindow.pinned tabbox { - padding: 3px 3px 3px 0; -} - -tabbar scrolledwindow.pinned tabbox > tabboxchild { - margin: 0; -} - -tabbar scrolledwindow.pinned tabbox > background:dir(ltr) { - box-shadow: inset -1px 0 rgba(239, 241, 245, 0.12); -} - -tabbar scrolledwindow.pinned tabbox > background:dir(rtl) { - box-shadow: inset 1px 0 rgba(239, 241, 245, 0.12); -} - -tabbar scrolledwindow:not(.pinned) tabbox { - padding: 3px 0; -} - -tabbar scrolledwindow:not(.pinned) tabbox > tabboxchild { - margin: 0 -2px; -} - -tabbar scrolledwindow:not(.pinned) tabbox > tabboxchild + separator + tabboxchild { - margin-left: 0; -} - -tabbar undershoot { - transition: background 150ms ease-in-out; -} - -tabbar undershoot.left { - background: linear-gradient(to right, #313244, rgba(0, 0, 0, 0) 20px); -} - -tabbar undershoot.right { - background: linear-gradient(to left, #313244, rgba(0, 0, 0, 0) 20px); -} - -tabbar .needs-attention-left undershoot.left { - background: linear-gradient(to right, alpha(#cba6f7, 0.5), alpha(#cba6f7, 0.3) 1px, alpha(#cba6f7, 0) 20px); -} - -tabbar .needs-attention-right undershoot.right { - background: linear-gradient(to left, alpha(#cba6f7, 0.5), alpha(#cba6f7, 0.3) 1px, alpha(#cba6f7, 0) 20px); -} - -tabbar tabbox { - background-color: transparent; - background-image: none; - padding: 0; - margin: 0; - border: none; - box-shadow: none; -} - -tabbar tabbox > background { - background: none; -} - -tabbar tabbox > separator { - margin: 9px 0; - min-width: 1px; - background-color: rgba(30, 30, 46, 0.12); - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > tabboxchild { - padding: 0; -} - -tabbar tabbox > tabboxchild > tab { - margin: 0; -} - -tabbar tab.needs-attention { - background-image: radial-gradient(ellipse at bottom, rgba(239, 241, 245, 0.8), alpha(#cba6f7, 0.4) 10%, alpha(#cba6f7, 0) 30%); -} - -tabbar tab.needs-attention:hover { - background-image: image(alpha(currentColor, 0.03)), radial-gradient(ellipse at bottom, rgba(239, 241, 245, 0.8), alpha(#cba6f7, 0.4) 10%, alpha(#cba6f7, 0) 30%); -} - -tabbar .start-action, -tabbar .end-action { - background-color: rgba(239, 241, 245, 0.04); - background-clip: padding-box; - border-color: rgba(239, 241, 245, 0.12); - border-style: solid; - transition: background 150ms ease-in-out; -} - -tabbar .start-action button, -tabbar .end-action button { - border: none; - border-radius: 0; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - border-right-width: 1px; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - border-left-width: 1px; -} - -tabbar:not(.inline) scrolledwindow.pinned undershoot { - border-color: rgba(239, 241, 245, 0.12); -} - -tabbar:not(.inline) undershoot.left { - background: linear-gradient(to right, #1e1e2e, rgba(0, 0, 0, 0) 20px); -} - -tabbar:not(.inline) undershoot.right { - background: linear-gradient(to left, #1e1e2e, rgba(0, 0, 0, 0) 20px); -} - -tabbar:not(.inline) .needs-attention-left undershoot.left { - background: linear-gradient(to right, alpha(#cba6f7, 0.5), alpha(#cba6f7, 0.3) 1px, alpha(#cba6f7, 0) 20px); -} - -tabbar:not(.inline) .needs-attention-right undershoot.right { - background: linear-gradient(to left, alpha(#cba6f7, 0.5), alpha(#cba6f7, 0.3) 1px, alpha(#cba6f7, 0) 20px); -} - -tabbar:not(.inline) tabbox > background { - background-color: #1e1e2e; -} - -tabbar:not(.inline) .start-action, -tabbar:not(.inline) .end-action { - background-color: alpha(#1e1e2e, 0.6); - border-color: rgba(239, 241, 245, 0.12); -} - -dnd tab { - min-height: 24px; - background-color: #1e1e2e; - color: #eff1f5; - box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.09), 0 2px 14px 3px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05); - outline: 1px solid rgba(30, 30, 46, 0.75); - outline-offset: -1px; - margin: 24px; -} - -dnd tab.needs-attention { - background-image: radial-gradient(ellipse at bottom, rgba(239, 241, 245, 0.8), alpha(#cba6f7, 0.4) 10%, alpha(#cba6f7, 0) 30%); -} - -tabbar tab, -dnd tab { - padding: 6px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 24px; - min-height: 24px; - border-radius: 9999px; -} - -tabbar tab button.image-button.tab-close-button, -dnd tab button.image-button.tab-close-button { - margin-right: -3px; -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #313244; - box-shadow: none; - outline: none; -} - -scrollbar.top { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -scrollbar > range > trough { - border: none; - background: none; - padding: 0; - outline: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(239, 241, 245, 0.5); - box-shadow: none; - outline: none; -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -scrollbar > range > trough > slider:active { - background-color: #eff1f5; -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 3px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 3px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 0; - border: 1px solid rgba(49, 50, 68, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 0; - border: 1px solid rgba(49, 50, 68, 0.3); - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(41, 44, 60, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 3px; - border: none; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.5); -} - -switch:checked { - background-color: #cba6f7; -} - -switch:disabled { - opacity: 0.5; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 18px; - min-height: 18px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 0 transparent, 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - background-color: #1e1e2e; - border: none; -} - -switch:focus slider, switch:hover slider, switch:focus:hover slider { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.6), 0 3px 3px -2px transparent, 0 2px 3px -1px transparent, 0 1px 4px 0 transparent; -} - -/************************* - * Check and Radio items * - *************************/ -checkbutton, -radiobutton { - outline: none; - border-spacing: 3px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: 3px; - padding: 0; - border-radius: 9999px; - border: none; - color: transparent; - background-color: rgba(239, 241, 245, 0.12); - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); -} - -check:hover, -radio:hover { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.04); - background-color: rgba(239, 241, 245, 0.15); -} - -check:active, -radio:active { - box-shadow: 0 0 0 6px rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.2); -} - -check:disabled, -radio:disabled { - background-color: rgba(239, 241, 245, 0.04); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: rgba(30, 30, 46, 0.6); - background-color: #cba6f7; -} - -check:checked:hover, check:indeterminate:hover, -radio:checked:hover, -radio:indeterminate:hover { - box-shadow: 0 0 0 6px rgba(203, 166, 247, 0.15); - background-color: #e6d5fb; -} - -check:checked:active, check:indeterminate:active, -radio:checked:active, -radio:indeterminate:active { - box-shadow: 0 0 0 6px rgba(203, 166, 247, 0.2); - background-color: #cba6f7; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(30, 30, 46, 0.6); - background-color: rgba(203, 166, 247, 0.35); -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -3px; - margin-right: 6px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: 6px; - margin-right: -3px; -} - -popover.menu check, popover.menu radio { - transition: none; - margin: 0; - padding: 0; -} - -popover.menu check:dir(ltr), popover.menu radio:dir(ltr) { - margin-right: 6px; - margin-left: -3px; -} - -popover.menu check:dir(rtl), popover.menu radio:dir(rtl) { - margin-left: 6px; - margin-right: -3px; -} - -popover.menu check, popover.menu check:hover, popover.menu check:disabled, popover.menu check:checked:hover, popover.menu check:indeterminate:hover, popover.menu radio, popover.menu radio:hover, popover.menu radio:disabled, popover.menu radio:checked:hover, popover.menu radio:indeterminate:hover { - box-shadow: none; -} - - -check { - -gtk-icon-size: 20px; -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/checkbox-mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 20px; -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/radio-mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 16px; - min-width: 16px; - -gtk-icon-size: 16px; -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/small-checkbox-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 16px; - min-width: 16px; - -gtk-icon-size: 16px; -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/small-radio-mixed-symbolic@2.svg"))); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view radio, -treeview.view check, -columnview.view radio, -columnview.view check { - padding: 0; - margin: 0; - transition: none; -} - -treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, -treeview.view check, -treeview.view check:hover, -treeview.view check:disabled, -treeview.view check:checked:hover, -treeview.view check:indeterminate:hover, -columnview.view radio, -columnview.view radio:hover, -columnview.view radio:disabled, -columnview.view radio:checked:hover, -columnview.view radio:indeterminate:hover, -columnview.view check, -columnview.view check:hover, -columnview.view check:disabled, -columnview.view check:checked:hover, -columnview.view check:indeterminate:hover { - box-shadow: none; -} - -treeview.view:hover check, -treeview.view:hover radio, treeview.view:selected check, -treeview.view:selected radio, treeview.view:focus check, -treeview.view:focus radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio { - box-shadow: none; -} - -treeview.view:hover check:checked, -treeview.view:hover radio:checked, treeview.view:selected check:checked, -treeview.view:selected radio:checked, treeview.view:focus check:checked, -treeview.view:focus radio:checked, -columnview.view:hover check:checked, -columnview.view:hover radio:checked, -columnview.view:selected check:checked, -columnview.view:selected radio:checked, -columnview.view:focus check:checked, -columnview.view:focus radio:checked { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -checkbutton.selection-mode { - border-radius: 9999px; -} - -checkbutton.selection-mode check, -checkbutton.selection-mode radio { - padding: 6px; - border-radius: 9999px; -} - -checkbutton.selection-mode check:checked, checkbutton.selection-mode check:indeterminate, -checkbutton.selection-mode radio:checked, -checkbutton.selection-mode radio:indeterminate { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -checkbutton.selection-mode label:dir(ltr) { - margin-right: 6px; -} - -checkbutton.selection-mode label:dir(rtl) { - margin-left: 6px; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(239, 241, 245, 0.3); -} - -scale > trough:disabled { - background-color: rgba(239, 241, 245, 0.12); -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#cba6f7); -} - -scale > trough > highlight:disabled { - background-color: #1e1e2e; - background-image: image(rgba(239, 241, 245, 0.32)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > trough > slider { - min-height: 18px; - min-width: 18px; - margin: -8px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9999px; - color: #cba6f7; - background-color: #313244; - box-shadow: inset 0 0 0 2px #cba6f7; -} - -scale > trough > slider:hover { - box-shadow: inset 0 0 0 2px #cba6f7, 0 0 0 8px rgba(239, 241, 245, 0.12); -} - -scale > trough > slider:active { - box-shadow: inset 0 0 0 4px #cba6f7, 0 0 0 8px rgba(239, 241, 245, 0.12); -} - -scale > trough > slider:disabled { - box-shadow: inset 0 0 0 2px rgba(239, 241, 245, 0.32); -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune > trough > slider { - margin: -7px; -} - -scale > marks, -scale > value { - color: rgba(239, 241, 245, 0.7); -} - -scale indicator { - background-color: rgba(239, 241, 245, 0.3); - color: transparent; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: rotate(45deg); - border-bottom-right-radius: 0; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -13.5px; - margin-top: 11.5px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -13.5px; - margin-right: 11.5px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -13.5px; - margin-left: 11.5px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(239, 241, 245, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.12); -} - -progressbar progress { - border-radius: 12px; - background-color: #cba6f7; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #cba6f7; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #df8e1d; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #cba6f7; -} - -levelbar block.full { - background-color: #40a02b; -} - -levelbar block.empty { - background-color: rgba(239, 241, 245, 0.12); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: #eff1f5; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(239, 241, 245, 0.12); - background-color: #313244; - color: #eff1f5; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(239, 241, 245, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 12px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 12px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar { - box-shadow: none; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - box-shadow: none; - background-color: #313244; - background-clip: border-box; - border: none; - color: #eff1f5; -} - -actionbar > revealer > box button, -actionbar > revealer > box entry, -actionbar > revealer > box menubutton, -actionbar > revealer > box menubutton > button, -actionbar > revealer > box splitbutton, -actionbar > revealer > box splitbutton > button, -actionbar > revealer > box spinbutton { - margin: 0; -} - -statusbar { - padding: 6px 18px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: radial-gradient(farthest-side at top, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at top, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at bottom, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: radial-gradient(farthest-side at left, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at left, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: left; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: radial-gradient(farthest-side at right, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at right, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: right; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border: none; - background-image: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: transparent; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator, separator.spacer, separator.sidebar { - min-width: 0; - min-height: 0; - background-color: transparent; - background-image: none; -} - -/********* - * Lists * - *********/ -list.content, -list.boxed-list { - border-radius: 12px; - box-shadow: none; - border: none; - background-color: transparent; -} - -list.content > row, -list.boxed-list > row { - border: none; - border-radius: 3px; - background-color: rgba(239, 241, 245, 0.04); -} - -list.content > row:hover, -list.boxed-list > row:hover, list.content > row.has-open-popup, -list.boxed-list > row.has-open-popup, list.content > row:focus, -list.boxed-list > row:focus { - background-color: rgba(239, 241, 245, 0.04); -} - -list.content > row:active, -list.boxed-list > row:active { - background-color: alpha(currentColor, 0.12); -} - -list.content > row:not(:first-child), -list.boxed-list > row:not(:first-child) { - margin-top: 3px; -} - -list.content > row:first-child, -list.boxed-list > row:first-child { - border-radius: 12px 12px 3px 3px; -} - -list.content > row:last-child, -list.boxed-list > row:last-child { - border-radius: 3px 3px 12px 12px; -} - -list.content > row:only-child, -list.boxed-list > row:only-child { - border-radius: 12px; -} - -listview, -list { - border-color: rgba(239, 241, 245, 0.12); - background-color: rgba(239, 241, 245, 0.04); - background-clip: padding-box; -} - -listview > row, -list > row { - padding: 6px; - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator:not(:last-child), listview.separators.horizontal > row:not(.separator):not(:last-child), -list.horizontal row.separator:not(:last-child), -list.separators.horizontal > row:not(.separator):not(:last-child) { - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -listview:not(.horizontal) row.separator:not(:last-child), listview.separators:not(.horizontal) > row:not(.separator):not(:last-child), -list:not(.horizontal) row.separator:not(:last-child), -list.separators:not(.horizontal) > row:not(.separator):not(:last-child) { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -leaflet scrolledwindow listview, leaflet scrolledwindow list { - background-color: transparent; -} - -list.frame { - border-radius: 12px; -} - -listview.view { - color: #eff1f5; - background-color: transparent; -} - -popover.menu listview.view { - padding: 0; -} - -popover.menu listview.view > row { - margin-left: 0; - margin-right: 0; - border-radius: 12px; -} - -row { - color: rgba(239, 241, 245, 0.7); - background-clip: padding-box; -} - -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; -} - -.nautilus-window .nautilus-grid-view child.activatable, columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), font-weight 0; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:focus, columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - color: #eff1f5; - background-color: transparent; - box-shadow: none; - outline: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:hover, columnview.view > header > button:hover, -treeview.view > header > button:hover, .nautilus-window .nautilus-grid-view child.has-open-popup.activatable, columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, row.activatable:hover, row.activatable.has-open-popup { - color: #eff1f5; - background-color: alpha(currentColor, 0.05); - box-shadow: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:active, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, font-weight 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.05); - color: #eff1f5; - box-shadow: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:selected, columnview.view > header > button:selected, -treeview.view > header > button:selected, row.activatable:selected { - background-color: alpha(currentColor, 0.06); -} - -.nautilus-window .nautilus-grid-view child.activatable:selected:hover, columnview.view > header > button:selected:hover, -treeview.view > header > button:selected:hover, row.activatable:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -button row.activatable:focus, button row.activatable:hover, button row.activatable:active { - box-shadow: none; - background: none; -} - -button:checked row.activatable { - color: rgba(30, 30, 46, 0.87); -} - -row:selected { - background-color: alpha(currentColor, 0.06); - color: inherit; - box-shadow: none; -} - -row:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -row:selected:focus, row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -row:selected:focus:hover, row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -row:selected image, -row:selected label { - color: #eff1f5; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(239, 241, 245, 0.5); -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 9px 12px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row:last-child { - border-bottom: none; -} - -.rich-list > row > box { - border-spacing: 12px; -} - -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - border-spacing: 6px; - min-height: 50px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.45); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; - padding: 0; -} - -row > box.header > box.title, -row > box.header > box.title > .title { - padding: 0; - font-weight: bold; - color: #eff1f5; -} - -row > box.header > box.title > .subtitle { - padding: 2px 0; - font-weight: normal; - color: rgba(239, 241, 245, 0.7); -} - -row > box.header > .prefixes, -row > box.header > .suffixes { - border-spacing: 6px; -} - -row > box.header > .icon:dir(ltr), -row > box.header > .prefixes:dir(ltr) { - margin-right: 6px; -} - -row > box.header > .icon:dir(rtl), -row > box.header > .prefixes:dir(rtl) { - margin-left: 6px; -} - -row.entry .edit-icon, -row.entry .indicator { - min-width: 24px; - min-height: 24px; - padding: 5px; -} - -row.entry .edit-icon:disabled { - opacity: 0.5; -} - -row.entry .indicator { - opacity: 0.65; -} - -row.entry.monospace { - font-family: inherit; -} - -row.entry.monospace text { - font-family: monospace; -} - -row.entry.error text > selection:focus-within { - background-color: alpha(#d20f39, 0.2); -} - -row.entry.error text > cursor-handle > contents { - background-color: currentColor; -} - -row.entry.warning text > selection:focus-within { - background-color: alpha(#df8e1d, 0.2); -} - -row.entry.warning text > cursor-handle > contents { - background-color: currentColor; -} - -row.entry.success text > selection:focus-within { - background-color: alpha(#40a02b, 0.2); -} - -row.entry.success text > cursor-handle > contents { - background-color: currentColor; -} - -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.45); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - color: inherit; - background-color: transparent; -} - -row.expander list.nested > row { - background-color: transparent; - border: none; - background-image: none; - transition: none; - animation: none; -} - -row.expander image.expander-row-arrow { - transition: -gtk-icon-transform 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.45); -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); - opacity: 1; -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #cba6f7; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -list.content > row.expander row.header, -list.boxed-list > row.expander row.header { - background-color: transparent; - border: none; - box-shadow: none; -} - -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview.column-separators > listview > row > cell { - border-left-color: rgba(239, 241, 245, 0.12); -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -treeexpander { - border-spacing: 6px; -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #cba6f7; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 0; - padding: 0; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #cba6f7; -} - -.app-notification > box > label { - margin-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(239, 241, 245, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: #eff1f5; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(239, 241, 245, 0.32); -} - -expander-widget > box > title { - border-radius: 12px; -} - -expander-widget > box > title:hover > expander { - color: rgba(239, 241, 245, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 12px; - color: #eff1f5; -} - -calendar:disabled { - color: rgba(239, 241, 245, 0.5); -} - -calendar:selected { - border-radius: 12px; -} - -calendar > header { - padding: 3px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -calendar > header > button { - min-height: 24px; -} - -calendar > grid { - margin: 3px; -} - -calendar > grid > label { - border-radius: 12px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button { - border-radius: 0; - min-height: 28px; - padding: 6px 12px; - margin: 0; - border: none; -} - -window.messagedialog .response-area > box > button:first-child, window.dialog.message .dialog-action-area > button:first-child { - border-radius: 0 0 0 12px; -} - -window.messagedialog .response-area > box > button:last-child, window.dialog.message .dialog-action-area > button:last-child { - border-radius: 0 0 12px 0; -} - -window.messagedialog .response-area > box > button:only-child, window.dialog.message .dialog-action-area > button:only-child { - border-radius: 0 0 12px 12px; -} - -window.dialog.message.background { - background-color: #292c3c; -} - -window.dialog.message box.dialog-vbox.vertical { - margin-top: 6px; - border-spacing: 24px; -} - -window.dialog.message box.dialog-vbox.vertical > box.vertical { - margin-bottom: 6px; -} - -window.dialog.message box.dialog-vbox.vertical > box > box > box > label.title { - font-weight: 800; - font-size: 15pt; -} - -window.dialog.message .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; - color: #eff1f5; -} - -window.dialog.message .titlebar:backdrop { - background-color: #292c3c; - color: rgba(239, 241, 245, 0.7); -} - -window.dialog.message .dialog-action-area { - border-top: 1px solid rgba(239, 241, 245, 0.12); - margin: 0; - border-spacing: 0; -} - -window.dialog.message .dialog-action-area > button { - border: none; -} - -window.dialog.message .dialog-action-area > button:not(:last-child) { - border-right: 1px solid rgba(239, 241, 245, 0.12); -} - -window.dialog.message .dialog-action-area > button.suggested-action:not(:disabled) { - color: #1e66f5; -} - -window.dialog.message .dialog-action-area > button.destructive-action:not(:disabled) { - color: #d20f39; -} - -window.aboutdialog.background.csd scrolledwindow.frame, -window.aboutdialog.background.csd scrolledwindow.frame > viewport.view, -window.aboutdialog.background.csd scrolledwindow.frame > textview.view, -window.aboutdialog.background.csd scrolledwindow.frame > textview.view > text { - border-radius: 12px; -} - -/******************** - * AdwMessageDialog * - ********************/ -window.messagedialog { - background-color: #292c3c; - color: #eff1f5; -} - -window.messagedialog .message-area { - padding: 24px 30px; - border-spacing: 10px; -} - -window.messagedialog .response-area > box > button.suggested { - color: #cba6f7; -} - -window.messagedialog .response-area > box > button.destructive { - color: #d20f39; -} - -window.messagedialog.csd:not(.solid-csd) { - border-radius: 12px; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button { - margin: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:first-child { - margin-left: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:last-child { - margin-right: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button { - margin-top: 0; - margin-bottom: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; - margin-bottom: 0; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; - color: inherit; -} - -leaflet.unfolded > box > stacksidebar.sidebar { - border: none; -} - -stacksidebar list { - padding: 6px; - background-color: transparent; -} - -stacksidebar row { - min-height: 24px; - padding: 6px; - border-radius: 6px; -} - -stacksidebar row:selected { - font-weight: 500; - background-color: rgba(239, 241, 245, 0.04); -} - -stacksidebar row + row { - margin-top: 3px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(239, 241, 245, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(239, 241, 245, 0.12); -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 2px 4px; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.background { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar > separator { - margin: 3px 0; -} - -.navigation-sidebar > row { - min-height: 24px; - padding: 0 6px 0 6px; - margin: 1px; - border-radius: 9px; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:active { - background-color: alpha(currentColor, 0.12); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.08); - box-shadow: none; -} - -.navigation-sidebar > row:selected label, -.navigation-sidebar > row:selected image { - color: #cba6f7; - font-weight: 700; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.navigation-sidebar > row:not(:first-child) { - margin-top: 3px; -} - -/**************** - * File chooser * - ****************/ -filechooser paned > separator { - background: rgba(239, 241, 245, 0.12); -} - -filechooser paned > box #pathbarbox.view, -filechooser paned > box stack.view, -filechooser paned > box columnview.view, -filechooser paned > box gridview.view { - background-color: transparent; -} - -filechooser .dialog-action-box { - border: none; -} - -filechooser #pathbarbox { - border: none; - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -placessidebar { - background-color: transparent; -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar list.navigation-sidebar > row image.sidebar-icon { - color: inherit; -} - -placessidebar list.navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar list.navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar list.navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar list.navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar list.navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar list.navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar list.navigation-sidebar > row.sidebar-new-bookmark-row { - color: #cba6f7; -} - -placessidebar list.navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #cba6f7; -} - -placessidebar list.navigation-sidebar > row:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 6px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(#4a4b5a); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1e1e2e; - background-image: image(#4a4b5a), image(#4a4b5a); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 12px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar > revealer > box { - padding: 6px; - border-spacing: 12px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #313244; - color: #eff1f5; -} - -infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not( -.destructive-action -) { - color: #cba6f7; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: transparent; - color: #eff1f5; - border-radius: 9px; - border: none; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: #eff1f5; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: rgba(239, 241, 245, 0.04); -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #df8e1d; - color: #eff1f5; -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: #eff1f5; -} - -infobar.warning:hover > revealer > box { - background-color: #c8801a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #d20f39; - color: #eff1f5; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: #eff1f5; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: #eff1f5; -} - -infobar.error:hover > revealer > box { - background-color: #ba0d33; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 6px 12px; - box-shadow: none; - border: none; -} - -tooltip.background { - background-color: rgba(24, 24, 37, 0.9); - color: #eff1f5; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - border-radius: 12px; - margin: 2px 6px 8px 6px; -} - -tooltip > box { - border-spacing: 6px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -colorswatch.top overlay { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -colorswatch.bottom { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -colorswatch.dark { - color: #eff1f5; -} - -colorswatch.light { - color: rgba(30, 30, 46, 0.87); -} - -colorchooser colorswatch:hover { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 0 0 2px #cba6f7; -} - -colorswatch#add-color-button { - border-radius: 12px 0 0 12px; - color: #eff1f5; -} - -colorswatch#add-color-button:only-child { - border-radius: 12px; -} - -colorswatch#add-color-button overlay { - background-color: rgba(239, 241, 245, 0.04); -} - -colorswatch#add-color-button overlay:hover { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -colorswatch#add-color-button overlay:active { - background-color: rgba(239, 241, 245, 0.3); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay:hover { - box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1e1e2e; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - border-radius: 12px; - outline: none; - margin: 0; - transition: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; -} - -window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-top, window.csd.tiled-right, window.csd.tiled-bottom, window.csd.tiled-left { - border-radius: 0; - transition: none; -} - -window.csd.maximized, window.csd.fullscreen { - box-shadow: none; - outline: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - background-color: #1e1e2e; - border: 1px solid #4a4b5a; -} - -window.solid-csd:backdrop { - background-color: #1e1e2e; -} - -window.ssd { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -windowcontrols button:not(.suggested-action):not(.destructive-action) { - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 0 2px; -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:not(.suggested-action):not(.destructive-action), windowcontrols button.close:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.close:not(.suggested-action):not(.destructive-action) image { - padding: 0; -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.25); -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -windowcontrols button.minimize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:not(.suggested-action):not(.destructive-action) { - background-color: rgba(239, 241, 245, 0.3); -} - -windowcontrols button.minimize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(239, 241, 245, 0.5); -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) { - background-color: #fab387; -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.4); -} - -windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#fab387, 0.6); -} - -windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) { - background-color: #a6e3a1; -} - -windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.4); -} - -windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#a6e3a1, 0.6); -} - -windowcontrols button.close:not(.suggested-action):not(.destructive-action) { - background-color: #f38ba8; -} - -windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.4); -} - -windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - background-color: shade(#f38ba8, 0.6); -} - -windowcontrols { - border-spacing: 6px; -} - -windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { - margin-right: 6px; - margin-left: 6px; -} - -windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { - margin-left: 6px; - margin-right: 6px; -} - - -.view:selected, iconview:selected, gridview > child:selected, columnview.view:selected, -treeview.view:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -flowbox > flowboxchild:selected, .link selection, calendar > grid > label.today { - color: #cba6f7; - background-color: rgba(203, 166, 247, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, -entry > text > selection, spinbutton > text > selection, -entry headerbar popover.background entry > text > selection, -headerbar popover.background entry entry > text > selection, calendar > grid > label.today:selected { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -.monospace { - font-family: monospace; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #cba6f7; - -gtk-icon-source: -gtk-recolor(url("assets/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(239, 241, 245, 0.12); - border-radius: 13px; - box-shadow: inset 0 -2px rgba(239, 241, 245, 0.12); - background-color: #292c3c; - color: #eff1f5; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #cba6f7; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 15px; - background-color: rgba(239, 241, 245, 0.04); - border: none; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action) { - margin: 0; - border-radius: 9999px; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action):not(:hover):not(:active):not(:checked) { - background-color: transparent; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { - box-shadow: none; -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #e6e9ef; - color: rgba(30, 30, 46, 0.87); -} - -stackswitcher.linked > button:not(.suggested-action):not(.destructive-action):checked:hover { - box-shadow: none; - background-color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1); -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 6px; - border-spacing: 6px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); - background: none; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 3px; - border-top: 1px solid rgba(239, 241, 245, 0.12); - background: none; -} - -button.emoji-section { - margin: 0; - padding: 6px; - border-radius: 12px; -} - -button.emoji-section:checked { - color: #cba6f7; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, -emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.view { - background-color: #1e1e2e; -} - -.nautilus-window .sidebar-pane { - background-color: #1e1e2e; - color: #eff1f5; -} - -.nautilus-window .sidebar-pane:backdrop { - background-color: #1e1e2e; - transition: none; -} - -.nautilus-window placesview label { - color: rgba(239, 241, 245, 0.7); -} - -.nautilus-window flap > separator { - background-color: transparent; -} - -.nautilus-window .nautilus-grid-view .view, -.nautilus-window .nautilus-list-view .view { - background-color: transparent; -} - -.nautilus-window .nautilus-grid-view gridview.view { - margin: 6px; - padding: 6px; -} - -.nautilus-window tabbar .box { - background-color: transparent; - box-shadow: none; - padding: 0; -} - -.nautilus-window tabbar .box:backdrop { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window tabbox, .nautilus-window tabbox:backdrop { - transition: none; - background-color: transparent; -} - -.nautilus-window tabbox > tabboxchild > tab { - color: rgba(239, 241, 245, 0.7); -} - -.nautilus-window tabbox > tabboxchild > tab:hover { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; -} - -.nautilus-window tabbox > tabboxchild > tab:disabled { - color: rgba(239, 241, 245, 0.32); -} - -.nautilus-window tabbox > tabboxchild > tab:checked, .nautilus-window tabbox > tabboxchild > tab:selected { - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; - box-shadow: none; -} - -.nautilus-window tabbox > tabboxchild > tab:checked:disabled, .nautilus-window tabbox > tabboxchild > tab:selected:disabled { - color: rgba(239, 241, 245, 0.5); -} - -.nautilus-window tabbox > tabboxchild > tab button.tab-close-button { - color: #eff1f5; -} - -.nautilus-window tabbox > tabboxchild > tab button.tab-close-button:hover, .nautilus-window tabbox > tabboxchild > tab button.tab-close-button:active { - color: #eff1f5; -} - -.nautilus-window tabbox > tabboxchild > tab button.tab-close-button:disabled { - color: #eff1f5; -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - margin: 6px; - border-style: none; - border-radius: 9px; - background-color: #1e1e2e; - color: #cba6f7; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -.nautilus-window .floating-bar button { - margin: 4px; - color: rgba(30, 30, 46, 0.87); -} - -.nautilus-window banner > revealer > widget { - color: #eff1f5; - background-color: rgba(49, 50, 68, 0.5); - border-radius: 9px; - margin: 9px; -} - -.nautilus-window banner > revealer > widget:hover { - background-color: #313244; - border-radius: 9px; - margin: 9px; -} - -.nautilus-window banner > revealer > widget button { - color: #eff1f5; - background-color: rgba(203, 166, 247, 0.3); -} - -.nautilus-window banner > revealer > widget button:hover { - background-color: rgba(203, 166, 247, 0.6); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; - padding: 3px; - margin-right: -5px; -} - -#NautilusQueryEditor > menubutton > button.image-button:checked image { - color: rgba(30, 30, 46, 0.87); -} - -#NautilusQueryEditor > text, -#NautilusQueryEditor > box, -#NautilusQueryEditor > menubutton { - margin: 3px 0; -} - -#NautilusQueryEditorTag { - background-color: rgba(239, 241, 245, 0.12); -} - -#NautilusQueryEditorTag > button.image-button { - margin: 0; - padding: 0; -} - -#NautilusPathBar { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - margin: 6px 0; -} - -#NautilusPathButton { - margin: 0 3px; - border-radius: 12px; -} - -#NautilusPathButton.current-dir { - color: #cba6f7; -} - -#NautilusPathButton.current-dir:hover, #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -.display-container.card { - background-color: #313244; -} - -.small .display-container.card { - border-radius: 0; - box-shadow: none; - border-width: 0 0 1px 0; -} - -.display-container .history-view { - background-color: transparent; -} - -.display-container #displayitem { - padding: 0 12px 8px 0; - font-size: 1.4em; - border-top: 1px solid rgba(239, 241, 245, 0.12); -} - -.math-buttons button { - font-size: 1.1em; - padding: 2px 6px; -} - -.math-buttons button.text-button { - padding-left: 16px; - padding-right: 16px; -} - -leaflet button.number-button { - background-color: rgba(239, 241, 245, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(239, 241, 245, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(239, 241, 245, 0.3); -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 12px; -} - -label.primary-label, label.month-name { - color: #cba6f7; -} - -label.secondary-label { - color: rgba(239, 241, 245, 0.5); -} - -toastoverlay datechooser.view, -toastoverlay agenda-view.view, -toastoverlay agenda-view.view list, -toastoverlay stack.view { - background-color: transparent; -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #cba6f7; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(239, 241, 245, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#cba6f7, 0.3); -} - -popover.events { - background-color: #292c3c; - padding: 0; -} - -popover.events box { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -popover.events list { - background-color: #313244; - border-radius: 12px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 12px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 12px; -} - -event.timed widget.edge { - border-radius: 6px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 6px 6px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 6px 0 0 6px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #313244; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -menubutton.flat.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -menubutton.flat.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -menubutton.flat.sources-button > button { - border-radius: 0 0 12px 12px; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser { - padding: 6px; -} - -datechooser .current-week { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - border-radius: 12px; -} - -datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button.flat, -datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; - padding: 0; -} - -datechooser .weeknum, -datechooser .weekday { - color: rgba(239, 241, 245, 0.5); - font-size: smaller; -} - -datechooser button.day { - font-size: 10pt; - font-weight: normal; - margin: 3px; - padding: 0; - min-height: 36px; - min-width: 36px; - transition: none; -} - -datechooser button.day dot { - background-color: #eff1f5; - border-radius: 50%; - min-height: 3px; - min-width: 3px; -} - -datechooser button.day:selected, datechooser button.day.today:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot { - background-color: rgba(30, 30, 46, 0.87); -} - -datechooser button.day.today { - color: #cba6f7; -} - -datechooser button.day.today dot { - background-color: #cba6f7; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop { - color: rgba(239, 241, 245, 0.32); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot { - background-color: rgba(239, 241, 245, 0.32); -} - -datechooser button.day.other-month:hover:not(:backdrop) { - color: rgba(239, 241, 245, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot { - background-color: rgba(239, 241, 245, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 12px 12px 18px 12px; - color: rgba(239, 241, 245, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(239, 241, 245, 0.5); -} - -.week-header.lines { - color: rgba(239, 241, 245, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 6px; -} - -.week-view .lines { - color: rgba(239, 241, 245, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#cba6f7, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#cba6f7, 0.25); -} - -monthcell { - border: solid 1px rgba(239, 241, 245, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #313244; - transition: background-color 200ms; - color: #eff1f5; -} - -monthcell:selected { - background-color: alpha(#cba6f7, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#cba6f7, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#cba6f7, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#cba6f7, 0.3); - color: #cba6f7; -} - -monthcell.today:selected { - background-color: alpha(#cba6f7, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#cba6f7, 0.35); -} - -monthcell label { - color: #eff1f5; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(239, 241, 245, 0.04); -} - -monthcell.out-of-month label { - color: rgba(239, 241, 245, 0.7); -} - -monthcell button { - padding: 0 6px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 12px; - padding: 6px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list.background > row { - padding: 2px 12px; -} - -agenda-view list.background > label { - padding: 6px 12px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -menubutton stack > box { - border-spacing: 6px; -} - -#TweakPreferencesPage.tweak-group label.subtitle { - color: rgba(239, 241, 245, 0.32); -} - -#TweakPreferencesPage label.dim-label { - color: rgba(239, 241, 245, 0.32); -} - -.tweak-titlebar-left { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - border-top-left-radius: 12px; -} - -.tweak-titlebar-left:backdrop { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - border-top-left-radius: 12px; -} - -.sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow .dim-label, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow row label.subtitle, row .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow label.subtitle, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow row.expander image.expander-row-arrow, row.expander .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow image.expander-row-arrow { - color: rgba(30, 30, 46, 0.38); -} - -.details-page { - margin: 24px 0px; -} - -.installed-overlay-box { - font-size: smaller; - background-color: #cba6f7; - border-radius: 0; - color: rgba(30, 30, 46, 0.87); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -} - -screenshot-carousel box.frame { - border-width: 1px 0; - border-radius: 0; -} - -screenshot-carousel button, -.featured-carousel button { - margin: 12px; -} - -carousel.card { - border: none; - background-color: rgba(239, 241, 245, 0.04); -} - -.smaller { - font-size: smaller; -} - -.screenshot-image-main .image1, -.screenshot-image-main .image2 { - margin-top: 6px; - margin-bottom: 12px; - margin-left: 6px; - margin-right: 6px; -} - -.app-tile-label { - font-size: 105%; -} - -gs-summary-tile image.loading-icon { - background-color: rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.review-row > box { - margin: 12px; - border-spacing: 3px; -} - -.review-row textview { - background: none; -} - -.review-row .edit-icon { - min-width: 24px; - min-height: 24px; - padding: 6px; -} - -.review-textbox { - padding: 6px; -} - -.origin-rounded-box { - background-color: rgba(239, 241, 245, 0.12); - border-radius: 9999px; - padding: 4px; -} - -.origin-beta { - color: #df8e1d; -} - -.origin-button > button { - padding: 3px 9px; -} - -clamp.medium .category-tile:not(.category-tile-iconless) { - font-size: large; -} - -clamp.large .category-tile:not(.category-tile-iconless) { - font-size: larger; -} - -flowboxchild.card:not(.category-tile) { - padding: 0; - box-shadow: none; - border: none; - background-color: transparent; - background-image: none; -} - -.category-tile.card { - padding: 21px; - border: none; - border-radius: 12px; - min-width: 140px; - font-weight: 900; - font-size: larger; -} - -.category-tile.card:not(.category-tile-iconless), .category-tile.card:not(.category-tile-iconless):active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - animation: none; -} - -.category-tile.card.category-tile-iconless { - padding: 9px 15px; - min-width: 130px; - font-size: 105%; - font-weight: normal; -} - -.category-tile.card.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.card.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); - color: white; -} - -.category-tile.card.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); - color: white; -} - -.category-tile.card.category-develop { - background-color: #5e5c64; - color: white; -} - -.category-tile.card.category-develop:hover { - background-color: shade(#5e5c64, 1.2); - color: white; -} - -.category-tile.card.category-develop:active { - background-color: shade(#5e5c64, 0.95); - color: white; -} - -.category-tile.card.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.card.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); - color: white; -} - -.category-tile.card.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); - color: white; -} - -.category-tile.card.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.card.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); - color: #393484; -} - -.category-tile.card.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); - color: #393484; -} - -.category-tile.card.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(239, 241, 245, 0.7); -} - -.category-tile.card.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.card.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.card.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(239, 241, 245, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(239, 241, 245, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; - background-repeat: repeat; -} - -.category-tile.card.category-work:hover { - color: #1c71d8; - background-color: #fefcef; - background-image: linear-gradient(rgba(239, 241, 245, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(239, 241, 245, 0.12) 1px, transparent 1px); -} - -.category-tile.card.category-work:active { - color: #1c71d8; - background-color: #fcf4bf; - background-image: linear-gradient(rgba(239, 241, 245, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(239, 241, 245, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; - background-repeat: repeat; -} - -.featured-tile { - padding: 0; - box-shadow: none; - color: #eff1f5; -} - -.featured-tile label.title-1 { - margin-top: 6px; - margin-bottom: 6px; -} - -.featured-tile.narrow label.title-1 { - font-size: 16pt; -} - -.application-details-infobar, .application-details-infobar.info { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - border: 1px solid rgba(239, 241, 245, 0.12); -} - -.application-details-infobar.warning { - background-color: #df8e1d; - color: #eff1f5; - border: 1px solid rgba(239, 241, 245, 0.12); -} - -.card.info { - background-color: #1f1f2f; - color: #eff1f5; -} - -.card.warning { - background-color: #1f1f2e; - color: #eff1f5; -} - -.infobox { - border-spacing: 6px; - padding: 12px; -} - -@keyframes install-progress-unknown-move { - 0% { - background-position: 0%; - } - 50% { - background-position: 100%; - } - 100% { - background-position: 0%; - } -} - -.application-details-description .button { - padding-left: 24px; - padding-right: 24px; -} - -.install-progress { - background-image: linear-gradient(to top, #cba6f7 2px, alpha(#cba6f7, 0) 2px); - background-repeat: no-repeat; - background-position: 0 bottom; - background-size: 0; - transition: none; -} - -.install-progress:dir(rtl) { - background-position: 100% bottom; -} - -.review-row > * { - margin: 12px; -} - -.review-row button { - font-size: smaller; -} - -.review-row .vote-buttons button { - margin-right: -1px; -} - -.review-row .vote-buttons button:not(:first-child) { - border-image: linear-gradient(to top, rgba(239, 241, 245, 0.12), rgba(239, 241, 245, 0.12)) 0 0 0 1/5px 0 5px 1px; -} - -.review-row .vote-buttons button:hover, -.review-row .vote-buttons button:active, -.review-row .vote-buttons button:hover + button, -.review-row .vote-buttons button:active + button { - border-image: none; -} - -review-bar { - color: rgba(239, 241, 245, 0.5); - background-image: none; - background-color: rgba(239, 241, 245, 0.3); -} - -.review-histogram star-image { - color: rgba(239, 241, 245, 0.5); -} - -.version-arrow-label { - font-size: x-small; -} - -.overview-more-button { - font-size: smaller; - padding: 0 16px; -} - -.app-row-origin-text { - font-size: smaller; -} - -.app-listbox-header { - padding: 6px; - border-bottom: 1px solid rgba(239, 241, 245, 0.12); -} - -.image-list { - background-color: transparent; -} - -box.star { - background-color: transparent; - background-image: none; -} - -button.star { - outline-offset: 0; - background-color: transparent; - background-image: none; - border-image: none; - border-radius: 0; - border-width: 0; - padding: 0; - box-shadow: none; - outline-offset: -1px; -} - -flowboxchild { - padding: 0px; -} - -star-image > image.starred { - color: #f9e2af; - transition-duration: 200ms; -} - -star-image > image.starred:hover { - color: #df8e1d; -} - -star-image > image.non-starred { - opacity: 0.2; - transition-duration: 200ms; -} - -star-image > image.non-starred:hover { - color: #f9e2af; - opacity: 0.7; -} - -.dimmer-label { - opacity: 0.25; -} - -.update-failed-details { - font-family: Monospace; - font-size: smaller; - padding: 16px; -} - -.upgrade-banner { - padding: 0px; - border-radius: 12px; - border: none; -} - -.upgrade-banner-background { - background: linear-gradient(to bottom, #40a02b, #1e66f5); - color: white; -} - -.upgrade-buttons #button_upgrades_install, -.upgrade-buttons #button_upgrades_install_cancel { - padding-left: 16px; - padding-right: 16px; -} - -scrolledwindow.list-page > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -.update-preferences preferencesgroup > box > box { - margin-top: 18px; -} - -.section > label:not(:first-child) { - margin-top: 6px; -} - -.section > box:not(:first-child) { - margin-top: 12px; -} - -clamp.status-page { - margin: 36px 12px; -} - -clamp.status-page .iconbox { - min-height: 128px; - min-width: 128px; -} - -clamp.status-page .icon { - color: rgba(239, 241, 245, 0.5); - min-height: 32px; - min-width: 32px; -} - -clamp.status-page .icon:not(:last-child) { - margin-bottom: 36px; -} - -clamp.status-page .title:not(:last-child) { - margin-bottom: 12px; -} - -app-context-bar .context-tile { - border: 1px solid rgba(239, 241, 245, 0.12); - background-color: transparent; - border-radius: 0; - padding: 24px 12px 21px 12px; - outline-offset: 5px; - transition-property: outline, outline-offset, background-image; - border-bottom: none; - border-right: none; -} - -app-context-bar .context-tile:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); -} - -app-context-bar .context-tile.keyboard-activating, app-context-bar .context-tile:active { - background-color: alpha(currentColor, 0.12); -} - -app-context-bar .context-tile:focus:focus-visible { - outline-offset: -1px; -} - -app-context-bar.horizontal box:first-child .context-tile:first-child, app-context-bar.vertical .context-tile:first-child { - border-left: none; -} - -app-context-bar.horizontal .context-tile, app-context-bar.vertical box:first-child .context-tile { - border-top: none; -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 12px 12px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 12px 0 0 12px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(239, 241, 245, 0.12); -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 6px; - font-size: 18px; - font-weight: bold; - border-radius: 9999px; -} - -.context-tile-lozenge.large { - font-size: 24px; - padding: 16px; - min-width: 24px; - /* 60px minus the left and right padding */ - min-height: 24px; - /* 60px minus the top and bottom padding */ -} - -.context-tile-lozenge.wide-image image { - margin-top: -28px; - margin-bottom: -28px; -} - -.context-tile-lozenge image { - -gtk-icon-style: symbolic; -} - -.context-tile-lozenge.grey { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #28641b; - background-color: rgba(64, 160, 43, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1e66f5; - background-color: rgba(30, 102, 245, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #9b6314; - background-color: rgba(223, 142, 29, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #fe640b; - background-color: rgba(254, 100, 11, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #8b0a26; - background-color: rgba(210, 15, 57, 0.15); -} - -.eol-red { - font-weight: bold; - color: #d20f39; -} - -window.narrow .app-title { - font-size: 16pt; -} - -window.narrow .app-developer { - font-size: small; -} - -.install-progress-label { - font-size: smaller; - font-feature-settings: 'tnum'; -} - -scrolledwindow.fake-adw-status-page > viewport > box { - margin: 36px 12px; -} - -scrolledwindow.fake-adw-status-page -> viewport -> box -> clamp:not(:last-child) -> box { - margin-bottom: 36px; -} - -scrolledwindow.fake-adw-status-page -> viewport -> box -> clamp -> box -> .icon:not(:last-child) { - margin-bottom: 36px; -} - -scrolledwindow.fake-adw-status-page -> viewport -> box -> clamp -> box -> .title:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.icon-dropshadow image.icon { - -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); -} - -window.info scrollbar.vertical { - margin-top: 48px; - background: none; - box-shadow: none; -} - -window.info scrollbar.vertical trough { - margin-top: 0; -} - -row.app > box.header { - margin-left: 12px; - margin-right: 12px; -} - -row.app > box.header { - border-spacing: 12px; -} - -row.app > box.header > image { - margin-top: 12px; - margin-bottom: 12px; -} - -row.app label.warning { - color: #d20f39; -} - -@keyframes pre-delay { - from { - opacity: 0; - } - to { - opacity: 0; - } -} - -@keyframes fade-in { - from { - filter: opacity(0%); - } -} - -/* Give a fade-in animation to spinners. */ -spinner.fade-in:checked { - animation: pre-delay 0.5s linear 1, fade-in 1s linear 1, spin 1s linear infinite; - animation-delay: 0s, 0.5s, 0.5s; -} - -window > contents > leaflet > box > stack.background { - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, transparent 48px, #1e1e2e 48px, #1e1e2e); -} - -@define-color weather_temp_chart_fill_color rgba(223, 142, 29, 0.5); -@define-color weather_temp_chart_stroke_color #b27117; -@define-color weather_thermometer_warm_color #df8e1d; -@define-color weather_thermometer_cold_color #1e66f5; -#places-label { - font-weight: bold; -} - -#temperature-label { - font-size: 32pt; - font-weight: 900; - margin-left: 9px; -} - -#conditions-grid *:backdrop { - color: rgba(239, 241, 245, 0.7); -} - -.content-view.cell { - font-weight: bold; -} - -#locationEntry { - margin: 6px; -} - -.weather-popover { - margin-top: 6px; -} - -.forecast-card { - transition: border-radius 100ms ease-out; - border-radius: 12px; -} - -.forecast-card separator { - background-color: #1e1e2e; -} - -#daily-forecast-box > separator:last-child { - background-color: transparent; - min-width: 0; -} - -#conditions-grid, -#attributionGrid { - margin-left: 18px; - margin-right: 18px; -} - -#weather-page .small .forecast-card { - margin-left: 0; - margin-right: 0; - border-radius: 0; - border-width: 1px 0; -} - -.forecast-temperature-label { - font-weight: bold; - color: #ae7b03; -} - -WeatherThermometer { - margin-bottom: 12px; -} - -WeatherThermometer > label.high { - font-weight: bold; - color: #df8e1d; -} - -WeatherThermometer > label.low { - font-weight: bold; - color: #1e66f5; -} - -.forecast-button { - margin: 0 12px; -} - -.forecast-graphic { - margin: 18px; -} - -button.osd.circular { - border-radius: 9999px; - min-width: 24px; - min-height: 24px; -} - -button.osd.circular > image { - padding: 0; -} - -scrolledwindow.inline list, -scrolledwindow.inline listview { - background: none; - color: inherit; -} - -scrolledwindow.inline undershoot.top { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.12); -} - -.search-view { - background-color: #89b4fa; - color: rgba(30, 30, 46, 0.87); -} - -.search-view menubutton button:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.3); -} - -image.circular { - min-width: 36px; - min-height: 36px; - padding: 0; - border-radius: 9999px; -} - -#gnome-system-monitor.background.csd { - background-color: #1e1e2e; -} - -#gnome-system-monitor treeview.view { - background-color: #313244; - padding: 4px; - border-radius: 9px; -} - -.large-button { - padding: 6px; -} - -.alarm-time { - font-size: 2.5em; - font-weight: 300; -} - -.clocks-ampm-toggle-button, -.clocks-secondary-standalone-label { - font-size: 18pt; -} - -.clocks-standalone-label, -.clocks-ringing-label { - font-size: 6em; - font-weight: 300; -} - -.clocks-ringing-title { - font-size: 1.5em; - font-weight: bold; -} - -.clocks-alarm-setup-time { - font-size: 32pt; -} - -.clocks-timer-label, -.clocks-spinbutton { - font-size: 48pt; -} - -.timer-panel .timer-header { - font-size: 20pt; - font-weight: 300; -} - -.timer-countdown { - font-size: 40pt; - font-weight: 300; -} - -/* Stopwatch Panel */ -.lap-time { - font-weight: bold; -} - -.stopped-stopwatch label, -.running-stopwatch label, -.paused-stopwatch label { - font-size: 70px; - font-weight: lighter; -} - -.stopped-stopwatch .seconds-label { - font-weight: 300; -} - -.running-stopwatch .seconds-label, -.running-stopwatch .miliseconds-label { - color: #cba6f7; -} - -.stopped-stopwatch .miliseconds-label, -.running-stopwatch .miliseconds-label, -.paused-stopwatch .miliseconds-label { - font-size: 50px; -} - -.running-stopwatch .seconds-label, -.paused-stopwatch .seconds-label { - font-weight: 300; -} - -.clock-location { - font-weight: bolder; -} - -.hidden { - opacity: 0; -} - -.clock-time { - font-size: 2em; - padding: 0.2em 0.5em; - border-radius: 1em; -} - -.none .clock-time { - background: alpha(currentColor, 0.2); -} - -.night .clock-time { - color: #89b4fa; - background-color: alpha(#1e66f5, 0.25); -} - -.naut .clock-time, -.astro .clock-time { - color: #fab387; - background-color: alpha(#fe640b, 0.25); -} - -.civil .clock-time, -.day .clock-time { - color: #f9e2af; - background: alpha(#df8e1d, 0.25); -} - -headerbar splitbutton notification button { - margin: 0; - min-height: 24px; - min-width: 24px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 3px; -} - -.frameheader.header { - min-height: 24px; - background-color: #313244; -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 3px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 24px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(239, 241, 245, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button { - border-radius: 0; -} - -.style-variant { - padding: 0 12px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 12px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(239, 241, 245, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(239, 241, 245, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #cba6f7; -} - -playlistview scrollbar.overlay-indicator.dragging, playlistview scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -playlistview queuerow picture.cover, -playlistview queuerow image.card { - border: none; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -/* Tagger */ -list.music-list { - margin: -40px 0; - background-color: transparent; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: #eff1f5; -} - -avatar.image { - background: none; -} - -.card { - border-radius: 12px; - border: none; - background-clip: border-box; - color: rgba(239, 241, 245, 0.7); - box-shadow: none; - outline: none; - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; -} - -.card.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(239, 241, 245, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: 0 solid transparent; - outline-offset: 2px; - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); -} - -.card.activatable:hover { - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -.card.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #eff1f5; - outline: 0 solid transparent; -} - -toast { - margin: 12px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 6px; - padding: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(239, 241, 245, 0.1); - background-color: #292c3c; - color: #eff1f5; - border: none; -} - -toast:dir(ltr) { - padding-left: 12px; -} - -toast:dir(rtl) { - padding-right: 12px; -} - -toast > label { - margin: 0 6px; -} - -viewswitcher { - margin: 0; - border-spacing: 3px; -} - -viewswitcher.wide button.toggle { - border-radius: 3px; -} - -viewswitcher.wide button.toggle:first-child { - border-top-left-radius: 18px; - border-bottom-left-radius: 18px; -} - -viewswitcher.wide button.toggle:last-child { - border-top-right-radius: 18px; - border-bottom-right-radius: 18px; -} - -viewswitcher.narrow button.toggle { - border-radius: 0 0 3px 3px; - margin: 0; -} - -viewswitcher.narrow button.toggle:first-child { - border-bottom-left-radius: 12px; -} - -viewswitcher.narrow button.toggle:last-child { - border-bottom-right-radius: 12px; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; -} - -viewswitcher button.toggle:focus:not(:hover):not(:active) { - box-shadow: none; - outline: none; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 8px; - padding-bottom: 4px; - border-spacing: 3px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 2px 12px; - border-spacing: 6px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle { - border-radius: 12px; - margin: 3px 0; -} - -viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle > stack > box.narrow { - padding-top: 5px; - padding-bottom: 1px; - border-spacing: 0; -} - -viewswitchertitle { - margin-top: 0; - margin-bottom: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; -} - -viewswitchertitle viewswitcher.narrow { - margin-top: 0; - margin-bottom: 0; -} - -viewswitchertitle viewswitcher.narrow button.toggle > stack > box.narrow { - padding-top: 0; - padding-bottom: 0; - border-spacing: 0; -} - -viewswitchertitle viewswitcher.wide { - margin-top: 0; - margin-bottom: 0; -} - -viewswitchertitle windowtitle { - margin-top: 0; - margin-bottom: 0; -} - -indicatorbin > indicator, -indicatorbin > mask { - min-width: 6px; - min-height: 6px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - background-color: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 1px 4px; - color: #eff1f5; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #cba6f7; -} - -indicatorbin.needs-attention > indicator > label { - color: rgba(30, 30, 46, 0.87); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -preferencesgroup > box, -preferencesgroup > box .labels { - border-spacing: 6px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; -} - -preferencesgroup > box > box.single-line { - min-height: 34px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, -preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 12px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(239, 241, 245, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(239, 241, 245, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #cba6f7; -} - -preferencesgroup > box .cutout-button { - background-color: #313244; -} - -window.about .main-page > viewport > clamp > box { - margin: 12px; - border-spacing: 6px; -} - -window.about .main-page > viewport > clamp > box > box { - margin-top: 18px; - border-spacing: 18px; - margin-bottom: 6px; -} - -window.about .main-page .app-version { - padding: 3px 18px; - color: #cba6f7; - border-radius: 12px; - margin-top: 3px; -} - -window.about .subpage > viewport > clamp > box { - margin: 18px 12px; - border-spacing: 18px; -} - -window.about .subpage > clamp > textview { - background: none; - color: inherit; -} - -statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.55); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.35; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background-color: rgba(30, 30, 46, 0.2); - background-image: none; -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background-color: transparent; - background-image: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.7), alpha(rgba(30, 30, 46, 0.2), 0.14) 40px, alpha(rgba(30, 30, 46, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.4), alpha(rgba(30, 30, 46, 0.2), 0.14) 7px, alpha(rgba(30, 30, 46, 0.2), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.7), alpha(rgba(30, 30, 46, 0.2), 0.14) 40px, alpha(rgba(30, 30, 46, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.4), alpha(rgba(30, 30, 46, 0.2), 0.14) 7px, alpha(rgba(30, 30, 46, 0.2), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(30, 30, 46, 0.2), 0.7), alpha(rgba(30, 30, 46, 0.2), 0.14) 40px, alpha(rgba(30, 30, 46, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(30, 30, 46, 0.2), 0.4), alpha(rgba(30, 30, 46, 0.2), 0.14) 7px, alpha(rgba(30, 30, 46, 0.2), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(30, 30, 46, 0.2), 0.7), alpha(rgba(30, 30, 46, 0.2), 0.14) 40px, alpha(rgba(30, 30, 46, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(30, 30, 46, 0.2), 0.4), alpha(rgba(30, 30, 46, 0.2), 0.14) 7px, alpha(rgba(30, 30, 46, 0.2), 0) 24px); -} - -.sidebar-pane .sidebar > scrolledwindow, -.sidebar-pane toolbarview > scrolledwindow, .sidebar-pane, .toolbar, filechooser paned > box, placessidebar > scrolledwindow, agenda-view list.background, .tweak-titlebar-left, .tweak-titlebar-left:backdrop, leaflet.unfolded > box > scrolledwindow, leaflet.unfolded .contacts-contact-list > scrolledwindow, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow { - background-color: #181825; - color: #eff1f5; - border-radius: none; - margin: 0; -} - -.sidebar-pane .sidebar > scrolledwindow .dim-label, -.sidebar-pane toolbarview > scrolledwindow .dim-label, .sidebar-pane .dim-label, .toolbar .dim-label, filechooser paned > box .dim-label, placessidebar > scrolledwindow .dim-label, agenda-view list.background .dim-label, .tweak-titlebar-left .dim-label, leaflet.unfolded > box > scrolledwindow .dim-label, leaflet.unfolded .contacts-contact-list > scrolledwindow .dim-label, .sidebar-pane row label.subtitle, row .sidebar-pane label.subtitle, .toolbar row label.subtitle, row .toolbar label.subtitle, filechooser paned > box row label.subtitle, row filechooser paned > box label.subtitle, placessidebar > scrolledwindow row label.subtitle, row placessidebar > scrolledwindow label.subtitle, agenda-view list.background row label.subtitle, row agenda-view list.background label.subtitle, .tweak-titlebar-left row label.subtitle, row .tweak-titlebar-left label.subtitle, leaflet.unfolded > box > scrolledwindow row label.subtitle, row leaflet.unfolded > box > scrolledwindow label.subtitle, leaflet.unfolded .contacts-contact-list > scrolledwindow row label.subtitle, row leaflet.unfolded .contacts-contact-list > scrolledwindow label.subtitle, .sidebar-pane row.expander image.expander-row-arrow, row.expander .sidebar-pane image.expander-row-arrow, .toolbar row.expander image.expander-row-arrow, row.expander .toolbar image.expander-row-arrow, filechooser paned > box row.expander image.expander-row-arrow, row.expander filechooser paned > box image.expander-row-arrow, placessidebar > scrolledwindow row.expander image.expander-row-arrow, row.expander placessidebar > scrolledwindow image.expander-row-arrow, agenda-view list.background row.expander image.expander-row-arrow, row.expander agenda-view list.background image.expander-row-arrow, .tweak-titlebar-left row.expander image.expander-row-arrow, row.expander .tweak-titlebar-left image.expander-row-arrow, leaflet.unfolded > box > scrolledwindow row.expander image.expander-row-arrow, row.expander leaflet.unfolded > box > scrolledwindow image.expander-row-arrow, leaflet.unfolded .contacts-contact-list > scrolledwindow row.expander image.expander-row-arrow, row.expander leaflet.unfolded .contacts-contact-list > scrolledwindow image.expander-row-arrow { - color: rgba(30, 30, 46, 0.38); -} - -.nautilus-window placessidebar > scrolledwindow { - background-color: #1e1e2e; - color: #eff1f5; - border-radius: none; - margin: 0; -} - -.nautilus-window placessidebar > scrolledwindow .dim-label, .nautilus-window placessidebar > scrolledwindow row label.subtitle, row .nautilus-window placessidebar > scrolledwindow label.subtitle, .nautilus-window placessidebar > scrolledwindow row.expander image.expander-row-arrow, row.expander .nautilus-window placessidebar > scrolledwindow image.expander-row-arrow { - color: rgba(30, 30, 46, 0.38); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider, placessidebar > scrolledwindow > scrollbar > range > trough > slider, .nautilus-window placessidebar scrollbar > range > trough > slider, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar > range > trough > slider { - background-color: rgba(239, 241, 245, 0.5); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider:hover, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider:hover, placessidebar > scrolledwindow > scrollbar > range > trough > slider:hover, .nautilus-window placessidebar scrollbar > range > trough > slider:hover, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider:hover, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider:active, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider:active, placessidebar > scrolledwindow > scrollbar > range > trough > slider:active, .nautilus-window placessidebar scrollbar > range > trough > slider:active, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider:active, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider:active { - background-color: #eff1f5; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider:disabled, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider:disabled, placessidebar > scrolledwindow > scrollbar > range > trough > slider:disabled, .nautilus-window placessidebar scrollbar > range > trough > slider:disabled, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider:disabled, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider:disabled { - background-color: rgba(239, 241, 245, 0.32); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - background-color: rgba(30, 30, 46, 0.38); -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(30, 30, 46, 0.3); -} - -calendar-view { - margin: 6px; -} - -.nautilus-window .nautilus-grid-view, -.nautilus-window .nautilus-list-view { - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - margin: 0 6px 6px 6px; -} - -placessidebar list.navigation-sidebar, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar { - padding: 6px 0 6px 6px; - background: none; - color: rgba(239, 241, 245, 0.7); -} - -placessidebar list.navigation-sidebar > separator, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > separator, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > separator, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > separator { - background-color: transparent; -} - -placessidebar list.navigation-sidebar > row, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row { - color: rgba(30, 30, 46, 0.6); - border-radius: 9px; - color: #eff1f5; - padding: 7px 0; -} - -placessidebar list.navigation-sidebar > row:hover, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:hover, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:hover, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:hover, placessidebar list.navigation-sidebar > row:active, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:active, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:active, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:active, placessidebar list.navigation-sidebar > row:focus, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:focus, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:focus, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:focus { - color: #eff1f5; -} - -placessidebar list.navigation-sidebar > row:selected, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:selected, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:selected, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:selected { - font-weight: 500; - background-color: rgba(239, 241, 245, 0.04); - color: #cba6f7; - /* border-left: 3px solid $primary; */ -} - -placessidebar list.navigation-sidebar > row:selected:hover, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:selected:hover, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:selected:hover, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:selected:hover, placessidebar list.navigation-sidebar > row:selected:focus, .nautilus-window placessidebar > scrolledwindow > viewport > .navigation-sidebar > row:selected:focus, leaflet.unfolded .contacts-contact-list > scrolledwindow > viewport > .navigation-sidebar > row:selected:focus, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > .navigation-sidebar > row:selected:focus { - background-color: rgba(49, 50, 68, 0.9); - color: #eff1f5; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.top, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.top, filechooser paned > box scrolledwindow scrollbar.top, placessidebar > scrolledwindow > scrollbar.top, .nautilus-window placessidebar scrollbar.top, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.top, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.top, leaflet.unfolded > box > scrolledwindow > scrollbar.top, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.top, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.top { - border-bottom: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.bottom, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.bottom, filechooser paned > box scrolledwindow scrollbar.bottom, placessidebar > scrolledwindow > scrollbar.bottom, .nautilus-window placessidebar scrollbar.bottom, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.bottom, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.bottom, leaflet.unfolded > box > scrolledwindow > scrollbar.bottom, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.bottom, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.bottom { - border-top: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.left, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.left, filechooser paned > box scrolledwindow scrollbar.left, placessidebar > scrolledwindow > scrollbar.left, .nautilus-window placessidebar scrollbar.left, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.left, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.left, leaflet.unfolded > box > scrolledwindow > scrollbar.left, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.left, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.left { - border-right: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.right, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.right, filechooser paned > box scrolledwindow scrollbar.right, placessidebar > scrolledwindow > scrollbar.right, .nautilus-window placessidebar scrollbar.right, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.right, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.right, leaflet.unfolded > box > scrolledwindow > scrollbar.right, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.right, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.right { - border-left: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar > range > trough > slider, -.sidebar-pane toolbarview > scrolledwindow > scrollbar > range > trough > slider, filechooser paned > box scrolledwindow scrollbar > range > trough > slider, placessidebar > scrolledwindow > scrollbar > range > trough > slider, .nautilus-window placessidebar scrollbar > range > trough > slider, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar > range > trough > slider, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar > range > trough > slider, leaflet.unfolded > box > scrolledwindow > scrollbar > range > trough > slider, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar > range > trough > slider, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar > range > trough > slider { - border: 4px solid transparent; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), filechooser paned > box scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering), placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering), .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering), -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering), leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering), .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, filechooser paned > box scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - border: none; - margin: 1px; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, filechooser paned > box scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, placessidebar > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, .nautilus-window placessidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - border: none; -} - -.sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator.dragging, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator.dragging, filechooser paned > box scrolledwindow scrollbar.overlay-indicator.dragging, placessidebar > scrolledwindow > scrollbar.overlay-indicator.dragging, .nautilus-window placessidebar scrollbar.overlay-indicator.dragging, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator.dragging, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator.dragging, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator.dragging, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator.dragging, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.overlay-indicator.dragging, .sidebar-pane .sidebar > scrolledwindow > scrollbar.overlay-indicator.hovering, -.sidebar-pane toolbarview > scrolledwindow > scrollbar.overlay-indicator.hovering, filechooser paned > box scrolledwindow scrollbar.overlay-indicator.hovering, placessidebar > scrolledwindow > scrollbar.overlay-indicator.hovering, .nautilus-window placessidebar scrollbar.overlay-indicator.hovering, .nautilus-window .nautilus-grid-view scrolledwindow scrollbar.overlay-indicator.hovering, -.nautilus-window .nautilus-list-view scrolledwindow scrollbar.overlay-indicator.hovering, leaflet.unfolded > box > scrolledwindow > scrollbar.overlay-indicator.hovering, leaflet.unfolded .contacts-contact-list > scrolledwindow > scrollbar.overlay-indicator.hovering, .sidebar-pane toolbarview > stack > box > widget > widget > scrolledwindow > scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-top > undershoot.top, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-top > undershoot.top { - border-radius: 12px 12px 0 0; - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-bottom > undershoot.bottom, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-bottom > undershoot.bottom { - border-radius: 0 0 12px 12px; - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - border-radius: 12px 0 0 12px; - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - border-radius: 0 12px 12px 0; - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - border-radius: 0 12px 12px 0; - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.nautilus-window .nautilus-grid-view scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.nautilus-window .nautilus-list-view scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - border-radius: 12px 0 0 12px; - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(30, 30, 46, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane { - color: #eff1f5; - border-top-left-radius: 12px; -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.sidebar-pane headerbar, -.sidebar-pane .navigation-sidebar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane .navigation-sidebar { - padding: 2px 4px; - background: none; - color: rgba(239, 241, 245, 0.7); -} - -.sidebar-pane:dir(ltr), -.sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), -.sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); - border-right: none; -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: transparent; - color: #eff1f5; -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: transparent; - transition: none; -} - -.content-pane { - background-color: #1e1e2e; - color: #eff1f5; - border-top-right-radius: 12px; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.content-pane headerbar, .content-pane headerbar:backdrop { - background-color: transparent; - box-shadow: none; - border: none; -} - -.maximized .content-pane, .fullscreen .content-pane, .tiled .content-pane, .tiled-top .content-pane, .tiled-right .content-pane, .tiled-bottom .content-pane, .tiled-left .content-pane { - border-radius: 0; - box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); -} - -.top-bar { - box-shadow: none; - background: none; - border: none; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -themeselector, -panelthemeselector { - margin: 9px; -} - -themeselector checkbutton, -panelthemeselector checkbutton { - padding: 0; - min-height: 44px; - min-width: 44px; - padding: 1px; - background-clip: content-box; - border-radius: 9999px; - box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.12); -} - -themeselector checkbutton.follow:checked, themeselector checkbutton.light:checked, themeselector checkbutton.dark:checked, -panelthemeselector checkbutton.follow:checked, -panelthemeselector checkbutton.light:checked, -panelthemeselector checkbutton.dark:checked { - box-shadow: inset 0 0 0 2px #cba6f7; -} - -themeselector checkbutton.follow, -panelthemeselector checkbutton.follow { - background-image: linear-gradient(to bottom right, #eff1f5 50%, #232634 50%); -} - -themeselector checkbutton.light, -panelthemeselector checkbutton.light { - background-color: #eff1f5; -} - -themeselector checkbutton.dark, -panelthemeselector checkbutton.dark { - background-color: #232634; -} - -themeselector checkbutton.theme-selector radio, -panelthemeselector checkbutton.theme-selector radio { - -gtk-icon-source: none; - border: none; - background: none; - box-shadow: none; - min-height: 20px; - min-width: 20px; - padding: 0; -} - -themeselector checkbutton.theme-selector radio:hover, themeselector checkbutton.theme-selector radio:active, themeselector checkbutton.theme-selector radio:checked, -panelthemeselector checkbutton.theme-selector radio:hover, -panelthemeselector checkbutton.theme-selector radio:active, -panelthemeselector checkbutton.theme-selector radio:checked { - background-color: transparent; -} - -themeselector checkbutton.theme-selector radio:checked, -panelthemeselector checkbutton.theme-selector radio:checked { - -gtk-icon-size: 20px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/checkbox-checked-symbolic@2.svg"))); - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -themeselector checkbutton.theme-selector radio:checked, themeselector checkbutton.theme-selector radio:checked:hover, themeselector checkbutton.theme-selector radio:checked:active, -panelthemeselector checkbutton.theme-selector radio:checked, -panelthemeselector checkbutton.theme-selector radio:checked:hover, -panelthemeselector checkbutton.theme-selector radio:checked:active { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.1); -} - -themeswitcher { - padding: 6px; -} - -themeswitcher .check { - min-height: 20px; - min-width: 20px; - background: none; - padding: 0; - margin: 0; - border-radius: 9999px; - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -themeswitcher .check, themeswitcher .check:hover, themeswitcher .check:active { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.1); -} - -themeswitcher checkbutton { - padding: 0; - min-height: 44px; - min-width: 44px; - padding: 1px; - background-clip: content-box; - border-radius: 9999px; - box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.12); -} - -themeswitcher checkbutton:checked { - box-shadow: inset 0 0 0 2px #cba6f7; -} - -themeswitcher checkbutton radio, themeswitcher checkbutton radio:hover, themeswitcher checkbutton radio:active, themeswitcher checkbutton radio:checked, themeswitcher checkbutton radio:checked:hover, themeswitcher checkbutton radio:checked:active { - background-color: transparent; - border: none; - background: none; - box-shadow: none; - color: transparent; - -gtk-icon-source: none; - -gtk-icon-size: 0; -} - -themeswitcher checkbutton.system { - background: linear-gradient(-45deg, #1e1e2e 50%, #eff1f5 50%); -} - -themeswitcher checkbutton.light { - color: alpha(black, 0.8); - background-color: #eff1f5; -} - -themeswitcher checkbutton.dark { - color: #eff1f5; - background-color: #1e1e2e; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* widget text/foreground color */ -@define-color theme_fg_color #eff1f5; -/* text color for entries, views and content in general */ -@define-color theme_text_color #eff1f5; -/* widget base background color */ -@define-color theme_bg_color #1e1e2e; -/* text widgets and the like base background color */ -@define-color theme_base_color #313244; -/* base background color of selections */ -@define-color theme_selected_bg_color #cba6f7; -/* text/foreground color of selections */ -@define-color theme_selected_fg_color rgba(30, 30, 46, 0.87); -/* base background color of insensitive widgets */ -@define-color insensitive_bg_color #1e1e2e; -/* text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(239, 241, 245, 0.5); -/* insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #313244; -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #eff1f5; -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #eff1f5; -/* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1e2e; -/* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #313244; -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #cba6f7; -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color rgba(30, 30, 46, 0.87); -/* insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(239, 241, 245, 0.5); -/* widgets main borders color */ -@define-color borders rgba(239, 241, 245, 0.12); -/* widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(239, 241, 245, 0.12); -/* these are pretty self explicative */ -@define-color warning_color #df8e1d; -@define-color error_color #d20f39; -@define-color success_color #40a02b; -/* these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_focused_title #eff1f5; -@define-color wm_unfocused_title rgba(239, 241, 245, 0.7); -@define-color wm_highlight rgba(239, 241, 245, 0.1); -@define-color wm_border #0a0a0e; -@define-color wm_focused_bg #1e1e2e; -@define-color wm_unfocused_bg #1e1e2e; -@define-color wm_button_icon #eff1f5; -@define-color wm_button_focused_bg rgba(239, 241, 245, 0.04); -@define-color wm_button_unfocused_bg rgba(239, 241, 245, 0.04); -@define-color wm_button_hover_fg rgba(30, 30, 46, 0.87); -@define-color wm_button_active_fg rgba(30, 30, 46, 0.87); -@define-color wm_button_hover_bg #e6e9ef; -@define-color wm_button_active_bg #e7eaf0; -/* FIXME this is really an API */ -@define-color content_view_bg #313244; -@define-color placeholder_text_color #b6b8c0; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #313244; -@define-color budgie_tasklist_indicator_color rgba(239, 241, 245, 0.3); -@define-color budgie_tasklist_indicator_color_active #cba6f7; -@define-color budgie_tasklist_indicator_color_active_window rgba(157, 130, 193, 0.816); -@define-color budgie_tasklist_indicator_color_attention #df8e1d; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #cba6f7; -@define-color accent_fg_color rgba(30, 30, 46, 0.87); -@define-color accent_color #cba6f7; -@define-color destructive_bg_color #d20f39; -@define-color destructive_fg_color #eff1f5; -@define-color destructive_color #d20f39; -@define-color success_bg_color #40a02b; -@define-color success_fg_color #eff1f5; -@define-color success_color #40a02b; -@define-color warning_bg_color #df8e1d; -@define-color warning_fg_color #eff1f5; -@define-color warning_color #df8e1d; -@define-color error_bg_color #d20f39; -@define-color error_fg_color #eff1f5; -@define-color error_color #d20f39; -@define-color window_bg_color #1e1e2e; -@define-color window_fg_color #eff1f5; -@define-color view_bg_color #313244; -@define-color view_fg_color #eff1f5; -@define-color headerbar_bg_color #1e1e2e; -@define-color headerbar_fg_color #eff1f5; -@define-color headerbar_border_color rgba(239, 241, 245, 0.12); -@define-color headerbar_backdrop_color #1e1e2e; -@define-color headerbar_shade_color rgba(239, 241, 245, 0.12); -@define-color card_bg_color #313244; -@define-color card_fg_color #eff1f5; -@define-color card_shade_color rgba(239, 241, 245, 0.12); -@define-color dialog_bg_color #313244; -@define-color dialog_fg_color #eff1f5; -@define-color popover_bg_color #292c3c; -@define-color popover_fg_color #eff1f5; -@define-color shade_color rgba(239, 241, 245, 0.12); -@define-color scrollbar_outline_color rgba(239, 241, 245, 0.12); diff --git a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/thumbnail.png b/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/thumbnail.png deleted file mode 100644 index 7e4f402..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/gtk-4.0/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/index.theme b/themes/.themes/Catppuccin-Dark-BL/index.theme deleted file mode 100644 index bc7b122..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -Type=X-GNOME-Metatheme -[Desktop Entry] -Name=Catppuccin-Dark -Comment=An Flat Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Catppuccin-Dark -MetacityTheme=Catppuccin-Dark -IconTheme=Tela-circle-Dark -CursorTheme=Catppuccin-cursors -ButtonLayout=close,minimize,maximize:menu diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/button.svg b/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/button.svg deleted file mode 100644 index aa092df..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/button.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/close.svg b/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/close.svg deleted file mode 100644 index fb798d7..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/close.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/maximize.svg b/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/maximize.svg deleted file mode 100644 index 0c2f170..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/maximize.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/menu.svg b/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/menu.svg deleted file mode 100644 index 179ff4c..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/menu.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/minimize.svg b/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/minimize.svg deleted file mode 100644 index 76fe7cb..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/minimize.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/shade.svg b/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/shade.svg deleted file mode 100644 index 8213b03..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/shade.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/unmaximize.svg b/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/unmaximize.svg deleted file mode 100644 index 8d60a57..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/unmaximize.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/unshade.svg b/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/unshade.svg deleted file mode 100644 index a161564..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/assets/unshade.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-1.xml b/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-1.xml deleted file mode 120000 index 562ac74..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-1.xml +++ /dev/null @@ -1 +0,0 @@ -metacity-theme-3.xml \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-2.xml b/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-2.xml deleted file mode 120000 index 562ac74..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1 +0,0 @@ -metacity-theme-3.xml \ No newline at end of file diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-3.xml b/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-3.xml deleted file mode 100644 index 5275d92..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,758 +0,0 @@ - - - - Tokyonight - vinceliucie | mod: fkorpsvart - GPL - 2024 - Tokyonight Metacity theme - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="12" y1="0" x2="width-13" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="12" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <line color="C_highlight_focused" x1="13" y1="1" x2="width - 14" y2="1"/> - <arc color="C_highlight_focused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="12" y1="0" x2="width-13" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="12" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <line color="C_highlight_unfocused" x1="13" y1="1" x2="width - 14" y2="1"/> - <arc color="C_highlight_unfocused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/button.svg" colorize="C_button_close_focused_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_close_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/button.svg" colorize="C_title_unfocused" x="(width - object_width) / 2" y="(height - object_height) / 2" alpha="0.25" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_focused_prelight"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_focused_pressed"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/button.svg" colorize="C_button_max_focused_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_focused_prelight"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_focused_pressed"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/button.svg" colorize="C_button_max_focused_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_focused_prelight"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_focused_pressed"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/button.svg" colorize="C_button_min_focused_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_min_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_focused_prelight"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_focused_pressed"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <piece position="overlay" draw_ops="rounded_border_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <piece position="overlay" draw_ops="rounded_border_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_max_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_max_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_max_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_max_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Catppuccin-Dark-BL/metacity-1/thumbnail.png b/themes/.themes/Catppuccin-Dark-BL/metacity-1/thumbnail.png deleted file mode 100644 index 6d1abe6..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/metacity-1/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/plank/dock.theme b/themes/.themes/Catppuccin-Dark-BL/plank/dock.theme deleted file mode 100644 index b080f12..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/plank/dock.theme +++ /dev/null @@ -1,64 +0,0 @@ -#This file based on: -#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme - -[PlankTheme] -#The roundness of the top corners. -TopRoundness=15 -#The roundness of the bottom corners. -BottomRoundness=15 -#The thickness (in pixels) of lines drawn. -LineWidth=1 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=166;;173;;200;;50 -#The starting color (RGBA) of the fill gradient. -FillStartColor=30;;30;;46;;200 -#The ending color (RGBA) of the fill gradient. -FillEndColor=30;;30;;46;;200 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=30;;30;;46;;100 - -[PlankDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=2 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=2 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=1 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=2 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=0 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=150 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=250 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 -#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. -ItemMoveTime=450 -#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. -CascadeHide=true diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-active.png deleted file mode 100644 index b9a7b81..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-inactive.png deleted file mode 100644 index b5b08b8..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-left-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-left-active.png deleted file mode 100644 index f8f44e8..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-left-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-left-inactive.png deleted file mode 100644 index f27a122..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-right-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-right-active.png deleted file mode 100644 index aa73c97..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-right-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-right-inactive.png deleted file mode 100644 index 00d04fe..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-active.png deleted file mode 100644 index 8fcba66..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-inactive.png deleted file mode 100644 index 1ce0e32..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-prelight.png deleted file mode 100644 index 8ddd2d2..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-pressed.png deleted file mode 100644 index 9cfc8f7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/close-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-active.png deleted file mode 100644 index e2c0a5c..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-inactive.png deleted file mode 100644 index 1ce0e32..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-prelight.png deleted file mode 100644 index 3968ac9..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-pressed.png deleted file mode 100644 index 58f46fd..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/hide-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/left-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/left-active.png deleted file mode 100644 index 7886d0a..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/left-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/left-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/left-inactive.png deleted file mode 100644 index bede269..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/left-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-active.png deleted file mode 100644 index de17e24..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-inactive.png deleted file mode 100644 index 1ce0e32..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-prelight.png deleted file mode 100644 index 843e553..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-pressed.png deleted file mode 100644 index 25cf75b..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-active.png deleted file mode 100644 index de17e24..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index 1ce0e32..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 79d9ed1..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index 5941d14..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-active.png deleted file mode 100644 index 409e5f0..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-inactive.png deleted file mode 100644 index 47388fc..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-prelight.png deleted file mode 100644 index 5eb1c21..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-pressed.png deleted file mode 100644 index 23457bf..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/menu-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/right-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/right-active.png deleted file mode 100644 index f6ba1b8..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/right-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/right-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/right-inactive.png deleted file mode 100644 index bede269..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/right-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-active.png deleted file mode 100644 index 4d6869e..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-inactive.png deleted file mode 100644 index 0bafa66..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-prelight.png deleted file mode 100644 index 09b2eb0..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-pressed.png deleted file mode 100644 index 5a60fd7..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-active.png deleted file mode 100644 index f0828da..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-inactive.png deleted file mode 100644 index 35944fd..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-prelight.png deleted file mode 100644 index 2009bff..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-pressed.png deleted file mode 100644 index 5706f48..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/shade-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-active.png deleted file mode 100644 index 0af93bb..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-inactive.png deleted file mode 100644 index f971a43..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-prelight.png deleted file mode 100644 index abd9bfe..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-pressed.png deleted file mode 100644 index 041eef9..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-active.png deleted file mode 100644 index a56ef17..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index 3260e67..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-prelight.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index 28af7e5..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-pressed.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index e75e1ba..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/themerc b/themes/.themes/Catppuccin-Dark-BL/xfwm4/themerc deleted file mode 100644 index 22732f3..0000000 --- a/themes/.themes/Catppuccin-Dark-BL/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=6 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#f0f7fe -active_text_shadow_color=#222426 - -inactive_text_color=#999da3 -inactive_text_shadow_color=#222426 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-1-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-1-active.png deleted file mode 100644 index af593a4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-1-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-1-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-1-inactive.png deleted file mode 100644 index c84fb15..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-2-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-2-active.png deleted file mode 100644 index af593a4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-2-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-2-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-2-inactive.png deleted file mode 100644 index c84fb15..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-3-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-3-active.png deleted file mode 100644 index af593a4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-3-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-3-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-3-inactive.png deleted file mode 100644 index c84fb15..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-4-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-4-active.png deleted file mode 100644 index af593a4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-4-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-4-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-4-inactive.png deleted file mode 100644 index c84fb15..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-5-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-5-active.png deleted file mode 100644 index af593a4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-5-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-5-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-5-inactive.png deleted file mode 100644 index c84fb15..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-left-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-left-active.png deleted file mode 100644 index 07d4970..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-left-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-left-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-left-inactive.png deleted file mode 100644 index 965df7c..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-right-active.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-right-active.png deleted file mode 100644 index 81cb65b..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-right-active.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-right-inactive.png b/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-right-inactive.png deleted file mode 100644 index 7e8d2c4..0000000 Binary files a/themes/.themes/Catppuccin-Dark-BL/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Catppuccin-Dark/cinnamon/cinnamon.css b/themes/.themes/Catppuccin-Dark/cinnamon/cinnamon.css index 6c54295..8d08690 100644 --- a/themes/.themes/Catppuccin-Dark/cinnamon/cinnamon.css +++ b/themes/.themes/Catppuccin-Dark/cinnamon/cinnamon.css @@ -343,8 +343,6 @@ StScrollBar StButton#hhandle:active { border-radius: 12px; background-color: #292c3c; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - border: 2px solid #cba6f7; - background-clip: border-box; } .menu .popup-menu-item, @@ -405,7 +403,6 @@ StScrollBar StButton#hhandle:active { .popup-combo-menu { padding: 6px; - border: 2px solid #cba6f7; } .popup-combobox-item { @@ -1846,7 +1843,6 @@ StScrollBar StButton#hhandle:active { border-radius: 12px; background-clip: border-box; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - border: 2px solid #cba6f7; } .grouped-window-list-thumbnail-menu .item-box { diff --git a/themes/.themes/Catppuccin-Dark/gnome-shell/gnome-shell.css b/themes/.themes/Catppuccin-Dark/gnome-shell/gnome-shell.css index 99d53f2..b35d9a7 100644 --- a/themes/.themes/Catppuccin-Dark/gnome-shell/gnome-shell.css +++ b/themes/.themes/Catppuccin-Dark/gnome-shell/gnome-shell.css @@ -321,7 +321,6 @@ background-color: #292c3c; border-radius: 21px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35); - border: 2px solid #e6e9ef; } .modal-dialog-linked-button:last-child { @@ -1142,7 +1141,6 @@ StEntry StLabel.hint-text, border-radius: 20px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); color: #eff1f5; - border: 2px solid #e6e9ef; } #LookingGlassDialog > #Toolbar { @@ -1556,15 +1554,15 @@ StEntry StLabel.hint-text, color: rgba(239, 241, 245, 0.7); font-weight: bold; font-feature-settings: 'tnum'; - font-size: 8; + font-size: 10pt; transition-duration: 250ms; box-shadow: none; border: none; - height: 35px; - background-color: rgba(30, 30, 46, 0.85); - margin: 5px 8px 1px; - border: 2px solid #cba6f7; - border-radius: 9999px; + height: 38px; + margin: 8px 12px 0px; + border-radius: 999px; + padding: 0px 6px; + background-color: rgba(30, 30, 46, 1); } #panel .panel-corner { @@ -1585,8 +1583,7 @@ StEntry StLabel.hint-text, border-radius: 12px; text-shadow: none; box-shadow: none; - border: 4px solid transparent; - border-radius: 9999px; + border: 3px solid transparent; } #panel .panel-button.clock-display { @@ -1596,16 +1593,12 @@ StEntry StLabel.hint-text, #panel .panel-button.clock-display .clock { transition-duration: 150ms; border-radius: 12px; - border: 4px solid transparent; - border-radius: 9999px; } #panel .panel-button:hover { color: #cba6f7; background-color: transparent; box-shadow: inset 0 0 0 1000px rgba(57, 57, 72, 0.624); - border: 4px solid transparent; - border-radius: 9999px; } #panel .panel-button:hover.clock-display { @@ -1616,8 +1609,6 @@ StEntry StLabel.hint-text, #panel .panel-button:hover.clock-display .clock { color: #cba6f7; box-shadow: inset 0 0 0 1000px rgba(57, 57, 72, 0.624); - border: 4px solid transparent; - border-radius: 9999px; } #panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { @@ -1775,7 +1766,6 @@ StEntry StLabel.hint-text, box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.25); border: none; font-weight: normal; - border: 2px solid #cba6f7; } .popup-menu .popup-menu-item { @@ -2836,7 +2826,7 @@ StWidget.focused .app-grid-running-dot { /* Dash */ #dash { - margin-top: 16px; + margin-top: 12px; } #dash .dash-background { @@ -2844,7 +2834,7 @@ StWidget.focused .app-grid-running-dot { box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.12); border: none; /* remove black border on ubuntu */ - padding: 4px 3px; + padding: 12px 10px; border-radius: 23px; } @@ -3224,7 +3214,6 @@ StWidget.focused .app-grid-running-dot { text-shadow: none; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); border-radius: 18px; - border: 2px solid #cba6f7; } .notification-banner:hover, .notification-banner:active { @@ -4149,7 +4138,6 @@ StWidget.focused .app-grid-running-dot { #dashtodockContainer #dash .dash-background { background-color: rgba(30, 30, 46, 0.85); - border: 2px solid #cba6f7; } #dashtodockContainer .app-well-app-running-dot { diff --git a/themes/.themes/Catppuccin-Dark/gtk-3.0/gtk-dark.css b/themes/.themes/Catppuccin-Dark/gtk-3.0/gtk-dark.css index e9b77ee..59bd60a 100644 --- a/themes/.themes/Catppuccin-Dark/gtk-3.0/gtk-dark.css +++ b/themes/.themes/Catppuccin-Dark/gtk-3.0/gtk-dark.css @@ -1390,6 +1390,7 @@ searchbar > revealer > box { color: #eff1f5; border-radius: 12px 12px 0 0; border: none; + box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); } .titlebar:disabled { @@ -1411,7 +1412,6 @@ searchbar > revealer > box { .titlebar .title { padding: 0 12px; font-weight: bold; - font-size: 0px; } .titlebar .subtitle { @@ -2091,7 +2091,7 @@ popover.background { popover.background, .csd popover.background { box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } popover.background:backdrop, .csd popover.background:backdrop { @@ -4138,13 +4138,13 @@ colorchooser .popover.osd:backdrop { decoration { transition: none; border-radius: 12px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 36px transparent; margin: 10px; } decoration:backdrop { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #292c3c, 0 0 36px transparent; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 36px transparent; } .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { @@ -4164,13 +4164,13 @@ decoration:backdrop { .ssd decoration { border: none; border-radius: 12px 12px 0 0; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 0 0 2px #cba6f7; + box-shadow: none; } .ssd decoration:backdrop { border: none; border-radius: 12px 12px 0 0; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 0 0 2px #292c3c; + box-shadow: none; } .metacity decoration { @@ -4182,7 +4182,7 @@ decoration:backdrop { .csd.popup decoration { border-radius: 12px; border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } tooltip.csd decoration { @@ -4819,7 +4819,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s padding: 6px; background-color: #292c3c; border-radius: 0 0 12px 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 2px #e6e9ef; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05); } .gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { @@ -7288,9 +7288,8 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover { - border-color: #292c3c; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #e6e9ef; - background-clip: border-box; + border: none; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); background-color: #292c3c; border-radius: 12px; } @@ -7400,7 +7399,7 @@ MsdOsdWindow.background.osd .progressbar { padding: 6px; margin: 6px; border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #e6e9ef; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } .budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { @@ -8175,7 +8174,7 @@ window#whiskermenu-window > frame > border { margin: 6px; border: none; background-color: #292c3c; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); } window#whiskermenu-window box.categories > button.radio { @@ -8223,7 +8222,8 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but #XfceNotifyWindow { background-color: #313244; border-radius: 12px; - border: 2px solid #cba6f7; + border: none; + box-shadow: none; } #XfceNotifyWindow buttonbox { @@ -8237,7 +8237,8 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but dialog.xfsm-logout-dialog { border-radius: 12px; background-color: rgba(41, 44, 60, 0.97); - border: 2px solid #cba6f7; + border: none; + box-shadow: none; } #xfwm-tabwin { diff --git a/themes/.themes/Catppuccin-Dark/gtk-3.0/gtk.css b/themes/.themes/Catppuccin-Dark/gtk-3.0/gtk.css index 2b29226..59bd60a 100644 --- a/themes/.themes/Catppuccin-Dark/gtk-3.0/gtk.css +++ b/themes/.themes/Catppuccin-Dark/gtk-3.0/gtk.css @@ -1390,6 +1390,7 @@ searchbar > revealer > box { color: #eff1f5; border-radius: 12px 12px 0 0; border: none; + box-shadow: inset 0 1px rgba(239, 241, 245, 0.1); } .titlebar:disabled { @@ -1415,7 +1416,7 @@ searchbar > revealer > box { .titlebar .subtitle { padding: 0 12px; - font-size: 0px; + font-size: smaller; } .titlebar .subtitle, @@ -2090,7 +2091,7 @@ popover.background { popover.background, .csd popover.background { box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } popover.background:backdrop, .csd popover.background:backdrop { @@ -4137,13 +4138,13 @@ colorchooser .popover.osd:backdrop { decoration { transition: none; border-radius: 12px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 36px transparent; margin: 10px; } decoration:backdrop { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #292c3c, 0 0 36px transparent; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 36px transparent; } .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { @@ -4163,13 +4164,13 @@ decoration:backdrop { .ssd decoration { border: none; border-radius: 12px 12px 0 0; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 0 0 2px #cba6f7; + box-shadow: none; } .ssd decoration:backdrop { border: none; border-radius: 12px 12px 0 0; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 0 0 2px #292c3c; + box-shadow: none; } .metacity decoration { @@ -4181,7 +4182,7 @@ decoration:backdrop { .csd.popup decoration { border-radius: 12px; border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } tooltip.csd decoration { @@ -4818,7 +4819,7 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s padding: 6px; background-color: #292c3c; border-radius: 0 0 12px 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 2px #e6e9ef; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05); } .gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { @@ -7287,9 +7288,8 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover { - border-color: #292c3c; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #e6e9ef; - background-clip: border-box; + border: none; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); background-color: #292c3c; border-radius: 12px; } @@ -7399,7 +7399,7 @@ MsdOsdWindow.background.osd .progressbar { padding: 6px; margin: 6px; border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #e6e9ef; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } .budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { @@ -8174,7 +8174,7 @@ window#whiskermenu-window > frame > border { margin: 6px; border: none; background-color: #292c3c; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1); } window#whiskermenu-window box.categories > button.radio { @@ -8222,7 +8222,8 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but #XfceNotifyWindow { background-color: #313244; border-radius: 12px; - border: 2px solid #cba6f7; + border: none; + box-shadow: none; } #XfceNotifyWindow buttonbox { @@ -8236,7 +8237,8 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but dialog.xfsm-logout-dialog { border-radius: 12px; background-color: rgba(41, 44, 60, 0.97); - border: 2px solid #cba6f7; + border: none; + box-shadow: none; } #xfwm-tabwin { diff --git a/themes/.themes/Catppuccin-Dark/gtk-4.0/gtk-dark.css b/themes/.themes/Catppuccin-Dark/gtk-4.0/gtk-dark.css index 255cef2..98f97ca 100644 --- a/themes/.themes/Catppuccin-Dark/gtk-4.0/gtk-dark.css +++ b/themes/.themes/Catppuccin-Dark/gtk-4.0/gtk-dark.css @@ -2886,11 +2886,11 @@ popover > contents { border-radius: 12px; color: #eff1f5; border: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } popover > arrow { - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } popover > contents > list, @@ -5490,12 +5490,12 @@ window.csd { outline: none; margin: 0; transition: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } window.csd:backdrop { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #292c3c, 0 0 36px transparent; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-top, window.csd.tiled-right, window.csd.tiled-bottom, window.csd.tiled-left { diff --git a/themes/.themes/Catppuccin-Dark/gtk-4.0/gtk.css b/themes/.themes/Catppuccin-Dark/gtk-4.0/gtk.css index 255cef2..98f97ca 100644 --- a/themes/.themes/Catppuccin-Dark/gtk-4.0/gtk.css +++ b/themes/.themes/Catppuccin-Dark/gtk-4.0/gtk.css @@ -2886,11 +2886,11 @@ popover > contents { border-radius: 12px; color: #eff1f5; border: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } popover > arrow { - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } popover > contents > list, @@ -5490,12 +5490,12 @@ window.csd { outline: none; margin: 0; transition: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 2px #cba6f7, 0 0 36px transparent; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } window.csd:backdrop { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 2px #292c3c, 0 0 36px transparent; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(239, 241, 245, 0.1), 0 0 36px transparent; } window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-top, window.csd.tiled-right, window.csd.tiled-bottom, window.csd.tiled-left { diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-arrow-left.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index ec8b478..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7"> - <path d="m10 3v10l-5-5z"/> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-arrow-right.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 6fc5556..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7"> - <path d="m6 3v10l5-5z"/> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-today.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-today.svg deleted file mode 100644 index fc3fdf7..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - id="svg6" - sodipodi:docname="calendar-today.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs10" /> - <sodipodi:namedview - id="namedview8" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="6.9532167" - inkscape:cx="-13.087468" - inkscape:cy="15.676198" - inkscape:window-width="1920" - inkscape:window-height="1012" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg6"> - <inkscape:grid - type="xygrid" - id="grid293" /> - </sodipodi:namedview> - <g - transform="matrix(2,0,0,2,-939.14001,-1079.92)" - id="g4" - style="fill:#ffffff"> - <circle - cx="481.57001" - cy="559.46002" - r="1.5" - color="#000000" - color-rendering="auto" - fill-opacity="0.2" - image-rendering="auto" - shape-rendering="auto" - solid-color="#000000" - style="isolation:auto;mix-blend-mode:normal;paint-order:normal;fill:#ffffff" - id="circle2" /> - </g> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-dark.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-dark.svg deleted file mode 100644 index a0cb2d1..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-dark.svg +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="24" - height="24" - version="1.1" - viewBox="0 0 24 24" - id="svg1516" - sodipodi:docname="checkbox-dark.svg" - inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs1520"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter1446" - x="-0.05808" - y="-0.05808" - width="1.11616" - height="1.11616"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.484" - id="feGaussianBlur1448" /> - </filter> - </defs> - <sodipodi:namedview - id="namedview1518" - pagecolor="#ffffff" - bordercolor="#000000" - borderopacity="0.25" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="9.4201005" - inkscape:cy="15.568334" - inkscape:window-width="1920" - inkscape:window-height="1043" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg1516" /> - <rect - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter1446)" - id="rect890" - width="20" - height="20" - x="2" - y="3" - rx="4" - ry="4" /> - <rect - style="fill:#89b4fa;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" - id="rect616" - width="20" - height="20" - x="2" - y="2" - rx="4" - ry="4" /> - <path - id="rect340" - d="m 18.36396,7.7576861 c -0.391736,-0.3917365 -1.022477,-0.3917368 -1.414214,0 L 10.585785,14.121648 7.0502516,10.586113 c -0.3917367,-0.391737 -1.0224771,-0.391736 -1.4142135,0 -0.3917365,0.391736 -0.3917368,1.022477 0,1.414214 l 4.2426409,4.242641 c 0.02448,0.02448 0.04973,0.04625 0.07596,0.06767 0.393511,0.321347 0.971002,0.299581 1.338255,-0.06767 l 7.071068,-7.0710684 c 0.391737,-0.3917367 0.391736,-1.0224771 0,-1.4142135 z" - style="fill:#1a1b26;fill-opacity:1" /> - <path - id="rect885" - style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" - d="M 6,2 C 3.7840022,2 2,3.7840022 2,6 V 7 C 2,4.7840022 3.7840022,3 6,3 h 12 c 2.215998,0 4,1.7840022 4,4 V 6 C 22,3.7840022 20.215998,2 18,2 Z" /> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off-active.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off-active.svg deleted file mode 100644 index 9cfdefd..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off-active.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".25"/> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off-hover.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off-hover.svg deleted file mode 100644 index ef5123a..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off-hover.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".2"/> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index b00efa6..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".12"/> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 6394ccd..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="24" - height="24" - version="1.1" - viewBox="0 0 24 24" - id="svg439" - sodipodi:docname="checkbox.svg" - inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs443"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter1446" - x="-0.05808" - y="-0.05808" - width="1.11616" - height="1.11616"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.484" - id="feGaussianBlur1448" /> - </filter> - </defs> - <sodipodi:namedview - id="namedview441" - pagecolor="#ffffff" - bordercolor="#000000" - borderopacity="0.25" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="19.666667" - inkscape:cx="7.7288135" - inkscape:cy="14.364407" - inkscape:window-width="1920" - inkscape:window-height="1043" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg439"> - <inkscape:grid - type="xygrid" - id="grid562" - originx="0" - originy="0" - spacingy="1" - spacingx="1" - units="px" - visible="true" /> - </sodipodi:namedview> - <rect - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter1446)" - id="rect890" - width="20" - height="20" - x="2" - y="3" - rx="4" - ry="4" /> - <rect - style="opacity:1;fill:#1e66f5;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" - id="rect616" - width="20" - height="20" - x="2" - y="2" - rx="4" - ry="4" /> - <path - id="rect340" - d="m 18.36396,7.7576861 c -0.391736,-0.3917365 -1.022477,-0.3917368 -1.414214,0 L 10.585785,14.121648 7.0502516,10.586113 c -0.3917367,-0.391737 -1.0224771,-0.391736 -1.4142135,0 -0.3917365,0.391736 -0.3917368,1.022477 0,1.414214 l 4.2426409,4.242641 c 0.02448,0.02448 0.04973,0.04625 0.07596,0.06767 0.393511,0.321347 0.971002,0.299581 1.338255,-0.06767 l 7.071068,-7.0710684 c 0.391737,-0.3917367 0.391736,-1.0224771 0,-1.4142135 z" - style="fill:#e9e9ed;fill-opacity:1" /> - <path - id="rect885" - style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" - d="M 6 2 C 3.7840022 2 2 3.7840022 2 6 L 2 7 C 2 4.7840022 3.7840022 3 6 3 L 18 3 C 20.215998 3 22 4.7840022 22 7 L 22 6 C 22 3.7840022 20.215998 2 18 2 L 6 2 z " /> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/dash-placeholder.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF"> - <circle cx="12" cy="12" r="12" opacity="0.3"/> - <circle cx="12" cy="12" r="4"/> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/no-events.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/no-events.svg deleted file mode 100644 index 239177d..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,82 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.92.3 (2405546, 2018-03-11)" - sodipodi:docname="no-events.svg"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1413" - inkscape:window-height="955" - id="namedview8" - showgrid="true" - inkscape:zoom="4.9166667" - inkscape:cx="-16.677966" - inkscape:cy="15.864407" - inkscape:window-x="46" - inkscape:window-y="71" - inkscape:window-maximized="0" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4134" /> - </sodipodi:namedview> - <path - d="M0 0h48v48H0z" - fill="none" - id="path4" /> - <path - d="m 38,6 -2,0 0,-4 -4,0 0,4 -16,0 0,-4 -4,0 0,4 -2,0 C 7.79,6 6.02,7.79 6.02,10 L 6,38 c 0,2.21 1.79,4 4,4 l 28,0 c 2.21,0 4,-1.79 4,-4 L 42,10 C 42,7.79 40.21,6 38,6 Z m 0,32 -28,0 0,-22 28,0 z" - id="path6" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccccccccsccsssssccccc" - style="fill:#f5f5f5;fill-opacity:1;opacity:0.54" /> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/no-notifications.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index ae09f92..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="#FFFFFF" opacity="0.5"> - <path d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/noise-texture.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 484f6c8..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" - height="900" - viewBox="0 0 1600 900" - version="1.1" - id="svg13" - sodipodi:docname="noise-texture.svg" - inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"> - <metadata - id="metadata17"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="698" - id="namedview15" - showgrid="false" - inkscape:zoom="0.26222222" - inkscape:cx="647.80786" - inkscape:cy="422.79535" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg13" /> - <defs - id="defs9"> - <radialGradient - id="a" - gradientTransform="matrix(1 1 -1 1 0.5 -0.5)"> - <stop - stop-color="#455A64" - stop-opacity="0" - offset="0.25" - id="stop2" - style="stop-color:#444444;stop-opacity:0" /> - <stop - stop-color="#455A64" - stop-opacity="0.5" - offset="0.75" - id="stop4" - style="stop-color:#444444;stop-opacity:0.50196081" /> - <stop - stop-color="#455A64" - stop-opacity="1" - offset="1" - id="stop6" - style="stop-color:#444444;stop-opacity:1" /> - </radialGradient> - </defs> - <rect - width="1600" - height="900" - fill="url(#a)" - id="rect11" /> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/process-working.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32"> - <defs> - <g id="g" fill="#FFFFFF" opacity="0.7"> - <circle cx="8" cy="8" r="8" fill="none"/> - <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7h-3a4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4v-3z"/> - </g> - </defs> - <use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/> - <use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/> - <use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/> - <use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/> - <use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/> - <use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/> - <use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/> - <use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/> - <use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/> - <use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/> - <use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/> - <use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/> - <use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/> - <use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/> - <use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/> - <use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/> - <use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/> - <use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/> - <use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/> - <use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/> - <use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/> - <use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/> - <use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/> - <use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/> - <use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/> - <use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/> - <use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/> - <use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/> - <use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/> - <use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/> - <use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/> - <use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/> - <use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/> - <use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/> - <use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/> - <use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/> - <use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/> - <use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/> - <use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/> - <use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/> - <use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/> - <use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/> - <use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/> - <use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/> - <use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/> - <use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/> - <use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/> - <use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/> - <use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/> - <use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/> - <use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/> - <use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/> - <use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/> - <use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/> - <use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/> - <use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/> - <use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/> - <use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/> - <use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/> - <use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/> - <use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/> - <use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/> - <use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/> - <use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-off.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 6cd17d8..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,59 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="24" - version="1.1" - id="svg3299" - sodipodi:docname="toggle-off.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs3303" /> - <sodipodi:namedview - id="namedview3301" - pagecolor="#474747" - bordercolor="#000000" - borderopacity="0.25" - inkscape:showpageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="5.9" - inkscape:cx="5.4237288" - inkscape:cy="12.542373" - inkscape:window-width="1368" - inkscape:window-height="700" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg3299"> - <inkscape:grid - type="xygrid" - id="grid3422" /> - </sodipodi:namedview> - <rect - transform="scale(-1,1)" - x="-48" - y="-0.019988" - width="48" - height="24" - rx="12" - ry="12" - fill="#ffffff" - opacity="0.45" - stroke-width="0" - style="paint-order:stroke fill markers" - id="rect3295" /> - <circle - cx="12" - cy="12" - r="9" - fill="#ffffff" - stroke-width="0" - style="paint-order:stroke fill markers;fill:#242424;fill-opacity:1" - id="circle3297" /> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-on-dark.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-on-dark.svg deleted file mode 100644 index ae040d5..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-on-dark.svg +++ /dev/null @@ -1,94 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="24" - version="1.1" - id="svg939" - sodipodi:docname="toggle-on-dark.svg" - inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs943"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter863" - x="-0.14699999" - y="-0.14699999" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.1025" - id="feGaussianBlur865" /> - </filter> - </defs> - <sodipodi:namedview - id="namedview941" - pagecolor="#ffffff" - bordercolor="#000000" - borderopacity="0.25" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="11.8" - inkscape:cx="18.050847" - inkscape:cy="12.245763" - inkscape:window-width="1920" - inkscape:window-height="1043" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg939"> - <inkscape:grid - type="xygrid" - id="grid1663" - originx="0" - originy="0" - spacingy="1" - spacingx="1" - units="px" - visible="true" /> - </sodipodi:namedview> - <rect - transform="scale(-1,1)" - x="-48" - y="-0.019988" - width="48" - height="24" - rx="12" - ry="12" - fill="#009688" - stroke-width="0" - style="paint-order:stroke fill markers;fill:#89b4fa;fill-opacity:1" - id="rect2" /> - <circle - cx="36" - cy="13" - r="9" - fill="#ffffff" - stroke-width="0" - style="opacity:0.35;fill:#000000;paint-order:stroke fill markers;filter:url(#filter863)" - id="circle307" /> - <circle - cx="36" - cy="12" - r="9" - fill="#ffffff" - stroke-width="0" - style="paint-order:stroke fill markers;fill:#1a1b26;fill-opacity:1" - id="circle4" /> - <path - id="rect876" - style="opacity:0.1;fill:#ffffff;paint-order:stroke fill markers" - d="m 12,-0.01953125 c -6.6479934,0 -12,5.35200665 -12,12.00000025 0,0.171056 0.00665429,0.340494 0.01367188,0.509765 C 0.27938822,6.080891 5.523063,1 12,1 H 36 C 42.476937,1 47.720612,6.080891 47.986328,12.490234 47.993346,12.320963 48,12.151525 48,11.980469 48,5.3324754 42.647993,-0.01953125 36,-0.01953125 Z" /> - <path - id="circle1665" - style="paint-order:stroke fill markers;fill:#ffffff;fill-opacity:1;opacity:0.1" - d="M 36 3 A 9 9 0 0 0 27 12 A 9 9 0 0 0 27.035156 12.5 A 9 9 0 0 1 36 4 A 9 9 0 0 1 44.974609 12.359375 A 9 9 0 0 0 45 12 A 9 9 0 0 0 36 3 z " /> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-on.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index 775d30d..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,91 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="24" - version="1.1" - id="svg6" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs10"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter863" - x="-0.14699999" - y="-0.14699999" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.1025" - id="feGaussianBlur865" /> - </filter> - </defs> - <sodipodi:namedview - id="namedview8" - pagecolor="#ffffff" - bordercolor="#000000" - borderopacity="0.25" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="11.8" - inkscape:cx="16.949153" - inkscape:cy="16.144068" - inkscape:window-width="1920" - inkscape:window-height="1043" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg6"> - <inkscape:grid - type="xygrid" - id="grid293" - originx="0" - originy="0" - spacingy="1" - spacingx="1" - units="px" - visible="true" /> - </sodipodi:namedview> - <rect - transform="scale(-1,1)" - x="-48" - y="-0.019988" - width="48" - height="24" - rx="12" - ry="12" - fill="#009688" - stroke-width="0" - style="paint-order:stroke fill markers;fill:#1e66f5;fill-opacity:1" - id="rect2" /> - <circle - cx="36" - cy="13" - r="9" - fill="#ffffff" - stroke-width="0" - style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter863);opacity:0.35" - id="circle307" /> - <circle - cx="36" - cy="12" - r="9" - fill="#ffffff" - stroke-width="0" - style="paint-order:stroke fill markers;fill:#e9e9ed;fill-opacity:1" - id="circle4" /> - <path - id="rect876" - style="paint-order:stroke fill markers;fill:#ffffff;opacity:0.1" - d="M -12 -0.01953125 C -5.3520066 -0.01953125 0 5.3324754 0 11.980469 C 0 12.151525 -0.0066542885 12.320963 -0.013671875 12.490234 C -0.27938822 6.080891 -5.523063 1 -12 1 L -36 1 C -42.476937 1 -47.720612 6.080891 -47.986328 12.490234 C -47.993346 12.320963 -48 12.151525 -48 11.980469 C -48 5.3324754 -42.647993 -0.01953125 -36 -0.01953125 L -12 -0.01953125 z " - transform="scale(-1,1)" /> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/assets/view-app-grid.svg b/themes/.themes/Cattpuccin/gnome-shell/assets/view-app-grid.svg deleted file mode 100644 index 7637e03..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/assets/view-app-grid.svg +++ /dev/null @@ -1,291 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - style="isolation:isolate" - width="256" - height="256" - viewBox="0 0 256 256" - version="1.1" - id="svg44" - sodipodi:docname="applogo6.svg" - inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview46" - pagecolor="#505050" - bordercolor="#eeeeee" - borderopacity="1" - inkscape:pageshadow="0" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="2.5293854" - inkscape:cx="70.76818" - inkscape:cy="129.4781" - inkscape:window-width="1920" - inkscape:window-height="944" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg44" /> - <defs - id="defs13"> - <filter - id="rxmzpKZhS1Rg1bUBpXZWxPjgMjI9gn7l" - width="1.0842484" - height="1.1077841" - x="-0.042124196" - y="-0.045133094" - color-interpolation-filters="sRGB" - filterUnits="objectBoundingBox"> - <feGaussianBlur - in="SourceGraphic" - stdDeviation="4.294" - id="feGaussianBlur2" /> - <feOffset - dx="0" - dy="4" - result="pf_100_offsetBlur" - id="feOffset4" /> - <feFlood - flood-opacity=".4" - id="feFlood6" /> - <feComposite - in2="pf_100_offsetBlur" - operator="in" - result="pf_100_dropShadow" - id="feComposite8" /> - <feBlend - in="SourceGraphic" - in2="pf_100_dropShadow" - mode="normal" - id="feBlend10" /> - </filter> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4166" - id="linearGradient4172" - x1="1037.0122" - y1="589.11401" - x2="1043.105" - y2="108.17625" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.32354855,0,0,0.32354855,-174.6547,-11.205045)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4166"> - <stop - style="stop-color:#c35781;stop-opacity:1" - offset="0" - id="stop4168" /> - <stop - style="stop-color:#25458b;stop-opacity:1" - offset="1" - id="stop4170" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4205" - id="linearGradient4211" - x1="1090.6018" - y1="651.76404" - x2="1082.9858" - y2="414.90842" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.32354855,0,0,0.32354855,-174.6547,-11.205045)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4205"> - <stop - style="stop-color:#bf73d3;stop-opacity:1" - offset="0" - id="stop4207" /> - <stop - style="stop-color:#ff8428;stop-opacity:1" - offset="1" - id="stop4209" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4160" - id="linearGradient4167" - x1="843.57886" - y1="376.56763" - x2="821.90533" - y2="536.67523" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.32354855,0,0,0.32354855,-174.6547,-11.205045)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4160"> - <stop - style="stop-color:#dca11f;stop-opacity:1" - offset="0" - id="stop4162" /> - <stop - style="stop-color:#eab3b3;stop-opacity:1" - offset="1" - id="stop4164" /> - </linearGradient> - </defs> - <g - filter="url(#rxmzpKZhS1Rg1bUBpXZWxPjgMjI9gn7l)" - id="g22" - style="fill:#343b58;fill-opacity:1"> - <linearGradient - id="_lgradient_133" - x1=".567" - x2=".567" - y1="1.071" - y2="-.742" - gradientTransform="matrix(244.648,0,0,228.338,5.619,11.952)" - gradientUnits="userSpaceOnUse"> - <stop - offset="0%" - style="stop-color:#333333" - id="stop15" /> - <stop - offset="100%" - style="stop-color:#4d4d4d" - id="stop17" /> - </linearGradient> - <path - fill="url(#_lgradient_133)" - d="M 165.628 11.952 C 239.684 11.952 250.267 22.509 250.267 96.495 L 250.267 155.746 C 250.267 229.733 239.684 240.29 165.628 240.29 L 90.259 240.29 C 16.203 240.29 5.619 229.733 5.619 155.746 L 5.619 96.495 C 5.619 22.509 16.203 11.952 90.259 11.952 L 165.628 11.952 Z" - id="path20" - style="fill:#343b58;fill-opacity:1" /> - </g> - <linearGradient - id="_lgradient_134" - x1=".516" - x2=".52" - y1="1.651" - y2="-.013" - gradientTransform="matrix(145,0,0,145,55.5,55.5)" - gradientUnits="userSpaceOnUse"> - <stop - offset="0%" - style="stop-color:#0575e6" - id="stop24" /> - <stop - offset="100%" - style="stop-color:#00f260" - id="stop26" /> - </linearGradient> - <g - opacity=".4" - id="g42"> - <linearGradient - id="_lgradient_135" - x1=".517" - x2=".517" - y1="0" - y2="1" - gradientTransform="matrix(244.65,0,0,228.34,5.68,11.95)" - gradientUnits="userSpaceOnUse"> - <stop - offset="0%" - style="stop-color:#ffffff" - id="stop31" /> - <stop - offset="12.5%" - stop-opacity=".098" - style="stop-color:#ffffff" - id="stop33" /> - <stop - offset="92.5%" - stop-opacity=".098" - style="stop-color:#000000" - id="stop35" /> - <stop - offset="100%" - stop-opacity=".498" - style="stop-color:#000000" - id="stop37" /> - </linearGradient> - <path - fill="url(#_lgradient_135)" - fill-rule="evenodd" - d="M 165.068 11.951 C 169.396 11.941 173.724 11.991 178.052 12.089 C 181.927 12.167 185.803 12.315 189.678 12.541 C 193.131 12.737 196.583 13.022 200.026 13.395 C 203.085 13.73 206.144 14.181 209.174 14.741 C 211.889 15.243 214.574 15.881 217.22 16.657 C 219.62 17.355 221.971 18.219 224.243 19.241 C 226.358 20.184 228.384 21.304 230.302 22.591 C 232.142 23.829 233.863 25.244 235.437 26.806 C 237.001 28.378 238.417 30.088 239.656 31.925 C 240.945 33.841 242.066 35.865 243.02 37.967 C 244.043 40.247 244.909 42.585 245.617 44.972 C 246.394 47.615 247.034 50.297 247.535 53.009 C 248.096 56.035 248.548 59.081 248.883 62.136 C 249.257 65.575 249.542 69.014 249.739 72.462 C 249.965 76.323 250.112 80.194 250.201 84.055 C 250.289 88.378 250.339 92.701 250.329 97.014 L 250.329 155.226 C 250.339 159.549 250.289 163.862 250.201 168.185 C 250.112 172.056 249.965 175.917 249.739 179.778 C 249.542 183.226 249.257 186.675 248.883 190.104 C 248.548 193.159 248.096 196.215 247.535 199.241 C 247.034 201.943 246.394 204.625 245.617 207.268 C 244.909 209.655 244.043 212.003 243.02 214.273 C 242.066 216.385 240.945 218.399 239.656 220.315 C 238.417 222.152 237.001 223.872 235.437 225.434 C 233.863 226.996 232.142 228.411 230.302 229.649 C 228.384 230.936 226.358 232.056 224.243 232.999 C 221.971 234.021 219.62 234.885 217.22 235.593 C 214.574 236.369 211.889 237.007 209.174 237.499 C 206.144 238.068 203.085 238.51 200.026 238.845 C 196.583 239.218 193.131 239.503 189.678 239.699 C 185.803 239.925 181.927 240.073 178.052 240.161 C 173.724 240.249 169.396 240.299 165.068 240.289 L 90.942 240.289 C 86.614 240.299 82.286 240.249 77.958 240.161 C 74.083 240.073 70.207 239.925 66.332 239.699 C 62.879 239.503 59.427 239.218 55.984 238.845 C 52.925 238.51 49.866 238.068 46.836 237.499 C 44.121 237.007 41.436 236.369 38.79 235.593 C 36.39 234.885 34.039 234.021 31.767 232.999 C 29.652 232.056 27.626 230.936 25.708 229.649 C 23.868 228.411 22.147 226.996 20.573 225.434 C 19.009 223.872 17.593 222.152 16.354 220.315 C 15.065 218.399 13.944 216.385 12.99 214.273 C 11.967 212.003 11.101 209.655 10.393 207.268 C 9.616 204.625 8.976 201.943 8.475 199.241 C 7.914 196.215 7.462 193.159 7.127 190.104 C 6.753 186.675 6.468 183.226 6.271 179.778 C 6.045 175.917 5.898 172.056 5.809 168.185 C 5.721 163.862 5.671 159.549 5.681 155.226 L 5.681 97.014 C 5.671 92.701 5.721 88.378 5.809 84.055 C 5.898 80.194 6.045 76.323 6.271 72.462 C 6.468 69.014 6.753 65.575 7.127 62.136 C 7.462 59.081 7.914 56.035 8.475 53.009 C 8.976 50.297 9.616 47.615 10.393 44.972 C 11.101 42.585 11.967 40.247 12.99 37.967 C 13.944 35.865 15.065 33.841 16.354 31.925 C 17.593 30.088 19.009 28.378 20.573 26.806 C 22.147 25.244 23.868 23.829 25.708 22.591 C 27.626 21.304 29.652 20.184 31.767 19.241 C 34.039 18.219 36.39 17.355 38.79 16.657 C 41.436 15.881 44.121 15.243 46.836 14.741 C 49.866 14.181 52.925 13.73 55.984 13.395 C 59.427 13.022 62.879 12.737 66.332 12.541 C 70.207 12.315 74.083 12.167 77.958 12.089 C 82.286 11.991 86.614 11.941 90.942 11.951 L 165.068 11.951 Z M 165.078 15.96 C 169.376 15.95 173.675 15.999 177.973 16.087 C 181.8 16.176 185.626 16.323 189.452 16.539 C 192.836 16.736 196.219 17.011 199.583 17.384 C 202.554 17.699 205.515 18.131 208.446 18.681 C 211.023 19.153 213.58 19.762 216.099 20.499 C 218.322 21.147 220.495 21.953 222.6 22.896 C 224.509 23.751 226.338 24.763 228.069 25.922 C 229.692 27.013 231.207 28.26 232.594 29.646 C 233.981 31.031 235.23 32.544 236.332 34.165 C 237.492 35.894 238.506 37.712 239.361 39.608 C 240.306 41.72 241.112 43.892 241.761 46.102 C 242.509 48.617 243.109 51.162 243.591 53.736 C 244.132 56.664 244.565 59.611 244.889 62.578 C 245.263 65.938 245.539 69.308 245.735 72.688 C 245.952 76.51 246.109 80.322 246.188 84.144 C 246.276 88.437 246.325 92.721 246.325 97.014 C 246.325 97.014 246.325 97.014 246.325 97.014 L 246.325 155.226 C 246.325 155.226 246.325 155.226 246.325 155.226 C 246.325 159.519 246.276 163.803 246.188 168.096 C 246.109 171.918 245.952 175.74 245.735 179.552 C 245.539 182.932 245.263 186.302 244.889 189.672 C 244.565 192.629 244.132 195.576 243.591 198.504 C 243.109 201.078 242.509 203.623 241.761 206.138 C 241.112 208.358 240.306 210.52 239.361 212.632 C 238.506 214.528 237.492 216.356 236.332 218.075 C 235.23 219.706 233.981 221.219 232.594 222.604 C 231.207 223.98 229.692 225.227 228.069 226.318 C 226.338 227.477 224.509 228.489 222.6 229.344 C 220.495 230.297 218.322 231.093 216.099 231.741 C 213.58 232.478 211.023 233.087 208.446 233.559 C 205.515 234.109 202.554 234.541 199.583 234.865 C 196.219 235.229 192.836 235.514 189.452 235.701 C 185.626 235.917 181.8 236.074 177.973 236.153 C 173.675 236.251 169.376 236.29 165.078 236.29 C 165.078 236.29 165.078 236.29 165.068 236.29 L 90.942 236.29 C 90.932 236.29 90.932 236.29 90.932 236.29 C 86.634 236.29 82.335 236.251 78.037 236.153 C 74.21 236.074 70.384 235.917 66.558 235.701 C 63.174 235.514 59.791 235.229 56.427 234.865 C 53.456 234.541 50.495 234.109 47.564 233.559 C 44.987 233.087 42.43 232.478 39.911 231.741 C 37.688 231.093 35.515 230.297 33.41 229.344 C 31.501 228.489 29.672 227.477 27.941 226.318 C 26.318 225.227 24.803 223.98 23.416 222.604 C 22.029 221.219 20.78 219.706 19.678 218.075 C 18.518 216.356 17.504 214.528 16.649 212.632 C 15.704 210.52 14.898 208.358 14.249 206.138 C 13.501 203.623 12.901 201.078 12.419 198.504 C 11.878 195.576 11.445 192.629 11.121 189.672 C 10.747 186.302 10.472 182.932 10.275 179.552 C 10.058 175.74 9.901 171.918 9.822 168.096 C 9.734 163.803 9.685 159.519 9.685 155.226 C 9.685 155.226 9.685 155.226 9.685 155.226 L 9.685 97.014 C 9.685 97.014 9.685 97.014 9.685 97.014 C 9.685 92.721 9.734 88.437 9.822 84.144 C 9.901 80.322 10.058 76.51 10.275 72.688 C 10.472 69.308 10.747 65.938 11.121 62.578 C 11.445 59.611 11.878 56.664 12.419 53.736 C 12.901 51.162 13.501 48.617 14.249 46.102 C 14.898 43.892 15.704 41.72 16.649 39.608 C 17.504 37.712 18.518 35.894 19.678 34.165 C 20.78 32.544 22.029 31.031 23.416 29.646 C 24.803 28.26 26.318 27.013 27.941 25.922 C 29.672 24.763 31.501 23.751 33.41 22.896 C 35.515 21.953 37.688 21.147 39.911 20.499 C 42.43 19.762 44.987 19.153 47.564 18.681 C 50.495 18.131 53.456 17.699 56.427 17.384 C 59.791 17.011 63.174 16.736 66.558 16.539 C 70.384 16.323 74.21 16.176 78.037 16.087 C 82.335 15.999 86.634 15.95 90.932 15.96 C 90.932 15.96 90.932 15.96 90.942 15.96 L 165.068 15.96 C 165.078 15.96 165.078 15.96 165.078 15.96 Z" - id="path40" /> - </g> - <g - id="g1599" - transform="matrix(1.0348995,0,0,1.0348995,-4.4651488,-4.4713569)"> - <circle - style="fill:url(#linearGradient4172);fill-opacity:1;stroke:none;stroke-width:0.323549" - id="path4164" - cx="125.3817" - cy="128.121" - r="85.649734" /> - <path - style="fill:url(#linearGradient4211);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.323549px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 174.92511,162.64428 12.34157,5.09278 5.10258,-1.93702 6.55646,3.01886 -4.74048,8.02523 -17.37999,17.95124 -13.93187,-25.82581 z" - id="path4201" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cccccccc" /> - <path - style="fill:url(#linearGradient4167);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20266px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 95.220219,104.1226 c -13.414174,-1.13822 -38.494654,17.39213 -49.755742,35.196 5.517522,40.42426 39.617452,70.54458 79.917123,70.59046 18.33627,-0.006 36.12495,-6.32892 50.44136,-17.9304 -1.55786,-11.95524 -6.9009,-23.30851 -20.35324,-38.78033 -16.41408,-19.17735 -41.63363,-45.97015 -60.249501,-49.07573 z" - id="path3342" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cccccc" /> - <path - style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.323549px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 125.38169,39.596232 A 87.421061,88.524876 0 0 0 37.960681,128.121 87.421061,88.524876 0 0 0 125.38169,216.64578 87.421061,88.524876 0 0 0 212.80271,128.121 87.421061,88.524876 0 0 0 125.38169,39.596232 Z m 0,7.239965 A 80.271247,81.284782 0 0 1 205.6529,128.121 80.271247,81.284782 0 0 1 125.38169,209.40581 80.271247,81.284782 0 0 1 45.110489,128.121 80.271247,81.284782 0 0 1 125.38169,46.836197 Z" - id="path3453" - inkscape:connector-curvature="0" /> - <path - style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.323549px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 122.08545,73.426552 c -2.63242,0.02902 -5.38099,0.228079 -8.27134,0.652151 -20.900303,3.066496 -34.290467,11.321795 -51.446114,32.026257 -6.970284,8.41215 -13.13037,18.55126 -17.536713,26.33445 0.153022,2.87365 0.455718,5.73712 0.906822,8.57846 12.039196,-16.66062 45.556924,-41.294482 53.103037,-30.43442 8.639788,12.43403 -16.248744,29.71622 -12.907818,34.41369 3.579839,5.03338 19.258646,-2.95449 33.809556,-3.9995 16.24493,-1.16665 24.87558,3.85993 35.72684,12.20069 -2.73286,-5.15665 -4.52515,-8.92309 -5.56478,-12.62092 -2.16097,-7.68645 3.60676,-14.831 5.76382,-19.03754 3.42716,-6.68326 6.31337,-15.99432 11.40826,-21.02055 8.91706,-8.796919 24.48441,-13.349826 38.23878,-17.913974 4.30449,-1.428366 8.1201,-1.125871 12.60953,-2.109384 -4.16653,-2.325638 -9.36712,-3.187099 -13.61496,-3.250023 -22.64416,-0.3354 -36.44405,3.095939 -45.58242,2.100539 -11.59033,-1.26248 -22.42743,-6.076601 -36.6425,-5.919926 z" - id="path3481" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sssccssscsssscsss" /> - <ellipse - style="fill:#c8b7b7;fill-opacity:1;stroke:none;stroke-width:0.302252" - id="path3485" - cx="142.8614" - cy="71.206673" - rx="5.9839044" - ry="5.9307613" - transform="rotate(11.377029)" /> - <path - sodipodi:nodetypes="cscc" - inkscape:connector-curvature="0" - id="path4068" - d="m 146.91184,100.77154 c 4.80047,-2.489525 7.12019,-4.559505 18.33208,-7.360652 10.88389,-2.719193 24.42329,-9.29191 35.31597,-11.84299 -18.6361,2.245588 -41.12133,6.946661 -53.64805,19.203642 z" - style="fill:#c8b7b7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.234781px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.323549px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 68.208299,152.19546 c -3.84395,-0.0683 -13.067139,4.09601 -17.792012,6.27317 a 80.768521,81.788333 0 0 0 9.044195,16.73669 c 2.717649,-11.46999 12.121856,-19.43198 10.321325,-22.39942 -0.248994,-0.41036 -0.800631,-0.59672 -1.573508,-0.61044 z" - id="path4152" - inkscape:connector-curvature="0" /> - <path - style="fill:#181818;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.323549px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 170.34321,91.948772 c 9.74499,-2.715631 26.55754,-9.346742 38.81741,-10.893893 -2.25746,-0.421293 -6.34297,0.272489 -8.60073,0.513028 -12.10683,2.396987 -23.92415,7.224464 -30.21668,10.380874 z" - id="path4179" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccc" /> - <circle - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.323549;stroke-opacity:1" - id="path4181" - cx="104.98782" - cy="62.369961" - r="1.1263562" /> - <circle - r="0.79609054" - cy="58.260956" - cx="111.54447" - id="circle4187" - style="fill:#acaad1;fill-opacity:1;stroke:none;stroke-width:0.323549;stroke-opacity:1" /> - <circle - style="fill:#7572b2;fill-opacity:1;stroke:none;stroke-width:0.323549;stroke-opacity:1" - id="circle4213" - cx="161.0078" - cy="69.400787" - r="0.79609054" /> - </g> -</svg> diff --git a/themes/.themes/Cattpuccin/gnome-shell/gnome-shell.css b/themes/.themes/Cattpuccin/gnome-shell/gnome-shell.css deleted file mode 100644 index b87ebdb..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,4488 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* General Typography */ -.search-statustext, .app-folder-dialog .folder-name-container .folder-name-label, -.app-folder-dialog .folder-name-container .folder-name-entry { - font-weight: 800; - font-size: 20pt; -} - -.message-list .message-list-placeholder, .lg-debug-flags-header { - font-weight: 800; - font-size: 15pt; -} - -.quick-toggle-menu .header .title { - font-weight: 700; - font-size: 15pt; -} - -.bt-menu-placeholder.popup-menu-item { - font-weight: 700; - font-size: 13pt; -} - -.background-app-item .title, .message-list-controls, .world-clocks-button .world-clocks-header, .calendar .calendar-month-label, .lg-extension-name { - font-weight: 700; - font-size: 11pt; -} - -.quick-toggle-menu .header .subtitle, .app-menu .popup-inactive-menu-item:first-child > StLabel { - font-weight: 700; - font-size: 9pt; -} - -.icon-label-button-container, .background-app-item .subtitle, .message .message-header .message-header-content .event-time { - font-weight: 400; - font-size: 9pt; -} - -.calendar .calendar-week-number, .calendar .calendar-day-heading { - font-weight: 400; - font-size: 8pt; -} - -.calendar .calendar-day-heading { - font-feature-settings: 'tnum'; -} - -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(255, 255, 255, 0.3); - box-shadow: 0 0 2px 2px white; -} - -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #cba6f7; - -pie-background-color: rgba(255, 255, 255, 0.3); -} - -.magnifier-zoom-region { - border: 2px solid #cba6f7; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -.shell-link { - border-radius: 12px; - color: #8fcbe8; -} - -.shell-link:hover { - color: #8fcbe8; - background-color: rgba(143, 203, 232, 0.15); -} - -.shell-link:active { - color: #8fcbe8; - background-color: rgba(143, 203, 232, 0.25); -} - -.lowres-icon { - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -} - -.icon-dropshadow { - icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); -} - -/* Buttons */ -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button, .quick-settings-system-item .message .message-header .message-expand-button, .message .message-header .quick-settings-system-item .message-expand-button, -.quick-settings-system-item .message .message-header .message-close-button, -.message .message-header .quick-settings-system-item .message-close-button, .hotplug-notification-item, .button { - color: #eff1f5; - background-color: #313244; - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:focus, .quick-settings-system-item .background-app-item .close-button:focus, .background-app-item .quick-settings-system-item .close-button:focus, .quick-settings-system-item .message .message-header .message-expand-button:focus, .message .message-header .quick-settings-system-item .message-expand-button:focus, -.quick-settings-system-item .message .message-header .message-close-button:focus, -.message .message-header .quick-settings-system-item .message-close-button:focus, .hotplug-notification-item:focus, .button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:hover, .quick-settings-system-item .background-app-item .close-button:hover, .background-app-item .quick-settings-system-item .close-button:hover, .quick-settings-system-item .message .message-header .message-expand-button:hover, .message .message-header .quick-settings-system-item .message-expand-button:hover, -.quick-settings-system-item .message .message-header .message-close-button:hover, -.message .message-header .quick-settings-system-item .message-close-button:hover, .hotplug-notification-item:hover, .button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:active, .quick-settings-system-item .background-app-item .close-button:active, .background-app-item .quick-settings-system-item .close-button:active, .quick-settings-system-item .message .message-header .message-expand-button:active, .message .message-header .quick-settings-system-item .message-expand-button:active, -.quick-settings-system-item .message .message-header .message-close-button:active, -.message .message-header .quick-settings-system-item .message-close-button:active, .hotplug-notification-item:active, .button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:insensitive, .quick-settings-system-item .background-app-item .close-button:insensitive, .background-app-item .quick-settings-system-item .close-button:insensitive, .quick-settings-system-item .message .message-header .message-expand-button:insensitive, .message .message-header .quick-settings-system-item .message-expand-button:insensitive, -.quick-settings-system-item .message .message-header .message-close-button:insensitive, -.message .message-header .quick-settings-system-item .message-close-button:insensitive, .hotplug-notification-item:insensitive, .button:insensitive { - color: rgba(239, 241, 245, 0.35); - background-color: #313244; - box-shadow: none !important; -} - -.lg-obj-inspector-button, .candidate-page-button, .modal-dialog-linked-button, .icon-button.flat, .background-app-item .flat.close-button, .message .message-header .flat.message-expand-button, -.message .message-header .flat.message-close-button, .button.flat, .popup-menu .button { - color: #eff1f5; - background-color: transparent; - box-shadow: none !important; -} - -.lg-obj-inspector-button:focus, .candidate-page-button:focus, .modal-dialog-linked-button:focus, .icon-button.flat:focus, .background-app-item .flat.close-button:focus, .message .message-header .flat.message-expand-button:focus, -.message .message-header .flat.message-close-button:focus, .button.flat:focus, .popup-menu .button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.lg-obj-inspector-button:hover, .candidate-page-button:hover, .modal-dialog-linked-button:hover, .icon-button.flat:hover, .background-app-item .flat.close-button:hover, .message .message-header .flat.message-expand-button:hover, -.message .message-header .flat.message-close-button:hover, .button.flat:hover, .popup-menu .button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.lg-obj-inspector-button:active, .candidate-page-button:active, .modal-dialog-linked-button:active, .icon-button.flat:active, .background-app-item .flat.close-button:active, .message .message-header .flat.message-expand-button:active, -.message .message-header .flat.message-close-button:active, .button.flat:active, .popup-menu .button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.lg-obj-inspector-button:insensitive, .candidate-page-button:insensitive, .modal-dialog-linked-button:insensitive, .icon-button.flat:insensitive, .background-app-item .flat.close-button:insensitive, .message .message-header .flat.message-expand-button:insensitive, -.message .message-header .flat.message-close-button:insensitive, .button.flat:insensitive, .popup-menu .button:insensitive { - background-color: transparent; - color: rgba(239, 241, 245, 0.35); - box-shadow: none !important; -} - -.icon-button.default, .background-app-item .default.close-button, .message .message-header .default.message-expand-button, -.message .message-header .default.message-close-button, .button.default { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - box-shadow: none !important; -} - -.icon-button.default:focus, .background-app-item .default.close-button:focus, .message .message-header .default.message-expand-button:focus, -.message .message-header .default.message-close-button:focus, .button.default:focus { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(30, 30, 46, 0.08); - box-shadow: none !important; -} - -.icon-button.default:hover, .background-app-item .default.close-button:hover, .message .message-header .default.message-expand-button:hover, -.message .message-header .default.message-close-button:hover, .button.default:hover { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(30, 30, 46, 0.12); - box-shadow: none !important; -} - -.icon-button.default:insensitive, .background-app-item .default.close-button:insensitive, .message .message-header .default.message-expand-button:insensitive, -.message .message-header .default.message-close-button:insensitive, .button.default:insensitive { - color: rgba(30, 30, 46, 0.35); - background-color: #cba6f7; - box-shadow: none !important; -} - -.icon-button.default:active, .background-app-item .default.close-button:active, .message .message-header .default.message-expand-button:active, -.message .message-header .default.message-close-button:active, .button.default:active { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(30, 30, 46, 0.2); - box-shadow: none !important; -} - -.button { - min-height: 20px; - padding: 6px 12px; - border-radius: 12px; - border: none; -} - -.icon-button, .background-app-item .close-button, .message .message-header .message-expand-button, -.message .message-header .message-close-button { - border-radius: 9999px; - padding: 6px; - min-height: 1.091em; -} - -.icon-button StIcon, .background-app-item .close-button StIcon, .message .message-header .message-expand-button StIcon, -.message .message-header .message-close-button StIcon { - icon-size: 1.091em; - -st-icon-style: symbolic; -} - -.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { - color: #eff1f5; - background-color: transparent; - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { - color: rgba(239, 241, 245, 0.35); - background-color: #1e1e2e; - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:outlined, .screenshot-ui-type-button:outlined, .screenshot-ui-show-pointer-button:checked, .screenshot-ui-type-button:checked { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - box-shadow: none !important; -} - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: 0.8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 3px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-image: url("assets/checkbox-off-hover.svg"); -} - -.check-box:active StBin { - background-image: url("assets/checkbox-off-active.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox-dark.svg"); -} - -/* Activities Ripple */ -.ripple-box { - background-color: rgba(203, 166, 247, 0.35); - box-shadow: 0 0 2px 2px white; - width: 52px; - height: 52px; - border-radius: 0 0 52px 0; -} - -.ripple-box:rtl { - border-radius: 0 0 0 52px; -} - -/* Modal Dialogs */ -.candidate-popup-content, .modal-dialog { - background-color: #292c3c; - border-radius: 21px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35); - border: 2px solid #e6e9ef; -} - -.modal-dialog-linked-button:last-child { - color: #1e1e2e; - background-color: #cba6f7; -} - -.modal-dialog-linked-button:hover:last-child { - color: #1e1e2e; - background-color: #e4d0fb; -} - -.modal-dialog-linked-button:active:last-child { - color: #1e1e2e; - background-color: #bd8ff5; -} - -.modal-dialog-linked-button:insensitive:last-child { - color: #1e1e2e; - background-color: rgba(203, 166, 247, 0.05); -} - -.headline { - font-size: 13pt; -} - -.modal-dialog { - color: rgba(239, 241, 245, 0.7); - padding: 0 6px 6px 6px; -} - -.modal-dialog-linked-button { - min-height: 32px !important; - padding: 6px !important; - margin: 3px !important; - border: none !important; - border-radius: 12px; -} - -.modal-dialog-linked-button:first-child { - background-color: rgba(239, 241, 245, 0.04); -} - -.modal-dialog-linked-button:first-child:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.modal-dialog-linked-button:first-child:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.modal-dialog-linked-button:first-child:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.modal-dialog .modal-dialog-content-box { - margin: 30px 42px; - spacing: 30px; - max-width: 28em; -} - -.end-session-dialog { - width: 30em; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #df8e1d; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.lightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: rgba(239, 241, 245, 0.7); - font-size: 11pt; -} - -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 12px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: rgba(239, 241, 245, 0.7); - font-size: 11pt; -} - -.prompt-dialog { - width: 28em; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 11pt; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #d20f39; -} - -.prompt-dialog-info-label, -.prompt-dialog-null-label { - color: rgba(239, 241, 245, 0.5); -} - -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #df8e1d; -} - -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-device { - border: 1px solid rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.audio-selection-device:active { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.audio-selection-device-box { - padding: 18px; - spacing: 18px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -.welcome-dialog-image { - background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); - background-size: contain; - height: 300px; - width: 300px; -} - -/* Entries */ -StEntry, -.popup-menu .search-entry { - min-height: 20px; - padding: 6px 12px; - margin: 2px; - border-radius: 12px; - color: #eff1f5; - caret-color: #eff1f5; - selection-background-color: #cba6f7; - selected-color: rgba(30, 30, 46, 0.87); - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid transparent !important; - box-shadow: none !important; -} - -StEntry:hover, -.popup-menu .search-entry:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid rgba(239, 241, 245, 0.3) !important; - box-shadow: none !important; -} - -StEntry:focus, -.popup-menu .search-entry:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - border: 2px solid #cba6f7 !important; - box-shadow: none !important; -} - -StEntry:insensitive, -.popup-menu .search-entry:insensitive { - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.35); - box-shadow: none !important; -} - -StEntry StIcon.capslock-warning, -.popup-menu .search-entry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #df8e1d; - padding: 0; -} - -StEntry StIcon.peek-password, -.popup-menu .search-entry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text, -.popup-menu .search-entry StLabel.hint-text { - margin-left: 2px; - color: rgba(239, 241, 245, 0.5); -} - -.hotplug-notification-item { - padding: 12px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 12px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 12px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 12px 12px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 0 4px; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 12px; -} - -.candidate-popup-content { - color: rgba(239, 241, 245, 0.7); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15); - border: none; - margin: 3px 8px; - padding: 6px; - spacing: 6px; - border-radius: 12px; -} - -.candidate-index { - padding: 0 0.5em 0 0; - color: rgba(239, 241, 245, 0.7); -} - -.candidate-box:selected .candidate-index { - color: rgba(30, 30, 46, 0.6); -} - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 2px; - border-radius: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.candidate-box:hover { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.candidate-box:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -.candidate-box:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.candidate-box:last-child { - margin-right: 0; -} - -.candidate-page-button-box { - height: 2em; -} - -.vertical .candidate-page-button-box { - padding-top: 0.5em; -} - -.horizontal .candidate-page-button-box { - padding-left: 0.5em; -} - -.candidate-page-button { - padding: 4px 8px; - border-radius: 6px; -} - -.candidate-page-button-previous, -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1em; -} - -/* On-screen Keyboard */ -#keyboard { - background-color: #1d1d1d; - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 6px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container, -.keyboard-layout { - padding: 4px; - spacing: 4px; -} - -.keyboard-key { - font-size: 17pt; - font-weight: bold; - min-height: 1.2em; - min-width: 1.2em; - padding: 0 !important; - border-radius: 15px; - border: none; - color: rgba(239, 241, 245, 0.7); - background-color: #707070; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: #eff1f5; - background-color: #656565; -} - -.keyboard-key:checked, .keyboard-key:active { - color: #eff1f5; - background-color: #717171; -} - -.keyboard-key:grayed { - background-color: #4b4b4b; - color: rgba(239, 241, 245, 0.7); -} - -.keyboard-key.default-key { - background-color: #4b4b4b; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { - color: #eff1f5; - background-color: #585858; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active { - color: #eff1f5; - background-color: #6a6a6a; -} - -.keyboard-key.enter-key { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: rgba(30, 30, 46, 0.87); - background-color: #d9bdf9; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: rgba(30, 30, 46, 0.87); - background-color: #b077f3; -} - -.keyboard-key.shift-key-uppercase, .keyboard-key.shift-key-uppercase:focus, .keyboard-key.shift-key-uppercase:hover, .keyboard-key.shift-key-uppercase:checked, .keyboard-key.shift-key-uppercase:active { - color: #cba6f7; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 18px; - -arrow-background-color: #323233; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 6px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border: none; - background-color: #cba6f7; -} - -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -/* Login Dialog */ -#lockDialogGroup { - background-color: #1e1e2e; -} - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog, -.unlock-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry, -.unlock-dialog StEntry { - selection-background-color: #cba6f7; - selected-color: rgba(30, 30, 46, 0.87); - padding: 4px 8px; - min-height: 26px; - border-radius: 9999px; - caret-color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 0; - border: none !important; - box-shadow: inset 0 -1px rgba(30, 30, 46, 0.15) !important; - color: rgba(30, 30, 46, 0.87); -} - -.login-dialog StEntry:focus, -.unlock-dialog StEntry:focus { - border: none !important; - background-color: rgba(239, 241, 245, 0.04); - box-shadow: inset 0 -2px #cba6f7 !important; - color: rgba(30, 30, 46, 0.87); -} - -.login-dialog StEntry:insensitive, -.unlock-dialog StEntry:insensitive { - border: none !important; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(30, 30, 46, 0.35); -} - -.login-dialog StEntry StLabel.hint-text, -.unlock-dialog StEntry StLabel.hint-text { - color: rgba(30, 30, 46, 0.38); -} - -.login-dialog .modal-dialog-button-box, -.unlock-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button, -.unlock-dialog .modal-dialog-button { - padding: 0 16px; - border: none; - color: rgba(30, 30, 46, 0.87); - background-color: transparent; - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, -.unlock-dialog .modal-dialog-button:hover, -.unlock-dialog .modal-dialog-button:focus { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.12); -} - -.login-dialog .modal-dialog-button:active, -.unlock-dialog .modal-dialog-button:active { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:insensitive, -.unlock-dialog .modal-dialog-button:insensitive { - background-color: transparent; - color: rgba(30, 30, 46, 0.35); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default, -.unlock-dialog .modal-dialog-button:default { - color: rgba(30, 30, 46, 0.87); - background-color: #313244; - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, -.unlock-dialog .modal-dialog-button:default:hover, -.unlock-dialog .modal-dialog-button:default:focus { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:active, -.unlock-dialog .modal-dialog-button:default:active { - color: rgba(30, 30, 46, 0.87); - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:insensitive, -.unlock-dialog .modal-dialog-button:default:insensitive { - color: rgba(30, 30, 46, 0.35); - background-color: #313244; - box-shadow: none !important; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button, -.unlock-dialog .cancel-button, -.unlock-dialog .switch-user-button, -.unlock-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 100px; - width: 32px; - height: 32px; - border: none; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon, -.unlock-dialog .cancel-button StIcon, -.unlock-dialog .switch-user-button StIcon, -.unlock-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .login-dialog-message-warning, -.unlock-dialog .login-dialog-message-warning { - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-button-box { - spacing: 5px; -} - -.login-dialog-message { - text-align: center; -} - -.login-dialog-message-warning { - color: #df8e1d; -} - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: #eff1f5; -} - -.login-dialog-not-listed-label { - font-size: 1em; - font-weight: bold; - color: rgba(239, 241, 245, 0.7); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - padding: 0.2em; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected, .login-dialog-user-list:expanded .login-dialog-user-list-item:hover, .login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(239, 241, 245, 0.3); - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #cba6f7; -} - -.login-dialog-user-list-item { - border-radius: 18px; - padding: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-user-list-item:ltr .user-widget { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl .user-widget { - padding-left: 1em; -} - -.login-dialog-user-list-item:focus { - background-color: rgba(239, 241, 245, 0.04) !important; -} - -.login-dialog-user-list-item:hover, .login-dialog-user-list-item:focus:hover { - background-color: rgba(239, 241, 245, 0.12) !important; - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-user-list-item:active, .login-dialog-user-list-item:focus:active { - background-color: rgba(239, 241, 245, 0.3) !important; - color: rgba(239, 241, 245, 0.7); -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.user-widget-label { - color: rgba(239, 241, 245, 0.7); -} - -.user-widget.horizontal .user-widget-label { - font-size: 14pt; - font-weight: bold; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; - text-align: left; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; - text-align: right; -} - -.user-widget.vertical .user-widget-label { - font-size: 17pt; - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 12px; - width: 23em; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-label { - color: rgba(239, 241, 245, 0.7); - font-size: 13pt; - padding-top: 1em; -} - -/* Looking Glass */ -#LookingGlassDialog { - background-color: #313244; - padding: 0; - spacing: 6px; - margin: 6px; - border-radius: 20px; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); - color: #eff1f5; - border: 2px solid #e6e9ef; -} - -#LookingGlassDialog > #Toolbar { - padding: 0 6px; - border: none; - border-radius: 20px 20px 0 0; - background-color: rgba(239, 241, 245, 0.04); - box-shadow: inset 0 -1px 0 rgba(239, 241, 245, 0.12); - spacing: 6px; -} - -#LookingGlassDialog .labels { - spacing: 6px; -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 12px; - font-weight: bold; - color: rgba(239, 241, 245, 0.5); - padding-left: 16px; - padding-right: 16px; - min-height: 32px; - padding: 3px 30px; - transition-duration: 100ms; - border: none; - background-color: transparent; - border-radius: 0; -} - -#LookingGlassDialog .notebook-tab:hover { - background-color: rgba(239, 241, 245, 0.04); - color: #eff1f5; - text-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - border-color: transparent; - background-color: rgba(239, 241, 245, 0.12); - box-shadow: inset 0 -2px 0px #e6e9ef; - color: #eff1f5; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 6px; - padding: 6px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 6px; - padding: 6px; -} - -.lg-dialog StEntry { - min-height: 22px; - selection-background-color: #cba6f7; - selected-color: rgba(30, 30, 46, 0.87); -} - -.lg-dialog .shell-link { - color: #8fcbe8; -} - -.lg-dialog .shell-link:hover { - color: #b9dff1; -} - -.lg-dialog .shell-link:active { - color: #65b7df; -} - -.lg-dialog .actor-link { - color: rgba(239, 241, 245, 0.5); -} - -.lg-dialog .actor-link:hover { - color: #eff1f5; -} - -.lg-dialog .actor-link:active { - color: rgba(239, 241, 245, 0.7); -} - -.lg-dialog .actor-link StIcon { - icon-size: 12px; -} - -.lg-completions-text { - font-size: 0.9em; - font-style: italic; - color: rgba(239, 241, 245, 0.7); -} - -.lg-obj-inspector-title { - spacing: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.lg-obj-inspector-button { - padding: 0 16px; - border: none; - border-radius: 12px; -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.lg-extensions-list { - padding: 6px; - spacing: 6px; - color: rgba(239, 241, 245, 0.7); -} - -.lg-extension { - border: none; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.7); - padding: 12px; -} - -.lg-extension:hover { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); -} - -.lg-extension:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.3); -} - -.lg-extension-meta { - spacing: 6px; - color: rgba(239, 241, 245, 0.7); -} - -#LookingGlassPropertyInspector { - color: rgba(239, 241, 245, 0.7); - background: #313244; - border: none; - border-radius: 12px; - padding: 6px; - margin: 5px 8px 11px; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); -} - -.lg-debug-flag-button { - color: rgba(239, 241, 245, 0.7); -} - -.lg-debug-flag-button StLabel { - padding: 6px, 12px; -} - -.lg-debug-flag-button:hover { - color: #eff1f5; -} - -.lg-debug-flag-button:active { - color: #eff1f5; -} - -.lg-debug-flags-header { - padding-top: 12px; - padding: 6px; -} - -.select-area-rubberband { - background-color: rgba(203, 166, 247, 0.3); - border: 1px solid #cba6f7; - border-radius: 12px; -} - -.user-icon { - background-size: contain; - color: rgba(239, 241, 245, 0.7); - border-radius: 9999px; - border: none; - box-shadow: none; - icon-size: 64px; -} - -.modal-dialog .user-icon { - box-shadow: none; -} - -.user-icon:hover { - color: #eff1f5; -} - -.user-icon StIcon { - background-color: #eff1f5; - border-radius: 9999px; - padding: 12px; - width: 40px; - height: 40px; -} - -.user-icon.user-avatar { - border: 2px solid #cba6f7; -} - -.user-widget.vertical .user-icon { - icon-size: 96px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 20px; - padding-top: 18px; - padding-bottom: 22px; - width: 88px; - height: 88px; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 11pt; - color: #df8e1d; -} - -/* Network Dialogs */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #eff1f5; -} - -.nm-dialog-header { - font-weight: bold; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-scroll-view { - border: none; - padding: 0; - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; -} - -.nm-dialog-item { - font-size: 12pt; - border-bottom: none; - padding: 12px; - spacing: 0px; -} - -.nm-dialog-item:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.nm-dialog-item:active { - background-color: rgba(239, 241, 245, 0.3); -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.nm-dialog-icons { - spacing: 12px; -} - -.no-networks-label { - color: rgba(239, 241, 245, 0.5); -} - -.no-networks-box { - spacing: 6px; -} - -/* OSD */ -.screenshot-ui-panel, .workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { - color: rgba(239, 241, 245, 0.7); - background-color: #1e1e2e; - border: none; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); - margin: 5px 8px 11px; - border-radius: 18px; - padding: 12px; -} - -.osd-window { - text-align: center; - font-weight: bold; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - height: 2px; - border-radius: 2px; - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; - -barlevel-height: 2px; - -barlevel-background-color: rgba(239, 241, 245, 0.12); - -barlevel-active-background-color: #cba6f7; - -barlevel-overdrive-color: #d20f39; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(239, 241, 245, 0.12); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 2px; -} - -.pad-osd-window { - padding: 32px; - background-color: #1e1e2e; -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -#overview StScrollBar StBin#trough { - background-color: rgba(239, 241, 245, 0.12); -} - -#overview StScrollBar StButton#vhandle, -#overview StScrollBar StButton#hhandle { - background-color: rgba(239, 241, 245, 0.5); -} - -#overview StScrollBar StButton#vhandle:hover, -#overview StScrollBar StButton#hhandle:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -#overview StScrollBar StButton#vhandle:active, -#overview StScrollBar StButton#hhandle:active { - background-color: #eff1f5; -} - -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 30px; -} - -/* Top Bar */ -#panel { - color: rgba(239, 241, 245, 0.7); - font-weight: bold; - font-feature-settings: 'tnum'; - font-size: 12pt; - transition-duration: 250ms; - box-shadow: none; - border: none; - height: 35px; - background-color: rgba(30, 30, 46, 0.85); - margin: 5px 10px 1px; - border: 2px solid #cba6f7; - border-radius: 9999px; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(30, 30, 46, 0.6); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; - -panel-corner-opacity: 1; - transition-duration: 250ms; -} - -#panel .panel-button { - -natural-hpadding: 12px; - -minimum-hpadding: 12px; - font-weight: bold; - color: #eff1f5; - transition-duration: 150ms; - border-radius: 12px; - text-shadow: none; - box-shadow: none; - border: 4px solid transparent; - border-radius: 9999px; -} - -#panel .panel-button.clock-display { - box-shadow: none; -} - -#panel .panel-button.clock-display .clock { - transition-duration: 150ms; - border-radius: 12px; - border: 4px solid transparent; - border-radius: 9999px; -} - -#panel .panel-button:hover { - color: #cba6f7; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(57, 57, 72, 0.624); - border: 4px solid transparent; - border-radius: 9999px; -} - -#panel .panel-button:hover.clock-display { - box-shadow: none; - color: rgba(239, 241, 245, 0.7); -} - -#panel .panel-button:hover.clock-display .clock { - color: #cba6f7; - box-shadow: inset 0 0 0 1000px rgba(57, 57, 72, 0.624); - border: 4px solid transparent; - border-radius: 9999px; -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - color: #cba6f7; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(80, 81, 94, 0.648); -} - -#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { - box-shadow: none; - color: rgba(239, 241, 245, 0.7); -} - -#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { - color: #cba6f7; - box-shadow: inset 0 0 0 1000px rgba(80, 81, 94, 0.648); -} - -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #eff1f5; -} - -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #eff1f5; -} - -#panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 6px; - margin: 0; - -st-icon-style: symbolic; -} - -#panel .panel-button .appindicator-trayicons-box { - margin: 0 6px; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; -} - -#panel .panel-button#panelActivities { - -natural-hpadding: 18px; -} - -#panel .panel-button#panelActivities StBoxLayout { - padding: 0 3px; - spacing: 6px; -} - -#panel .panel-button#panelActivities .workspace-dot { - border-radius: 9999px; - min-width: 8px; - min-height: 8px; - background-color: #eff1f5; -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; - box-shadow: none; - border: 2px solid transparent; -} - -#panel:overview StLabel, -#panel:overview StIcon, #panel.unlock-screen StLabel, -#panel.unlock-screen StIcon, #panel.login-screen StLabel, -#panel.login-screen StIcon, #panel.lock-screen StLabel, -#panel.lock-screen StIcon { - color: rgba(239, 241, 245, 0.7); -} - -#panel:overview .panel-button:hover, #panel.unlock-screen .panel-button:hover, #panel.login-screen .panel-button:hover, #panel.lock-screen .panel-button:hover { - color: #eff1f5; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(239, 241, 245, 0.12); -} - -#panel:overview .panel-button:hover.clock-display, #panel.unlock-screen .panel-button:hover.clock-display, #panel.login-screen .panel-button:hover.clock-display, #panel.lock-screen .panel-button:hover.clock-display { - box-shadow: none; - color: #eff1f5; -} - -#panel:overview .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.lock-screen .panel-button:hover.clock-display .clock { - color: #eff1f5; - box-shadow: inset 0 0 0 1000px rgba(239, 241, 245, 0.12); -} - -#panel:overview .panel-button:active, #panel:overview .panel-button:overview, #panel:overview .panel-button:focus, #panel:overview .panel-button:checked, #panel.unlock-screen .panel-button:active, #panel.unlock-screen .panel-button:overview, #panel.unlock-screen .panel-button:focus, #panel.unlock-screen .panel-button:checked, #panel.login-screen .panel-button:active, #panel.login-screen .panel-button:overview, #panel.login-screen .panel-button:focus, #panel.login-screen .panel-button:checked, #panel.lock-screen .panel-button:active, #panel.lock-screen .panel-button:overview, #panel.lock-screen .panel-button:focus, #panel.lock-screen .panel-button:checked { - color: #eff1f5; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(239, 241, 245, 0.2); -} - -#panel:overview .panel-button:active.clock-display, #panel:overview .panel-button:overview.clock-display, #panel:overview .panel-button:focus.clock-display, #panel:overview .panel-button:checked.clock-display, #panel.unlock-screen .panel-button:active.clock-display, #panel.unlock-screen .panel-button:overview.clock-display, #panel.unlock-screen .panel-button:focus.clock-display, #panel.unlock-screen .panel-button:checked.clock-display, #panel.login-screen .panel-button:active.clock-display, #panel.login-screen .panel-button:overview.clock-display, #panel.login-screen .panel-button:focus.clock-display, #panel.login-screen .panel-button:checked.clock-display, #panel.lock-screen .panel-button:active.clock-display, #panel.lock-screen .panel-button:overview.clock-display, #panel.lock-screen .panel-button:focus.clock-display, #panel.lock-screen .panel-button:checked.clock-display { - box-shadow: none; - color: #eff1f5; -} - -#panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel.lock-screen .panel-button:active.clock-display .clock, #panel.lock-screen .panel-button:overview.clock-display .clock, #panel.lock-screen .panel-button:focus.clock-display .clock, #panel.lock-screen .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(239, 241, 245, 0.2); - color: #eff1f5; -} - -#panel:overview .panel-button#panelActivities .workspace-dot, #panel.unlock-screen .panel-button#panelActivities .workspace-dot, #panel.login-screen .panel-button#panelActivities .workspace-dot, #panel.lock-screen .panel-button#panelActivities .workspace-dot { - background-color: #eff1f5; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel Gjs_status_keyboard_InputSourceIndicator.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_IndicatorStatusIcon.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_AppIndicatorsIndicatorStatusIcon.panel-button { - -natural-hpadding: 18px !important; - -minimum-hpadding: 18px !important; -} - -#panel .screencast-indicator, -#panel .remote-access-indicator { - color: #df8e1d; -} - -/* Popovers/Menus */ -.popup-menu-boxpointer { - -arrow-border-radius: 18px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 12px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu { - min-width: 12em; - color: rgba(239, 241, 245, 0.7) !important; - padding: 0; - font-weight: normal; - border-radius: 18px; - box-shadow: none; - margin: 6px 6px 8px; - font-size: 11pt; -} - -.popup-menu .popup-menu-content { - padding: 6px; - /* background-color: $popover; */ - background-color: #1e1e2e; - border-radius: 18px; - margin: 0; - box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.25); - border: none; - font-weight: normal; - border: 2px solid #cba6f7; -} - -.popup-menu .popup-menu-item { - spacing: 6px; - color: rgba(239, 241, 245, 0.7) !important; - text-shadow: none; - border-radius: 12px; - margin: 0; - transition-duration: 100ms; - font-weight: normal; - background-color: transparent; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border: none; - box-shadow: none; - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.12) !important; - border-radius: 12px 12px 0 0 !important; -} - -.popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked.selected { - color: #eff1f5 !important; - background-color: alpha(currentColor, 0.08) !important; -} - -.popup-menu .popup-menu-item:checked:active { - color: #eff1f5 !important; - background-color: alpha(currentColor, 0.12) !important; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(239, 241, 245, 0.32) !important; -} - -.popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item.selected { - color: #cba6f7 !important; - background-color: rgba(239, 241, 245, 0.12) !important; - transition-duration: 0; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: #cba6f7 !important; - background-color: rgba(239, 241, 245, 0.3) !important; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(239, 241, 245, 0.32) !important; -} - -.popup-menu .popup-sub-menu { - background-color: rgba(239, 241, 245, 0.12) !important; - color: rgba(239, 241, 245, 0.7) !important; - border: none; - box-shadow: none; - margin: 0; - border-radius: 0 0 12px 12px !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; -} - -.popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item.selected { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active, .popup-menu .popup-sub-menu .popup-menu-item.selected:active { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.3) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(239, 241, 245, 0.32) !important; -} - -.popup-menu .popup-inactive-menu-item { - color: rgba(239, 241, 245, 0.7) !important; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(239, 241, 245, 0.32) !important; -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-ornamented-menu-item:ltr { - padding-left: 6px; -} - -.popup-ornamented-menu-item:rtl { - padding-right: 6px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0px; -} - -.aggregate-menu { - min-width: 20em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 3px; - -st-icon-style: symbolic; -} - -.app-menu { - max-width: 27.25em; -} - -.app-menu .popup-menu-ornament { - width: 0 !important; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { - margin-right: 8px; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { - margin-left: 8px; -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: 'tnum'; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: #1e1e2e; - color: #eff1f5; - border-radius: 18px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: #2e2e47; -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - border-radius: 9999px; - margin-right: 12px; -} - -.screen-shield-background { - background: black; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} - -#unlockDialogNotifications StButton#vhandle, -#unlockDialogNotifications StButton#hhandle { - background-color: rgba(30, 30, 46, 0.3); -} - -#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, -#unlockDialogNotifications StButton#hhandle:hover, -#unlockDialogNotifications StButton#hhandle:focus { - background-color: rgba(30, 30, 46, 0.5); -} - -#unlockDialogNotifications StButton#vhandle:active, -#unlockDialogNotifications StButton#hhandle:active { - background-color: rgba(203, 166, 247, 0.5); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 12px; - min-height: 12px; -} - -StScrollBar StBin#trough { - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.12); - margin: 3px; -} - -StScrollBar StButton#vhandle, -StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(239, 241, 245, 0.5); - border: 3px solid transparent; - margin: 3px; -} - -StScrollBar StButton#vhandle:hover, -StScrollBar StButton#hhandle:hover { - background-color: rgba(239, 241, 245, 0.7); -} - -StScrollBar StButton#vhandle:active, -StScrollBar StButton#hhandle:active { - background-color: #eff1f5; -} - - -.search-entry { - width: 320px; - min-height: 32px; - padding: 0 12px; - color: rgba(239, 241, 245, 0.7); - transition-duration: 150ms; - border-radius: 12px; - caret-color: #eff1f5; - selection-background-color: rgba(239, 241, 245, 0.12); - selected-color: rgba(30, 30, 46, 0.87) !important; - color: #eff1f5; - background-color: #313244; - border: 2px solid transparent !important; - box-shadow: none !important; -} - - -.search-entry:hover { - color: #eff1f5; - background-color: #313244; - border: 2px solid rgba(239, 241, 245, 0.3) !important; - box-shadow: none !important; -} - - -.search-entry:focus { - color: #eff1f5; - background-color: #313244; - border: 2px solid #cba6f7 !important; - box-shadow: none !important; -} - - -.search-entry .search-entry-icon { - icon-size: 16px; - padding: 0; - color: rgba(239, 241, 245, 0.32); -} - - -.search-entry:hover .search-entry-icon, -.search-entry:focus .search-entry-icon { - color: rgba(239, 241, 245, 0.7); -} - - -.search-entry:insensitive { - border: none; - color: rgba(239, 241, 245, 0.32); -} - - -.search-entry StLabel.hint-text { - color: rgba(239, 241, 245, 0.5); -} - -/* Slider */ -.slider { - height: 20px; - color: #313244; - -slider-height: 2px; - -slider-background-color: rgba(239, 241, 245, 0.3); - -slider-border-color: #cba6f7; - -slider-active-background-color: #cba6f7; - -slider-active-border-color: #cba6f7; - -slider-border-width: 2px; - -slider-handle-radius: 7px; - -slider-handle-border-width: 2px; - -slider-handle-border-color: #cba6f7; - -barlevel-height: 15px; - -barlevel-background-color: rgba(239, 241, 245, 0.3); - -barlevel-border-color: transparent; - -barlevel-active-background-color: #cba6f7; - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #d20f39; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 12px; - border: 1px solid transparent; - background-color: transparent; -} - -.switcher-list .item-box:outlined { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.switcher-list .item-box:selected { - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 6px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(239, 241, 245, 0.12); -} - -.switcher-list .switcher-list-item-container { - spacing: 12px; -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: rgba(239, 241, 245, 0.5); -} - -.switcher-arrow:highlighted { - color: #eff1f5; -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -.cycler-highlight { - border: 5px solid #cba6f7; -} - -/* Switches */ -.toggle-switch { - width: 46px; - height: 24px; - background-size: contain; -} - -.toggle-switch, .popup-sub-menu .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked, .popup-sub-menu .toggle-switch:checked { - background-image: url("assets/toggle-on-dark.svg"); -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(203, 166, 247, 0.3); - border: 1px solid #cba6f7; -} - -.tile-preview-left.on-primary { - border-radius: 13px 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 13px 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 13px 13px 0 0; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 12px; -} - -.workspace-switcher { - background: transparent; - border: none; - border-radius: 0; - padding: 0; - spacing: 12px; -} - -.ws-switcher-box { - background: transparent; - height: 50px; - background-size: 32px; - background: rgba(239, 241, 245, 0.12); - border-radius: 12px; -} - -.ws-switcher-active-up, -.ws-switcher-active-down, -.ws-switcher-active-left, -.ws-switcher-active-right { - height: 52px; - background-color: #cba6f7; - color: rgba(30, 30, 46, 0.87); - border-radius: 15px; - border: none; -} - -/* App Icons */ -.icon-grid { - row-spacing: 12px; - column-spacing: 12px; - max-row-spacing: 36px; - max-column-spacing: 36px; - page-padding-top: 24px; - page-padding-bottom: 24px; - page-padding-left: 18px; - page-padding-right: 18px; -} - -.overview-tile, .grid-search-result { - color: rgba(239, 241, 245, 0.7); - border-radius: 30px; - padding: 15px; - border: none; - transition-duration: 100ms; - text-align: center; - background-color: transparent; -} - -.overview-tile:hover, .grid-search-result:hover, .overview-tile:focus, .grid-search-result:focus, .overview-tile:selected, .grid-search-result:selected { - color: #eff1f5; - background-color: rgba(203, 166, 247, 0.3); - border-image: none; - background-image: none; -} - -.overview-tile:active, .grid-search-result:active, .overview-tile:checked, .grid-search-result:checked { - color: #eff1f5; - background-color: rgba(203, 166, 247, 0.6); - box-shadow: none; -} - -.app-folder { - background-color: rgba(203, 166, 247, 0.3); - border-radius: 30px; - color: rgba(239, 241, 245, 0.7); -} - -.app-folder .overview-icon { - background-color: transparent; - border-radius: 30px; -} - -.app-folder:hover { - background-color: rgba(203, 166, 247, 0.6); - color: #eff1f5; -} - -.app-folder:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -.app-grid-running-dot { - width: 6px; - height: 3px; - border-radius: 2px; - background-color: rgba(239, 241, 245, 0.3); - margin-bottom: 0; -} - -StWidget.focused .app-grid-running-dot { - width: 24px; - background-color: #eff1f5 !important; -} - -.app-folder-dialog-container { - padding-top: 32px; -} - -.app-folder-dialog { - width: 720px; - height: 720px; - border-radius: 54px; - padding: 12px; - box-shadow: none; - border: none; - background-color: #1e1e2e; -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px; - padding-bottom: 0; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - width: 12em; - border: none; - caret-color: #eff1f5; -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.app-folder-dialog .icon-button, .app-folder-dialog .background-app-item .close-button, .background-app-item .app-folder-dialog .close-button, .app-folder-dialog .message .message-header .message-expand-button, .message .message-header .app-folder-dialog .message-expand-button, -.app-folder-dialog .message .message-header .message-close-button, -.message .message-header .app-folder-dialog .message-close-button { - background-color: rgba(239, 241, 245, 0.06); - color: rgba(239, 241, 245, 0.7); - border: none; - padding: 0; - width: 36px; - height: 36px; - border-radius: 9999px; -} - -.app-folder-dialog .icon-button > StIcon, .app-folder-dialog .background-app-item .close-button > StIcon, .background-app-item .app-folder-dialog .close-button > StIcon, .app-folder-dialog .message .message-header .message-expand-button > StIcon, .message .message-header .app-folder-dialog .message-expand-button > StIcon, -.app-folder-dialog .message .message-header .message-close-button > StIcon, -.message .message-header .app-folder-dialog .message-close-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .icon-button:hover, .app-folder-dialog .background-app-item .close-button:hover, .background-app-item .app-folder-dialog .close-button:hover, .app-folder-dialog .message .message-header .message-expand-button:hover, .message .message-header .app-folder-dialog .message-expand-button:hover, -.app-folder-dialog .message .message-header .message-close-button:hover, -.message .message-header .app-folder-dialog .message-close-button:hover { - background-color: rgba(239, 241, 245, 0.12); -} - -.app-folder-dialog .icon-button:checked, .app-folder-dialog .background-app-item .close-button:checked, .background-app-item .app-folder-dialog .close-button:checked, .app-folder-dialog .message .message-header .message-expand-button:checked, .message .message-header .app-folder-dialog .message-expand-button:checked, -.app-folder-dialog .message .message-header .message-close-button:checked, -.message .message-header .app-folder-dialog .message-close-button:checked, .app-folder-dialog .icon-button:active, .app-folder-dialog .background-app-item .close-button:active, .background-app-item .app-folder-dialog .close-button:active, .app-folder-dialog .message .message-header .message-expand-button:active, .message .message-header .app-folder-dialog .message-expand-button:active, -.app-folder-dialog .message .message-header .message-close-button:active, -.message .message-header .app-folder-dialog .message-close-button:active { - background-color: #eff1f5; - color: rgba(30, 30, 46, 0.87); -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 6px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 12px; -} - -.system-action-icon { - box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); - background-color: #1e1e2e; - color: #eff1f5; - border-radius: 9999px; - icon-size: 48px; -} - -.page-navigation-hint.dnd { - background: rgba(255, 255, 255, 0.1); -} - -.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { - background-gradient-start: rgba(255, 255, 255, 0.05); - background-gradient-end: transparent; - background-gradient-direction: horizontal; - border-radius: 27px 0px 0px 27px; -} - -.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { - background-gradient-start: transparent; - background-gradient-end: rgba(255, 255, 255, 0.05); - background-gradient-direction: horizontal; - border-radius: 0px 27px 27px 0px; -} - -.page-navigation-arrow { - margin: 6px; - padding: 18px; - width: 24px; - height: 24px; - border-radius: 9999px; - transition-duration: 100ms; - color: rgba(239, 241, 245, 0.7); - background-color: transparent; -} - -.page-navigation-arrow > StIcon { - color: #eff1f5; -} - -.page-navigation-arrow:insensitive { - background-color: transparent; - color: rgba(239, 241, 245, 0.5); -} - -.page-navigation-arrow:hover { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.page-navigation-arrow:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -/* Date/Time Menu */ -.popup-menu .message, .world-clocks-button, -.weather-button, -.events-button { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.04); - border-radius: 12px; - border: none; - box-shadow: none; - text-shadow: none; -} - -.popup-menu .message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, .popup-menu .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none; -} - -.popup-menu .message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.2); - box-shadow: none; -} - -#calendarArea { - padding: 0; -} - -.datemenu-calendar-column { - spacing: 6px; - border: none; - padding: 0 !important; - margin: 0 !important; -} - -.datemenu-calendar-column:ltr { - margin-right: 0; - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - margin-left: 0; - border-right-width: 0; -} - -.datemenu-calendar-column .datemenu-displays-section { - padding-bottom: 0; -} - -.datemenu-calendar-column .datemenu-displays-box { - spacing: 6px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: rgba(239, 241, 245, 0.7); - font-weight: bold; -} - -.datemenu-today-button, -.datemenu-displays-box { - margin: 4px 6px; -} - -/* today button (the date) */ -.datemenu-today-button { - border: none; - box-shadow: none; - background: none; - padding: 6px 12px; - margin: 0; - text-shadow: none; - color: rgba(239, 241, 245, 0.7); - border-radius: 12px; - margin: 4px; -} - -.datemenu-today-button:ltr { - margin-left: 4px; -} - -.datemenu-today-button:rtl { - margin-right: 4px; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.datemenu-today-button:active { - background-color: rgba(239, 241, 245, 0.2); -} - -.datemenu-today-button .day-label { - font-size: 13pt; - font-weight: bold; -} - -.datemenu-today-button .date-label { - font-size: 19pt; - font-weight: normal; -} - -/* Calendar */ -.calendar { - border: none; - box-shadow: none; - background-color: transparent; - padding: 0 !important; - margin: 0 !important; - text-shadow: none; - border-radius: 18px; - color: rgba(239, 241, 245, 0.7); -} - -.calendar .calendar-month-label { - padding: 6px 0; - color: rgba(239, 241, 245, 0.7) !important; - font-weight: bold; - text-align: center; - text-shadow: none; - background-color: transparent; -} - -.calendar .calendar-change-month-back, -.calendar .calendar-change-month-forward { - padding: 0 !important; - margin: 3px 0 !important; -} - -.calendar .calendar-change-month-back StIcon, -.calendar .calendar-change-month-forward StIcon { - icon-size: 16px; -} - -.calendar .pager-button { - width: 32px !important; - height: 32px !important; - margin: 2px !important; - border-radius: 9999px; - background-color: transparent; - color: #eff1f5; - box-shadow: none !important; -} - -.calendar .pager-button:hover, .calendar .pager-button:focus { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; -} - -.calendar .pager-button:active { - background-color: rgba(239, 241, 245, 0.3); - box-shadow: none !important; -} - -.calendar .calendar-day { - font-size: 11pt; - text-align: center; - width: 34px !important; - height: 34px !important; - padding: 0 !important; - margin: 2px !important; - border-radius: 9999px; - color: rgba(239, 241, 245, 0.7) !important; - border: none; - font-feature-settings: 'tnum'; - background-color: transparent; -} - -.calendar .calendar-day:hover, .calendar .calendar-day:focus { - background-color: rgba(239, 241, 245, 0.12); - box-shadow: none !important; - outline: none !important; -} - -.calendar .calendar-day:active, .calendar .calendar-day:selected { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.3); - border-color: transparent !important; - box-shadow: none !important; - outline: none !important; -} - -.calendar .calendar-day.calendar-weekend { - color: rgba(239, 241, 245, 0.5) !important; -} - -.calendar .calendar-day { - border-width: 0; -} - -.calendar .calendar-day-top { - border-top-width: 0; -} - -.calendar .calendar-day-left { - border-left-width: 0; -} - -.calendar .calendar-nonwork-day { - color: #eff1f5; -} - -.calendar .calendar-today { - font-weight: bold; - color: rgba(239, 241, 245, 0.7) !important; - background-color: rgba(239, 241, 245, 0.06); - border: none; -} - -.calendar .calendar-today:hover, .calendar .calendar-today:focus { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5 !important; -} - -.calendar .calendar-today:active { - background-color: #bd8ff5; - color: rgba(30, 30, 46, 0.87) !important; -} - -.calendar .calendar-today:selected { - background-color: #cba6f7; - color: #1e1e2e !important; -} - -.calendar .calendar-today:selected:hover, .calendar .calendar-today:selected:focus { - background-color: #e1cbfa; - color: #1e1e2e !important; -} - -.calendar .calendar-day-with-events { - color: rgba(239, 241, 245, 0.7); - background-image: url("assets/calendar-today.svg"); -} - -.calendar .calendar-day-with-events.calendar-work-day { - color: rgba(239, 241, 245, 0.7); - font-weight: bold; -} - -.calendar .calendar-other-month { - color: rgba(239, 241, 245, 0.32) !important; - font-weight: normal; -} - -.calendar .calendar-other-month.calendar-weekend { - color: rgba(239, 241, 245, 0.32) !important; -} - -.calendar .calendar-day-heading { - font-weight: bold; - text-align: center; - margin: 4px; - padding: 3px 6px; - border-radius: 12px; - background-color: transparent; - color: #eff1f5; -} - -.calendar .calendar-week-number { - width: 26px; - height: 20px; - margin: 6px 2px !important; - padding: 0; - border-radius: 12px; - background-color: rgba(239, 241, 245, 0.04); - color: rgba(239, 241, 245, 0.5); - font-weight: bold; - font-feature-settings: 'tnum'; - text-align: center; -} - -.world-clocks-button, -.weather-button, -.events-button { - padding: 12px !important; - margin: 4px 0 0 !important; -} - -.events-button .events-box { - spacing: 6px; -} - -.events-button .events-list { - spacing: 12px; - text-shadow: none; - color: rgba(239, 241, 245, 0.7); -} - -.events-button .events-title { - font-weight: bold; - text-shadow: none; - color: rgba(239, 241, 245, 0.5); -} - -.events-button .event-time { - font-feature-settings: 'tnum'; - font-size: 11pt; - color: rgba(239, 241, 245, 0.5); -} - -.world-clocks-button .world-clocks-grid { - spacing-rows: 6px; - spacing-columns: 12px; -} - -.world-clocks-button .world-clocks-header { - color: rgba(239, 241, 245, 0.5); -} - -.world-clocks-button .world-clocks-city { - font-weight: bold; - font-size: 12pt; - color: rgba(239, 241, 245, 0.7); -} - -.world-clocks-button .world-clocks-time { - font-feature-settings: 'tnum'; - font-size: 12pt; - color: #eff1f5; -} - -.world-clocks-button .world-clocks-time:ltr { - text-align: right; -} - -.world-clocks-button .world-clocks-time:rtl { - text-align: left; -} - -.world-clocks-button .world-clocks-timezone { - font-feature-settings: 'tnum'; - font-size: 11pt; - color: rgba(239, 241, 245, 0.5); -} - -.world-clocks-grid, -.weather-grid { - spacing-rows: 0.4em; - spacing-columns: 0.8em; -} - -.weather-button .weather-box { - spacing: 10px; -} - -.weather-button .weather-header-box { - spacing: 6px; -} - -.weather-button .weather-header { - font-weight: bold; - color: rgba(239, 241, 245, 0.7); -} - -.weather-button .weather-header.location { - font-weight: normal; - font-size: 11pt; - color: rgba(239, 241, 245, 0.5); -} - -.weather-button .weather-grid { - spacing-rows: 6px; - spacing-columns: 12px; -} - -.weather-button .weather-forecast-time { - font-feature-settings: 'tnum'; - font-size: 10pt; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; - color: rgba(239, 241, 245, 0.7); -} - -.weather-button .weather-forecast-icon { - icon-size: 32px; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; -} - -/* Dash */ -#dash { - margin-top: 16px; -} - -#dash .dash-background { - background-color: rgba(49, 50, 68, 0.65); - box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.12); - border: none; - /* remove black border on ubuntu */ - padding: 4px 3px; - border-radius: 23px; -} - -#dash .dash-item-container .placeholder { - background-image: none; - background-size: contain; - height: 32px; -} - -#dash .dash-item-container .empty-dash-drop-target { - width: 32px; - height: 32px; -} - -#dash .dash-item-container .show-apps, -#dash .dash-item-container .overview-tile, -#dash .dash-item-container .grid-search-result { - background: none; - box-shadow: none; - border: none; - border-radius: 0; - padding: 0; - margin: 0 2px; - padding-bottom: 16px; -} - -#dash .dash-item-container .show-apps .overview-icon, -#dash .dash-item-container .overview-tile .overview-icon, -#dash .dash-item-container .grid-search-result .overview-icon { - border-radius: 18px; - padding: 6px; - spacing: 6px; - text-align: center; - transition-duration: 100ms; - background-color: transparent; - color: #eff1f5; -} - -#dash .dash-item-container .show-apps:focus .overview-icon, -#dash .dash-item-container .overview-tile:focus .overview-icon, -#dash .dash-item-container .grid-search-result:focus .overview-icon { - background-color: rgba(239, 241, 245, 0.12); -} - -#dash .dash-item-container .show-apps:hover .overview-icon, -#dash .dash-item-container .overview-tile:hover .overview-icon, -#dash .dash-item-container .grid-search-result:hover .overview-icon { - background-color: rgba(239, 241, 245, 0.15); - box-shadow: inset 0 0 0 1px rgba(239, 241, 245, 0.15); -} - -#dash .dash-item-container .show-apps:active .overview-icon, -#dash .dash-item-container .overview-tile:active .overview-icon, -#dash .dash-item-container .grid-search-result:active .overview-icon { - background-color: rgba(239, 241, 245, 0.3); -} - -#dash .dash-item-container .show-apps:checked .overview-icon, -#dash .dash-item-container .overview-tile:checked .overview-icon, -#dash .dash-item-container .grid-search-result:checked .overview-icon { - background-color: rgba(239, 241, 245, 0.12); -} - -#dash .dash-item-container .app-well-app-running-dot, -#dash .dash-item-container .app-grid-running-dot { - margin-bottom: 12px; - offset-y: 8px; - width: 6px; - height: 6px; - border-radius: 9999px; - background-color: #eff1f5; -} - -#dash .dash-separator { - width: 1px; - margin-left: 4px; - margin-right: 4px; - background-color: rgba(239, 241, 245, 0.25); -} - -#dash .dash-separator, -#dash .dash-background { - margin-bottom: 16px; -} - -.dash-label { - color: #eff1f5; - background-color: rgba(49, 50, 68, 0.65); - border-radius: 12px; - padding: 6px 12px; - box-shadow: none; - border: none; - text-align: center; - -y-offset: 12px; - -x-offset: 8px; -} - -/* Message List */ -.message-list { - width: 29em; - text-shadow: none; - border: solid rgba(239, 241, 245, 0.12); - padding: 0; -} - -.message-list:ltr { - margin-left: 0; - margin-right: 8px; - padding-right: 10px; - border-right-width: 0; -} - -.message-list:rtl { - margin-right: 0; - margin-left: 8px; - padding-left: 10px; - border-left-width: 0; -} - -.message-list .message-list-placeholder { - spacing: 12px; - color: rgba(239, 241, 245, 0.32); -} - -.message-list .message-list-placeholder > StIcon { - icon-size: 96px; - margin-bottom: 12px; - -st-icon-style: symbolic; -} - -.message-list-sections { - margin: 0; - padding-bottom: 6px; -} - -.message-list-sections:ltr { - margin-right: 0; -} - -.message-list-sections:rtl { - margin-left: 0; -} - -.message-list-section, -.message-list-sections, -.message-list-section-list { - spacing: 6px; -} - -.message-list-controls { - margin: 8px 16px 0; - padding: 6px; - spacing: 6px; -} - -.message-list-controls .dnd-button { - border-width: 2px; - border-color: transparent; - border-radius: 32px; - border-style: solid; -} - -.message-list-controls .dnd-button:focus { - border-color: rgba(203, 166, 247, 0.6); -} - -.message { - padding: 0; - margin: 3px; - border-radius: 20px; -} - -.popup-menu .message { - border-radius: 12px; -} - -.popup-menu .message .notification-button:first-child:ltr { - border-radius: 0 0 0 12px; -} - -.popup-menu .message .notification-button:last-child:ltr { - border-radius: 0 0 12px; -} - -.popup-menu .message .notification-button:first-child:rtl { - border-radius: 0 0 12px; -} - -.popup-menu .message .notification-button:last-child:rtl { - border-radius: 0 0 0 12px; -} - -.popup-menu .message .notification-button:first-child:last-child { - border-radius: 0 0 12px 12px; -} - -.message .message-header { - padding: 0 0.409em; - margin: 6px; - margin-bottom: 0; - spacing: 6px; - color: rgba(239, 241, 245, 0.5); -} - -.message .message-header .message-source-icon { - icon-size: 1.091em; - -st-icon-style: symbolic; -} - -.message .message-header .message-header-content { - spacing: 6px; - min-height: 1.637em; - padding-bottom: 6px; -} - -.message .message-header .message-header-content .message-source-title { - font-weight: bold; -} - -.message .message-header .message-header-content .event-time { - padding-bottom: 0.068em; - color: rgba(239, 241, 245, 0.5); -} - -.message .message-header .message-header-content .event-time:ltr { - text-align: right; -} - -.message .message-header .message-header-content .event-time:rtl { - text-align: left; -} - -.message .message-header .message-expand-button, -.message .message-header .message-close-button { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.04); - padding: 4px; - border: none; -} - -.message .message-header .message-expand-button, .message .message-header .message-expand-button:hover, .message .message-header .message-expand-button:active, -.message .message-header .message-close-button, -.message .message-header .message-close-button:hover, -.message .message-header .message-close-button:active { - color: #eff1f5; -} - -.message .message-header .message-expand-button:hover, .message .message-header .message-expand-button:focus, -.message .message-header .message-close-button:hover, -.message .message-header .message-close-button:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.message .message-header .message-expand-button:active, .message .message-header .message-expand-button:active:hover, -.message .message-header .message-close-button:active, -.message .message-header .message-close-button:active:hover { - background-color: rgba(239, 241, 245, 0.3); -} - -.message .message-header .message-expand-button:insensitive, -.message .message-header .message-close-button:insensitive { - background-color: rgba(239, 241, 245, 0.04); -} - -.message .message-header .message-expand-button { - padding: 4px; - border: none; -} - -.message .message-header .message-expand-button:ltr { - margin-right: 6px; -} - -.message .message-header .message-expand-button:rtl { - margin-left: 6px; -} - -.message .message-box { - padding: 6px; - margin: 6px; - margin-top: 0; - spacing: 6px; -} - -.message .message-box .message-icon { - icon-size: 48px; - -st-icon-style: symbolic; -} - -.message .message-box .message-icon:ltr { - margin-right: 6px; -} - -.message .message-box .message-icon:rtl { - margin-left: 6px; -} - -.message .message-box .message-icon.message-themed-icon { - border-radius: 9999px; - icon-size: 16px; - min-width: 48px; - min-height: 48px; - color: rgba(239, 241, 245, 0.5); - background-color: rgba(239, 241, 245, 0.12); -} - -.message .message-box:first-child { - margin-top: 12px; -} - -.message .message-box .message-content { - spacing: 4px; -} - -.message .message-box .message-content .message-title { - font-weight: bold; -} - -.url-highlighter { - link-color: #8fcbe8; -} - -.message-media-control { - margin: 4px 6px; - padding: 12px; - border-radius: 9999px; - border: none; - color: rgba(239, 241, 245, 0.7); -} - -.message-media-control:hover, .message-media-control:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.message-media-control:active { - background-color: rgba(239, 241, 245, 0.3); -} - -.message-media-control:hover, .message-media-control:focus, .message-media-control:active { - color: #eff1f5; -} - -.message-media-control:insensitive { - color: rgba(239, 241, 245, 0.5); -} - -.message-media-control StIcon { - icon-size: 16px; -} - -.media-message .message-icon { - border-radius: 6px !important; -} - -.media-message .message-icon.message-themed-icon { - icon-size: 32px !important; -} - -.workspace-animation { - background-color: #1e1e2e; -} - -.calendar .calendar-change-month-back, -.calendar .calendar-change-month-forward { - padding: 0 2px; -} - -/* Notifications & Message Tray */ -.notification-banner { - min-height: 64px; - width: 34em; - margin: 20px; - border-radius: 12px; - color: rgba(239, 241, 245, 0.7); - background-color: #292c3c; - border: none; - text-shadow: none; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); - border-radius: 18px; - border: 2px solid #cba6f7; -} - -.notification-banner:hover, .notification-banner:active { - color: #eff1f5; - background-color: #292c3c; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); - margin: 20px; -} - -.notification-banner:focus { - color: #eff1f5; - background-color: #292c3c; -} - -.notification-buttons-bin { - background-color: transparent; - padding-top: 0; - border: none; - border-top: 1px solid rgba(239, 241, 245, 0.12); - spacing: 0; -} - -.notification-button { - min-height: 44px; - padding: 0 18px; - background-color: transparent; - color: rgba(239, 241, 245, 0.7); - font-weight: 500; - border: none; -} - -.notification-button:focus { - background-color: transparent; - color: #eff1f5; - box-shadow: inset 0 0 0 2px rgba(239, 241, 245, 0.12); -} - -.notification-button:hover, .notification-button:focus:hover { - background-color: rgba(239, 241, 245, 0.12); - color: #eff1f5; - box-shadow: none; -} - -.notification-button:active { - background-color: rgba(239, 241, 245, 0.3); - color: #eff1f5; -} - -.notification-button:first-child:ltr { - border-radius: 0 0 0 18px; -} - -.notification-button:last-child:ltr { - border-radius: 0 0 18px; - margin-right: 0 !important; -} - -.notification-button:first-child:rtl { - border-radius: 0 0 18px; -} - -.notification-button:last-child:rtl { - border-radius: 0 0 0 18px; - margin-left: 0 !important; -} - -.notification-button:first-child:last-child { - border-radius: 0 0 18px 18px; - margin-left: 0 !important; - margin-right: 0 !important; -} - -.controls-manager, -.secondary-monitor-workspaces { - spacing: 12px; -} - -#overviewGroup { - background-color: #11111b; -} - -.osd-window { - spacing: 12px; - padding: 12px 18px; - margin-bottom: 4em; -} - -.osd-window > * { - spacing: 8px; -} - -.osd-window StIcon { - icon-size: 32px; -} - -.osd-window StLabel:ltr { - margin-right: 6px; -} - -.osd-window StLabel:rtl { - margin-left: 6px; -} - -#appMenu { - spacing: 6px; -} - -#appMenu .label-shadow { - color: transparent; -} - -#appMenu .panel-status-menu-box { - padding: 0 6px; - spacing: 6px; -} - -.popup-menu .popup-menu-item { - padding: 9px 12px; -} - -.popup-separator-menu-item { - padding: 3px 0 !important; -} - -.popup-separator-menu-item .popup-menu-ornament { - width: 0 !important; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - background-color: rgba(239, 241, 245, 0.12); - margin: 6px 32px; - padding: 0 !important; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 !important; - margin: 0 32px 0 0; - height: 1px; -} - -.popup-menu-ornament { - icon-size: 16px !important; - width: 16px; -} - -/* Quick Settings */ -.quick-settings { - padding: 18px !important; - border-radius: 24px !important; - margin-top: 6px !important; -} - -.quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .message .message-header .message-expand-button, .message .message-header .quick-settings .message-expand-button, -.quick-settings .message .message-header .message-close-button, -.message .message-header .quick-settings .message-close-button, -.quick-settings .button { - padding: 10.5px; -} - -.quick-settings .icon-button > StIcon, .quick-settings .background-app-item .close-button > StIcon, .background-app-item .quick-settings .close-button > StIcon, .quick-settings .message .message-header .message-expand-button > StIcon, .message .message-header .quick-settings .message-expand-button > StIcon, -.quick-settings .message .message-header .message-close-button > StIcon, -.message .message-header .quick-settings .message-close-button > StIcon, -.quick-settings .button > StIcon { - icon-size: 16px; -} - -.quick-settings-grid { - spacing-rows: 12px; - spacing-columns: 12px; -} - -.quick-toggle, -.quick-menu-toggle { - border-radius: 12px; - min-width: 12em; - max-width: 12em; - min-height: 44px; - border: none; - margin: 1px; -} - -.quick-toggle { - background-color: rgba(239, 241, 245, 0.08) !important; - /* Move padding into the box; this is to allow menu arrows - to extend to the border */ -} - -.quick-toggle:hover { - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.quick-toggle:active { - background-color: rgba(239, 241, 245, 0.15) !important; -} - -.quick-toggle:checked { - background-color: rgba(203, 166, 247, 0.95) !important; - color: #1e1e2e; -} - -.quick-toggle:checked:hover { - background-color: #d9c4f6 !important; - color: #1e1e2e; -} - -.quick-toggle:checked:active { - background-color: #d2b5f7 !important; - color: #1e1e2e; -} - -.quick-toggle > StBoxLayout { - spacing: 6px; -} - -.quick-toggle.button { - padding: 0; -} - -.quick-toggle > StBoxLayout { - padding: 0 12px; -} - -.quick-toggle:ltr > StBoxLayout { - padding-left: 15px; -} - -.quick-toggle:rtl > StBoxLayout { - padding-right: 15px; -} - -.quick-toggle .quick-toggle-title { - font-weight: bold; -} - -.quick-toggle StBoxLayout > .quick-toggle-subtitle { - font-weight: normal; - font-size: 12px; -} - -.quick-toggle .quick-toggle-icon { - icon-size: 16px; -} - -.quick-menu-toggle .quick-toggle { - min-width: auto; - max-width: auto; -} - -.quick-menu-toggle .quick-toggle:ltr { - border-radius: 12px 0 0 12px; -} - -.quick-menu-toggle .quick-toggle:ltr > StBoxLayout { - padding-right: 9px; -} - -.quick-menu-toggle .quick-toggle:rtl { - border-radius: 0 12px 12px 0; -} - -.quick-menu-toggle .quick-toggle:rtr > StBoxLayout { - padding-left: 9px; -} - -.quick-menu-toggle .quick-toggle:ltr:last-child { - border-radius: 12px; -} - -.quick-menu-toggle .quick-toggle:rtl:last-child { - border-radius: 12px; -} - -.quick-menu-toggle .quick-toggle-arrow { - background-color: rgba(239, 241, 245, 0.08) !important; - padding: 6px 10.5px; - border: none !important; - color: #eff1f5; - margin: 1px; -} - -.quick-menu-toggle .quick-toggle-arrow:hover { - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:active { - background-color: rgba(239, 241, 245, 0.15) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:checked { - background-color: rgba(203, 166, 247, 0.75) !important; - color: #1e1e2e; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:hover { - background-color: #d9c4f6 !important; - color: #1e1e2e; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:active { - background-color: #d2b5f7 !important; - color: #1e1e2e; -} - -.quick-menu-toggle .quick-toggle-arrow:ltr { - border-radius: 0 12px 12px 0; -} - -.quick-menu-toggle .quick-toggle-arrow:rtl { - border-radius: 12px 0 0 12px; -} - -.quick-slider > StBoxLayout { - spacing: 6px; -} - -.quick-slider .slider-bin { - min-height: 16px; - padding: 6px; - border-radius: 9999px; -} - -.quick-slider .slider-bin:focus { - color: #eff1f5; - background-color: rgba(239, 241, 245, 0.08); - box-shadow: none !important; -} - -.quick-slider .quick-toggle-icon { - icon-size: 16px; -} - -.quick-slider .icon-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button, .quick-slider .message .message-header .message-expand-button, .message .message-header .quick-slider .message-expand-button, -.quick-slider .message .message-header .message-close-button, -.message .message-header .quick-slider .message-close-button { - background-color: rgba(239, 241, 245, 0.08) !important; - color: #cba6f7 !important; - border-radius: 12px; - padding: 9px; -} - -.quick-slider .icon-button:hover, .quick-slider .background-app-item .close-button:hover, .background-app-item .quick-slider .close-button:hover, .quick-slider .message .message-header .message-expand-button:hover, .message .message-header .quick-slider .message-expand-button:hover, -.quick-slider .message .message-header .message-close-button:hover, -.message .message-header .quick-slider .message-close-button:hover { - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.quick-slider .icon-button:active, .quick-slider .background-app-item .close-button:active, .background-app-item .quick-slider .close-button:active, .quick-slider .message .message-header .message-expand-button:active, .message .message-header .quick-slider .message-expand-button:active, -.quick-slider .message .message-header .message-close-button:active, -.message .message-header .quick-slider .message-close-button:active { - background-color: rgba(239, 241, 245, 0.04); -} - -.quick-toggle-menu { - background-color: #292c3c !important; - color: #eff1f5 !important; - border-radius: 24px !important; - padding: 12px; - margin: 12px 18px 0; -} - -.quick-toggle-menu .popup-menu-item { - border-radius: 12px !important; -} - -.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { - color: #cba6f7 !important; - background-color: rgba(239, 241, 245, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item:active { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.2) !important; -} - -.quick-toggle-menu .popup-menu-item > StIcon { - -st-icon-style: symbolic; -} - -.quick-toggle-menu .header { - spacing-rows: 3px; - spacing-columns: 12px; - padding-bottom: 12px; -} - -.quick-toggle-menu .header .icon { - icon-size: 24px; - border-radius: 12px; - padding: 9px; - background-color: rgba(239, 241, 245, 0.12) !important; -} - -.quick-toggle-menu .header .icon.active { - background-color: #cba6f7 !important; - color: rgba(30, 30, 46, 0.87); -} - -.quick-settings-system-item > StBoxLayout { - spacing: 12px; -} - -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button, .quick-settings-system-item .message .message-header .message-expand-button, .message .message-header .quick-settings-system-item .message-expand-button, -.quick-settings-system-item .message .message-header .message-close-button, -.message .message-header .quick-settings-system-item .message-close-button { - background-color: rgba(239, 241, 245, 0.08); - color: #cba6f7 !important; - border-radius: 12px; -} - -.quick-settings-system-item .icon-button > StIcon, .quick-settings-system-item .background-app-item .close-button > StIcon, .background-app-item .quick-settings-system-item .close-button > StIcon, .quick-settings-system-item .message .message-header .message-expand-button > StIcon, .message .message-header .quick-settings-system-item .message-expand-button > StIcon, -.quick-settings-system-item .message .message-header .message-close-button > StIcon, -.message .message-header .quick-settings-system-item .message-close-button > StIcon { - -st-icon-style: symbolic; - icon-size: 16px; -} - -.quick-settings-system-item .power-item { - color: #cba6f7 !important; - min-height: 0; - min-width: 0; -} - -.quick-settings-system-item .power-item:insensitive { - color: #eff1f5; - background-color: #313244; - box-shadow: none !important; - background-color: transparent; -} - -.nm-network-item .wireless-secure-icon { - icon-size: 8px; -} - -.bt-device-item .popup-menu-icon { - -st-icon-style: symbolic; -} - -.bt-menu-placeholder.popup-menu-item { - text-align: center; - padding: 2em 4em; -} - -.device-subtitle { - color: rgba(239, 241, 245, 0.5); -} - -.background-apps-quick-toggle { - min-height: 40px; - background-color: transparent; -} - -.background-apps-quick-toggle StIcon { - icon-size: 16px !important; -} - -.background-app-item .popup-menu-icon { - icon-size: 32px !important; - -st-icon-style: regular !important; -} - -.background-app-item .close-button { - padding: 6px; -} - -.background-app-item.popup-inactive-menu-item { - color: #eff1f5; -} - -.search-entry { - margin-top: 24px; - margin-bottom: 6px; -} - -/* Search */ -.list-search-result, .search-provider-icon { - border-radius: 12px; - padding: 6px; - transition-duration: 100ms; - text-align: center; - background-color: transparent; -} - -.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { - background-color: rgba(239, 241, 245, 0.12); - transition-duration: 0; -} - -.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { - background-color: rgba(239, 241, 245, 0.2); -} - -#searchResults { - margin: 0 4px; -} - -#searchResultsContent { - max-width: 1044px; -} - -.search-section { - spacing: 18px; -} - -.search-section .search-section-separator { - height: 8px; - background-color: transparent; -} - -.search-section-content { - border-radius: 27px; - padding: 12px; - margin: 0 12px; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.12); -} - -.search-statustext { - color: rgba(239, 241, 245, 0.5); -} - -.grid-search-results { - spacing: 30px; - margin: 0 12px; -} - -.search-provider-icon:ltr { - margin-right: 4px; -} - -.search-provider-icon:rtl { - margin-left: 4px; -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - color: rgba(239, 241, 245, 0.7); -} - -.list-search-results { - spacing: 6px; -} - -.list-search-result .list-search-result-content { - spacing: 6px; -} - -.list-search-result .list-search-result-title { - spacing: 12px; -} - -.list-search-result .list-search-result-description { - color: rgba(239, 241, 245, 0.7); -} - -.icon-label-button-container { - spacing: 6px; -} - -.icon-label-button-container StIcon { - icon-size: 32px; -} - -.screenshot-ui-panel { - border-radius: 39px; - padding: 18px; - padding-bottom: 12px; - margin-bottom: 4em; - spacing: 12px; -} - -.screenshot-ui-close-button { - padding: 6px !important; - margin-top: 12px; - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); -} - -.screenshot-ui-close-button.left { - margin-left: 12px; -} - -.screenshot-ui-close-button.right { - margin-right: 12px; -} - -.screenshot-ui-type-button { - min-width: 48px; - padding: 12px 18px !important; - border-radius: 21px; -} - -.screenshot-ui-capture-button { - width: 36px; - height: 36px; - border-radius: 9999px; - border: 4px #eff1f5; - padding: 4px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { - background-color: #eff1f5; - transition-duration: 200ms; - border-radius: 9999px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { - background-color: rgba(239, 241, 245, 0.12); -} - -.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { - background-color: #c0c8d8; -} - -.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { - background-color: #586a8d; -} - -.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { - background-color: #d20f39; -} - -.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { - background-color: #ea113f; -} - -.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { - background-color: #b10d30; -} - -.screenshot-ui-shot-cast-container { - background-color: #28283d; - border-radius: 18px; - padding: 3px; - spacing: 3px; -} - -.screenshot-ui-shot-cast-container:ltr { - margin-left: 3px; -} - -.screenshot-ui-shot-cast-container:rtl { - margin-right: 3px; -} - -.screenshot-ui-shot-cast-button { - padding: 6px 12px; - background-color: transparent; - border-radius: 15px; -} - -.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { - background-color: #32324d; -} - -.screenshot-ui-shot-cast-button:active { - background-color: rgba(239, 241, 245, 0.3); -} - -.screenshot-ui-shot-cast-button:checked { - background-color: #eff1f5; - color: #1e1e2e; -} - -.screenshot-ui-shot-cast-button:insensitive { - color: rgba(239, 241, 245, 0.5); -} - -.screenshot-ui-shot-cast-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-show-pointer-button { - border-radius: 9999px; - padding: 12px !important; -} - -.screenshot-ui-show-pointer-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { - border: 2px solid #eff1f5; -} - -.screenshot-ui-area-selector-handle { - border-radius: 9999px; - background-color: #cba6f7; - box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); - width: 24px; - height: 24px; -} - -.screenshot-ui-window-selector { - background-color: #292c3c; -} - -.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { - margin: 100px; -} - -.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { - margin-bottom: 200px; -} - -.screenshot-ui-window-selector-window-border { - transition-duration: 200ms; - border-radius: 18px; - border: 6px transparent; -} - -.screenshot-ui-window-selector-check { - transition-duration: 200ms; - color: transparent; - border-radius: 9999px; - border-width: 12px; - icon-size: 24px; -} - -.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { - border-color: #a260f1; -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { - border-color: #cba6f7; - background-color: rgba(203, 166, 247, 0.2); -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; -} - -.screenshot-ui-screen-selector { - transition-duration: 200ms; - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-screen-selector:hover { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-screen-selector:active { - background-color: rgba(0, 0, 0, 0.7); -} - -.screenshot-ui-screen-selector:checked { - background-color: transparent; - border: 2px solid #eff1f5; -} - -.screenshot-ui-tooltip { - color: #eff1f5; - background-color: #1e1e2e; - border-radius: 9999px; - padding: 6px 12px; - text-align: center; - -y-offset: 24px; -} - -.window-picker { - spacing: 6px; -} - -.window-caption { - color: #eff1f5; - background-color: #1e1e2e; - border-radius: 9999px; - padding: 6px 12px; -} - -.window-close, .screenshot-ui-close-button { - background-color: #292c3c; - color: #eff1f5; - border-radius: 9999px; - padding: 3px; - height: 30px; - width: 30px; - box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); - transition-duration: 300ms; -} - -.window-close:hover, .screenshot-ui-close-button:hover { - color: #eff1f5; - background-color: #35394e; -} - -.window-close:active, .screenshot-ui-close-button:active { - color: #eff1f5; - background-color: #1d1f2a; -} - -.workspace-background { - border-radius: 30px; - background-color: #1e1e2e; - box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.3); -} - -/* Workspace pager */ -.workspace-thumbnails { - visible-width: 32px; - spacing: 6px; - padding: 6px; -} - -.workspace-thumbnails .workspace-thumbnail { - color: rgba(239, 241, 245, 0.7); - background-color: rgba(239, 241, 245, 0.12); - border: none; - border-radius: 12px; -} - -.workspace-thumbnails .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - width: 18px; - height: 24px; -} - -.workspace-thumbnail-indicator { - border: 3px solid #cba6f7; - border-radius: 3px; - padding: 0px; -} - -.bottom #dashtodockDashScrollview, -.top #dashtodockDashScrollview { - -st-hfade-offset: 24px; -} - -.left #dashtodockDashScrollview, -.right #dashtodockDashScrollview { - -st-vfade-offset: 24px; -} - -#dashtodockContainer { - background-color: transparent; -} - -#dashtodockContainer .number-overlay { - color: #eff1f5; - background-color: rgba(0, 0, 0, 0.75); - text-align: center; -} - -#dashtodockContainer .notification-badge { - color: rgba(30, 30, 46, 0.87); - background-color: #cba6f7; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 9999px; - margin: 2px; - padding: 0.25em 0.6em; - font-weight: bold; - text-align: center; -} - -#dashtodockContainer.straight-corner #dash, #dashtodockContainer.shrink.straight-corner #dash { - border-radius: 0; - margin: 0; -} - -#dashtodockContainer.straight-corner #dash .dash-background, #dashtodockContainer.shrink.straight-corner #dash .dash-background { - border-radius: 0; -} - -#dashtodockContainer.extended.top #dash, #dashtodockContainer.extended.bottom #dash, #dashtodockContainer.extended.right #dash, #dashtodockContainer.extended.left #dash { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; - padding: 0 0; -} - -#dashtodockContainer.extended.top #dash .dash-background, #dashtodockContainer.extended.bottom #dash .dash-background, #dashtodockContainer.extended.right #dash .dash-background, #dashtodockContainer.extended.left #dash .dash-background { - border-radius: 0; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -#dashtodockContainer.left #dash, #dashtodockContainer.right #dash { - margin-top: 0; - padding: 12px 0; -} - -#dashtodockContainer.left #dash .dash-background, #dashtodockContainer.right #dash .dash-background { - margin-bottom: 0; -} - -#dashtodockContainer.left .dash-item-container .app-well-app, -#dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, -#dashtodockContainer.right .show-apps { - padding: 6px; -} - -#dashtodockContainer.left #dash { - margin-left: 6px; -} - -#dashtodockContainer.right #dash { - margin-right: 6px; -} - -#dashtodockContainer.dashtodock #dash .dash-background { - background-color: rgba(30, 30, 46, 0.6); -} - -#dashtodockContainer #dash .dash-background { - background-color: rgba(30, 30, 46, 0.85); - border: 2px solid #cba6f7; -} - -#dashtodockContainer .app-well-app-running-dot { - background-color: rgba(239, 241, 245, 0.3) !important; -} - -#dashtodockContainer StWidget.focused .app-well-app-running-dot { - background-color: #e6e9ef !important; -} - -#dashtodockContainer:overview #dash .app-well-app-running-dot { - background-color: rgba(239, 241, 245, 0.3) !important; -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #eff1f5 !important; -} - -#dashtodockContainer .show-apps .overview-icon, -#dashtodockContainer .app-well-app .overview-icon { - color: rgba(239, 241, 245, 0.7); -} - -#dashtodockContainer .show-apps:hover .overview-icon, #dashtodockContainer .show-apps:focus .overview-icon, #dashtodockContainer .show-apps:selected .overview-icon, -#dashtodockContainer .app-well-app:hover .overview-icon, -#dashtodockContainer .app-well-app:focus .overview-icon, -#dashtodockContainer .app-well-app:selected .overview-icon { - background-color: rgba(239, 241, 245, 0.12); -} - -#dashtodockContainer .show-apps:active .overview-icon, #dashtodockContainer .show-apps:checked .overview-icon, -#dashtodockContainer .app-well-app:active .overview-icon, -#dashtodockContainer .app-well-app:checked .overview-icon { - background-color: rgba(239, 241, 245, 0.3); -} - -#dashtodockContainer:overview #dash .show-apps .overview-icon, #dashtodockContainer:overview #dash .app-well-app .overview-icon { - color: rgba(239, 241, 245, 0.7); -} - -#dashtodockContainer:overview #dash .show-apps:hover .overview-icon, #dashtodockContainer:overview #dash .show-apps:focus .overview-icon, #dashtodockContainer:overview #dash .show-apps:selected .overview-icon, #dashtodockContainer:overview #dash .app-well-app:hover .overview-icon, #dashtodockContainer:overview #dash .app-well-app:focus .overview-icon, #dashtodockContainer:overview #dash .app-well-app:selected .overview-icon { - background-color: rgba(239, 241, 245, 0.12); -} - -#dashtodockContainer:overview #dash .show-apps:active .overview-icon, #dashtodockContainer:overview #dash .show-apps:checked .overview-icon, #dashtodockContainer:overview #dash .app-well-app:active .overview-icon, #dashtodockContainer:overview #dash .app-well-app:checked .overview-icon { - background-color: rgba(239, 241, 245, 0.3); -} - -#dashtodockContainer .app-well-app-running-dot { - background-color: rgba(239, 241, 245, 0.3); -} - -#dashtodockContainer StWidget.focused .app-well-app-running-dot { - background-color: #e6e9ef; -} - -#dashtodockContainer.opaque #dash .dash-background { - background-color: rgba(30, 30, 46, 0.6); -} - -#dashtodockContainer.transparent #dash .dash-background { - background-color: rgba(30, 30, 46, 0.35); -} - -#dashtodockContainer:overview #dash .dash-background { - background-color: rgba(239, 241, 245, 0.12); - border: 2px solid transparent; -} - -#dashtodockContainer.opaque:overview #dash .dash-background, #dashtodockContainer.transparent:overview #dash .dash-background { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.extended:overview #dash .dash-background, #dashtodockContainer.opaque.extended:overview #dash .dash-background, #dashtodockContainer.transparent.extended:overview #dash .dash-background { - background-color: rgba(30, 30, 46, 0.6); -} - -#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - transition-duration: 250ms; - background-size: contain; -} - -#dashtodockContainer.extended .app-well-app .overview-icon, -#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, -#dashtodockContainer.extended:overview .show-apps .overview-icon { - border-radius: 12px; -} - -#dashtodockContainer .metro .overview-icon { - border-radius: 0; -} - -.dashtodock-app-well-preview-menu-item { - padding: 1em 1em 0.5em 1em; -} - -#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { - background-color: red !important; - width: 1px; - height: auto; - border-right-width: 1px; - margin: 32px 0; -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - border: 1px solid transparent; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: #eff1f5; -} - -.openweather-current-databox-values { - background: none; - color: rgba(239, 241, 245, 0.5); -} - -.openweather-current-databox-captions { - background: none; - color: rgba(239, 241, 245, 0.5); -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: rgba(239, 241, 245, 0.7); -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: rgba(239, 241, 245, 0.5); -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: rgba(239, 241, 245, 0.7); -} - -.cosmic-dock #dock { - border-radius: 16px !important; - border: none !important; - margin: 6px !important; - background-color: rgba(49, 50, 68, 0.65) !important; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.08) !important; -} - -.cosmic-dock #dock .dash-background { - background-color: transparent !important; - margin-bottom: 0 !important; - padding: 0; - box-shadow: none !important; -} - -.cosmic-application-dialog { - border-radius: 18px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); - background-color: #292c3c; - color: #eff1f5; -} - -.cosmic-application-dialog .overview-icon { - color: #eff1f5; -} - -.cosmic-applications-separator { - background: rgba(239, 241, 245, 0.12); -} - -.cosmic-folder-edit-button { - box-shadow: none; - border-radius: 12px; - border-width: 0; - color: #eff1f5; - background: rgba(239, 241, 245, 0.04); -} - -.cosmic-folder-edit-button .cosmic-folder-edit-button:hover { - background: rgba(239, 241, 245, 0.12); -} - -.cosmic-applications-icon { - color: rgba(239, 241, 245, 0.7); -} - -.cosmic-applications-folder-title { - color: rgba(239, 241, 245, 0.7); -} - -.cosmic-applications-available { - color: #eff1f5; -} - -.pop-shell-active-hint { - border-style: solid; - border-color: #df8e1d; - border-radius: 12px; - box-shadow: none; -} - -.pop-shell-overlay { - background-color: rgba(203, 166, 247, 0.3); -} - -.pop-shell-search-element:select { - background: rgba(239, 241, 245, 0.12); - border-radius: 12px; - color: #eff1f5; -} - -.pop-shell-tab { - border: 1px solid rgba(239, 241, 245, 0.12); - color: #eff1f5; -} - -.pop-shell-tab-active { - background: #df8e1d; -} - -.pop-shell-tab-inactive { - background: rgba(223, 142, 29, 0.35); -} - -.pop-shell-tab-urgent { - background: #d20f39; -} - -#panel.light-panel .panel-button, -#panel.dark-panel .panel-button, -#panel.transparent-panel .panel-button { - color: rgba(239, 241, 245, 0.7) !important; -} - -#panel.light-panel .panel-button.clock-display .clock, -#panel.dark-panel .panel-button.clock-display .clock, -#panel.transparent-panel .panel-button.clock-display .clock { - color: rgba(239, 241, 245, 0.7) !important; -} - -#panel.light-panel .panel-button:hover, -#panel.dark-panel .panel-button:hover, -#panel.transparent-panel .panel-button:hover { - color: rgba(239, 241, 245, 0.7) !important; - background-color: rgba(239, 241, 245, 0.12) !important; -} - -#panel.light-panel .panel-button:hover.clock-display .clock, -#panel.dark-panel .panel-button:hover.clock-display .clock, -#panel.transparent-panel .panel-button:hover.clock-display .clock { - background-color: rgba(239, 241, 245, 0.12) !important; -} - -#panel.light-panel .panel-button:active, #panel.light-panel .panel-button:checked, #panel.light-panel .panel-button:focus, -#panel.dark-panel .panel-button:active, -#panel.dark-panel .panel-button:checked, -#panel.dark-panel .panel-button:focus, -#panel.transparent-panel .panel-button:active, -#panel.transparent-panel .panel-button:checked, -#panel.transparent-panel .panel-button:focus { - color: #eff1f5 !important; - background-color: rgba(239, 241, 245, 0.3) !important; -} - -#panel.light-panel .panel-button:active.clock-display .clock, #panel.light-panel .panel-button:checked.clock-display .clock, #panel.light-panel .panel-button:focus.clock-display .clock, -#panel.dark-panel .panel-button:active.clock-display .clock, -#panel.dark-panel .panel-button:checked.clock-display .clock, -#panel.dark-panel .panel-button:focus.clock-display .clock, -#panel.transparent-panel .panel-button:active.clock-display .clock, -#panel.transparent-panel .panel-button:checked.clock-display .clock, -#panel.transparent-panel .panel-button:focus.clock-display .clock { - background-color: rgba(239, 241, 245, 0.3) !important; -} - -#panel.light-panel .panel-button:hover.clock-display, #panel.light-panel .panel-button:active.clock-display, #panel.light-panel .panel-button:overview.clock-display, #panel.light-panel .panel-button:focus.clock-display, #panel.light-panel .panel-button:checked.clock-display, -#panel.dark-panel .panel-button:hover.clock-display, -#panel.dark-panel .panel-button:active.clock-display, -#panel.dark-panel .panel-button:overview.clock-display, -#panel.dark-panel .panel-button:focus.clock-display, -#panel.dark-panel .panel-button:checked.clock-display, -#panel.transparent-panel .panel-button:hover.clock-display, -#panel.transparent-panel .panel-button:active.clock-display, -#panel.transparent-panel .panel-button:overview.clock-display, -#panel.transparent-panel .panel-button:focus.clock-display, -#panel.transparent-panel .panel-button:checked.clock-display { - background-color: transparent !important; -} - -#panel.light-panel .panel-button:hover.clock-display .clock, #panel.light-panel .panel-button:active.clock-display .clock, #panel.light-panel .panel-button:overview.clock-display .clock, #panel.light-panel .panel-button:focus.clock-display .clock, #panel.light-panel .panel-button:checked.clock-display .clock, -#panel.dark-panel .panel-button:hover.clock-display .clock, -#panel.dark-panel .panel-button:active.clock-display .clock, -#panel.dark-panel .panel-button:overview.clock-display .clock, -#panel.dark-panel .panel-button:focus.clock-display .clock, -#panel.dark-panel .panel-button:checked.clock-display .clock, -#panel.transparent-panel .panel-button:hover.clock-display .clock, -#panel.transparent-panel .panel-button:active.clock-display .clock, -#panel.transparent-panel .panel-button:overview.clock-display .clock, -#panel.transparent-panel .panel-button:focus.clock-display .clock, -#panel.transparent-panel .panel-button:checked.clock-display .clock { - color: #eff1f5 !important; -} - -.overview-components-transparent .search-entry, -.overview-components-light .search-entry, -.overview-components-dark .search-entry { - caret-color: #eff1f5 !important; -} - -.overview-components-transparent .search-entry .search-entry-icon, -.overview-components-light .search-entry .search-entry-icon, -.overview-components-dark .search-entry .search-entry-icon { - color: rgba(239, 241, 245, 0.7) !important; -} - -.overview-components-transparent .search-entry StLabel.hint-text, -.overview-components-light .search-entry StLabel.hint-text, -.overview-components-dark .search-entry StLabel.hint-text { - color: rgba(239, 241, 245, 0.3) !important; -} - -.overview-components-transparent .search-section-content, -.overview-components-light .search-section-content, -.overview-components-dark .search-section-content { - border-radius: 16px; -} - -.overview-components-transparent .search-section-separator, -.overview-components-light .search-section-separator, -.overview-components-dark .search-section-separator { - height: 0 !important; - background-color: transparent !important; -} diff --git a/themes/.themes/Cattpuccin/gnome-shell/no-events.svg b/themes/.themes/Cattpuccin/gnome-shell/no-events.svg deleted file mode 120000 index d2fcad0..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/no-events.svg +++ /dev/null @@ -1 +0,0 @@ -assets/no-events.svg \ No newline at end of file diff --git a/themes/.themes/Cattpuccin/gnome-shell/no-notifications.svg b/themes/.themes/Cattpuccin/gnome-shell/no-notifications.svg deleted file mode 120000 index 175731c..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/no-notifications.svg +++ /dev/null @@ -1 +0,0 @@ -assets/no-notifications.svg \ No newline at end of file diff --git a/themes/.themes/Cattpuccin/gnome-shell/pad-osd.css b/themes/.themes/Cattpuccin/gnome-shell/pad-osd.css deleted file mode 100644 index 8db7cf0..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/pad-osd.css +++ /dev/null @@ -1,31 +0,0 @@ -.Leader { - stroke-width: 0.5 !important; - stroke: #535353; - fill: none !important; -} - -.Button { - stroke-width: 0.25; - stroke: #ededed; - fill: #ededed; -} - -.Ring { - stroke-width: 0.5 !important; - stroke: #535353 !important; - fill: none !important; -} - -.Label { - stroke: none !important; - stroke-width: 0.1 !important; - font-size: 0.1 !important; - fill: transparent !important; -} - -.TouchStrip, -.TouchRing { - stroke-width: 0.1 !important; - stroke: #ededed !important; - fill: #535353 !important; -} diff --git a/themes/.themes/Cattpuccin/gnome-shell/process-working.svg b/themes/.themes/Cattpuccin/gnome-shell/process-working.svg deleted file mode 120000 index a6586c3..0000000 --- a/themes/.themes/Cattpuccin/gnome-shell/process-working.svg +++ /dev/null @@ -1 +0,0 @@ -assets/process-working.svg \ No newline at end of file diff --git a/themes/.themes/Orchis-Compact/COPYING b/themes/.themes/Orchis-Compact/COPYING deleted file mode 100644 index 94a9ed0..0000000 --- a/themes/.themes/Orchis-Compact/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - <program> Copyright (C) <year> <name of author> - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -<http://www.gnu.org/licenses/>. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace-active.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index bf9991d..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,12 +0,0 @@ -<svg width="35" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter4154" x="-.132" y="-.020842" width="1.264" height="1.0417" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="1.65"/> - </filter> - </defs> - <g transform="translate(0 -852.36)" shape-rendering="auto"> - <path d="m7.2 858.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#000000" fill-opacity=".45" filter="url(#filter4154)" opacity=".9"/> - <path d="m7 857.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#1a73e8" /> - <path transform="translate(0 852.36)" d="m18 94c-0.554 0-1 0.446-1 1v4h-4c-0.554 0-1 0.446-1 1s0.446 1 1 1h4v4c0 0.554 0.446 1 1 1s1-0.446 1-1v-4h4c0.554 0 1-0.446 1-1s-0.446-1-1-1h-4v-4c0-0.554-0.446-1-1-1zm8 6a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace-hover.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace-hover.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-81.038405" - inkscape:cy="108.58132" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-28.526103" - inkscape:cy="75.41215" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true" - inkscape:document-rotation="0"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.35;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.87;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/calendar-arrow-left.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index 738a3f2..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M10 3v10L5 8z" fill="#000000" opacity="0.54"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/calendar-arrow-right.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index acb514b..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M6 3v10l5-5z" fill="#000000" opacity="0.54"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/checkbox-off.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/checkbox.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/checkbox.svg deleted file mode 100644 index 504c4ba..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/close-active.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/close-active.svg deleted file mode 100644 index 0dde2b9..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#d8354a" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/close-hover.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/close-hover.svg deleted file mode 100644 index 37f8806..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#ff7a80" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/close.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/close.svg deleted file mode 100644 index 5dcc697..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/close.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter879" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter879)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#f75a61" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/corner-ripple.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index 9388e14..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="104" height="104" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -948.36)"> - <circle id="corner-ripple" cx="52" cy="1000" r="48" fill="#1a73e8" opacity=".25"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/radiobutton-off.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/radiobutton.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/radiobutton.svg deleted file mode 100644 index e9b37c3..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/toggle-off.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/toggle-off.svg deleted file mode 100644 index 3384dd2..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#808080" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-11.814169" - inkscape:cy="-9.352884" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#808080"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/toggle-on.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/toggle-on.svg deleted file mode 100644 index 90b5386..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg22" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview24" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="23.6" - inkscape:cx="41.822034" - inkscape:cy="8.8771186" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg22"> - <inkscape:grid - type="xygrid" - id="grid327" - originx="0" - originy="0" /> - </sodipodi:namedview> - <defs - id="defs5"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - fill="#1a73e8" - opacity="0.35" - id="rect7" - style="stroke-width:0.864099" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - fill="#1a73e8" - id="circle14" - style="stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/assets/trash-icon.svg b/themes/.themes/Orchis-Compact/cinnamon/assets/trash-icon.svg deleted file mode 100644 index e9d9741..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="400" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -932.36)"> - <rect x="10" y="942.36" width="380" height="160" rx="18" ry="18" fill="#ffffff" stroke-width="0"/> - <path class="ColorScheme-Text" d="m200 964.36c-4.4183 0-8 3.5817-8 8h-16v4h48v-4h-16c0-4.4183-3.5817-8-8-8zm0 4c2.2091 1e-5 4 1.7909 4 4h-8c1e-5 -2.2091 1.7909-4 4-4zm-20 12v32c0 4.4321 3.5679 8.0001 8 8.0001h24c4.4321 0 8-3.568 8-8.0001v-32h-38zm4 4h32v28c0 2.2161-1.7839 4.0001-4 4.0001h-24c-2.2161 0-4-1.784-4-4.0001z" fill="#4d4d4d"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/cinnamon/cinnamon.css b/themes/.themes/Orchis-Compact/cinnamon/cinnamon.css deleted file mode 100644 index ee686bc..0000000 --- a/themes/.themes/Orchis-Compact/cinnamon/cinnamon.css +++ /dev/null @@ -1,2401 +0,0 @@ -stage { - color: rgba(0, 0, 0, 0.87); -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button { - min-height: 24px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); -} - -.sound-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.sound-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.sound-button:hover:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 10px; -} - -.sound-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 10px; -} - -.sound-button:insensitive { - color: rgba(0, 0, 0, 0.38); - background-color: rgba(0, 0, 0, 0.04); - border-radius: 10px; -} - -.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button, .calendar-today-home-button, -.calendar-today-home-button-enabled { - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; -} - -.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover, .calendar-today-home-button:hover, -.calendar-today-home-button-enabled:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active, .calendar-today-home-button:active, -.calendar-today-home-button-enabled:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 10px; -} - -.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, -.calendar-today-home-button-enabled:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-radius: 10px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 24px; - padding: 4px 20px; - transition-duration: 100ms; - border-radius: 10px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #1A73E8; -} - -.modal-dialog-button-box .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 2px 8px; - min-height: 22px; - caret-size: 1px; - selection-background-color: #1A73E8; - selected-color: white; - transition-duration: 300ms; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.87); - border: 2px solid transparent; - background-color: rgba(0, 0, 0, 0.04); -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.04); - border: 2px solid #1A73E8; -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - border: 2px solid transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FFD600; - padding: 0 4px; -} - -#LookingGlassDialog { - background-color: rgba(255, 255, 255, 0.97); - spacing: 4px; - padding: 4px 8px; - border: none; - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); - box-shadow: 3px 6px rgba(0, 0, 0, 0.25); -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.1); - border-radius: 9999px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(160, 160, 160, 0.948); - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(182, 182, 182, 0.961); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #1A73E8; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(0, 0, 0, 0.12); - -slider-border-color: transparent; - -slider-active-background-color: #1A73E8; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 24px; - height: 24px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 24px; - height: 24px; -} - -.radiobutton StBin, .radiobutton:focus StBin { - background-image: url("assets/radiobutton-off.svg"); -} - -.radiobutton:checked StBin, .radiobutton:focus:checked StBin { - background-image: url("assets/radiobutton.svg"); -} - -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.cinnamon-link { - color: #1A73E8; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #488fed; -} - -#Tooltip { - border-radius: 9999px; - padding: 4px 8px; - background-color: rgba(52, 52, 52, 0.9); - color: white; - margin: 4px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 0; - margin: 0; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - box-shadow: none; -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - border-radius: 14px; - background-gradient-direction: none; - box-shadow: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.menu .popup-sub-menu .popup-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item { - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active, -.popup-menu .popup-sub-menu .popup-menu-item:active, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.45) !important; -} - -.menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - color: rgba(0, 0, 0, 0.87); - padding: 4px; - background-color: rgba(255, 255, 255, 0.97); - border-radius: 18px; - margin: 4px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: 4px 8px; - spacing: 8px; - border-radius: 9999px; -} - -.menu .popup-menu-item:hover, .menu .popup-menu-item:active, -.popup-menu .popup-menu-item:hover, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:hover, -.popup-combo-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.38); -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(0, 0, 0, 0.15); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.38); -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 10px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.popup-combo-menu { - padding: 8px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 0; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 0; - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.12); - border-bottom-width: 0; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: .5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: .5em; -} - -#panel { - font-weight: bold; - height: 32px; - width: 36px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(229, 57, 53, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); -} - -#panelRight:ltr { - padding-left: 4px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 4px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: rgba(255, 255, 255, 0.7); - font-size: 1em; - padding: 0px; - background-color: rgba(33, 33, 33, 0.65); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: white; - background-color: #1A73E8; -} - -.panel-dummy { - background-color: rgba(229, 57, 53, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(229, 57, 53, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: rgba(255, 255, 255, 0.7); -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.7); -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: rgba(52, 52, 52, 0.9); - border: 1px solid rgba(52, 52, 52, 0.9); - color: white; - spacing: 25px; - border-radius: 10px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -.window-caption#selected { - background-color: #1A73E8; - color: white; - border: 1px solid #1A73E8; - spacing: 25px; -} - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 10px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.expo-workspaces-name-entry:focus, -.expo-workspaces-name-entry#selected:focus { - border: 1px solid #1A73E8; - background-color: #1A73E8; - color: white; - font-style: italic; - transition-duration: 300; - selection-background-color: white; - selected-color: #1A73E8; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 10px; -} - -.expo-workspace-thumbnail-frame#active { - border: 4px solid #1A73E8; - background-color: black; - border-radius: 10px; -} - -.expo-background { - background-color: #343434; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 13px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 10px; - background-color: #FFFFFF; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -.calendar-main-box { - margin: 0 4px; -} - -.calendar { - padding: 4px 8px; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-today-home-button, -.calendar-today-home-button-enabled { - margin: 4px 0; - padding: 4px; -} - -.calendar-today-day-label { - font-size: 1.75em; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: .1em; -} - -.calendar-today-date-label { - font-size: 1.1em; - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: center; -} - -.calendar-month-label { - color: rgba(0, 0, 0, 0.87); - font-weight: bold; - margin: 0 2px; - padding: 2px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 24px; - height: 24px; - margin: 0; - padding: 0; - border-radius: 9999px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(0, 0, 0, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(0, 0, 0, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day-event-dot-box { - margin-top: 1.75em; - max-rows: 1; -} - -.calendar-day-event-dot { - margin: 1px; - border-radius: 2px; - width: 4px; - height: 4px; -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: normal; - text-align: center; - font-size: 14px; - color: rgba(0, 0, 0, 0.87); - border-radius: 10px; -} - -.calendar-day-base { - text-align: center; - width: 28px; - height: 28px; - padding: 0; - margin: 2px; - border-radius: 9999px; -} - -.calendar-day-base:hover { - background-color: rgba(0, 0, 0, 0.04); -} - -.calendar-day-base:active { - background-color: rgba(0, 0, 0, 0.12); -} - -.calendar-day-base:selected { - background-color: rgba(0, 0, 0, 0.12); -} - -.calendar-day-heading { - color: rgba(0, 0, 0, 0.6); - margin-top: 1em; -} - -.calendar-day { - border-width: 0; - color: rgba(0, 0, 0, 0.6); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover, -.calendar-today:selected { - font-weight: bold; - color: white; - background-color: #1A73E8; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(0, 0, 0, 0.6); - opacity: 1; -} - -.calendar-week-number { - width: 20px; - height: 20px; - margin: 6px 0; - color: rgba(0, 0, 0, 0.26); - font-weight: bold; - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; -} - -.calendar-week-number StLabel { - padding: 0; - margin-top: 3px; -} - -.calendar-events-main-box { - height: 300px; - margin: 6px 0.8em 0 0; - padding: 6px; - min-width: 350px; - border: none; - border-radius: 10px; - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); -} - -.calendar-events-no-events-button { - margin: 4px 0; - padding: 4px; - border-radius: 10px; -} - -.calendar-events-no-events-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - box-shadow: none; -} - -.calendar-events-no-events-icon { - color: rgba(0, 0, 0, 0.38); -} - -.calendar-events-no-events-label { - font-size: 1.1em; - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: center; - margin-top: 6px; -} - -.calendar-events-date-label { - padding: 2px 0 8px 2px; - font-size: 1.1em; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; -} - -.calendar-events-event-container { - padding: 2px; -} - -.calendar-events-main-box .separator { - -margin-horizontal: 1em; - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0.12); - -gradient-end: rgba(0, 0, 0, 0.12); -} - -.calendar-event-button { - margin: 4px 0 4px 0; - border-radius: 10px; -} - -.calendar-event-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - box-shadow: none; -} - -.calendar-event-color-strip { - width: 4px; - border-radius: 4px 0 0 4px; -} - -.calendar-event-row-content { - margin: 4px; -} - -.calendar-event-time-past { - color: rgba(0, 0, 0, 0.26); - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present { - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present:all-day { - color: rgba(15, 157, 88, 0.6); -} - -.calendar-event-time-future { - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-countdown { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: right; - margin-bottom: .6em; -} - -.calendar-event-countdown:soon { - color: white; -} - -.calendar-event-countdown:imminent { - color: rgba(255, 214, 0, 0.6); -} - -.calendar-event-countdown:current { - color: rgba(15, 157, 88, 0.6); -} - -.calendar-event-summary { - color: rgba(0, 0, 0, 0.38); - text-align: left; - width: 200px; -} - -#notification { - border-radius: 16px; - padding: 8px; - spacing-rows: 6px; - spacing-columns: 6px; - margin-from-right-edge-of-screen: 12px; - width: 28em; - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.8); - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - margin: 7px 12px 17px 12px; -} - -#notification .notification-button, #notification .notification-icon-button { - padding: 4px; -} - -.menu #notification, .popup-menu #notification { - border: none; - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.05); - box-shadow: none; - margin: 0; -} - -.menu #notification:hover, .popup-menu #notification:hover { - background-color: rgba(0, 0, 0, 0.1); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: rgba(0, 0, 0, 0.87); -} - -.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 4px; -} - -#notification.multi-line-notification { - padding-bottom: 8px; - color: rgba(0, 0, 0, 0.87); -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 4px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 4px; -} - -#notification-body { - spacing: 4px; -} - -#notification-actions { - spacing: 6px; -} - -.notification-with-image { - min-height: 159px; - color: rgba(0, 0, 0, 0.87); -} - -.notification-button, .notification-icon-button { - padding: 4px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.97); - border: none; - border-radius: 10px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 10px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #1A73E8; -} - -.switcher-list .item-box:selected { - color: white; - background-color: #1A73E8; - border: 0px solid #1A73E8; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: white; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: rgba(255, 255, 255, 0.7); -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: white; - background-color: rgba(45, 45, 45, 0.95); - border: 1px solid rgba(0, 0, 0, 0.65); - padding: 0 4px 4px; - border-radius: 16px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 4px 8px; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 16px; - color: white; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: white; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #E53935; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 4px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 2px 8px; - border-radius: 10px; - caret-color: white; - selected-color: white; - selection-background-color: #1A73E8; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.run-dialog-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid #1A73E8; -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #FFD600; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: white; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: rgba(52, 52, 52, 0.9); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 10px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.keyboard-key:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.keyboard-key:active, .keyboard-key:checked { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.keyboard-key:grayed { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -.keyboard-subkeys { - color: white; - padding: 5px; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(52, 52, 52, 0.9); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - margin-bottom: 4px; - padding: 4px; - transition-duration: 300; - background-color: rgba(0, 0, 0, 0.05); - border: none; - border-radius: 10px; -} - -.menu-favorites-button { - padding: 6px; - border: none; - border-radius: 10px; -} - -.menu-favorites-button:hover { - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.1); -} - -.menu-places-box { - margin: auto; - padding: 6px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 6px; -} - -.menu-categories-box { - padding: 6px 20px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 6px 6px 0 6px; -} - -.menu-application-button { - padding: 4px; - border-radius: 10px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - padding: 4px; - border-radius: 10px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 4px; -} - -.menu-application-button-label:rtl { - padding-right: 4px; -} - -.menu StScrollView.menu-application-button { - padding: 2px 0; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; - margin: 0 2px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 4px 0 4px 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 4px 4px 4px 0; -} - -.menu-category-button { - padding: 4px; - border-radius: 10px; -} - -.menu-category-button-selected { - padding: 4px; -} - -.menu-category-button-hover, .menu-category-button-selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.menu-category-button-greyed { - padding: 4px; - color: rgba(0, 0, 0, 0.38); -} - -.menu-category-button-label:ltr { - padding-left: 4px; -} - -.menu-category-button-label:rtl { - padding-right: 4px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; - margin-bottom: 4px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: rgba(0, 0, 0, 0.87); -} - -.menu-search-entry-icon { - icon-size: 1em; - color: rgba(0, 0, 0, 0.87); -} - -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(33, 33, 33, 0.65); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: rgba(255, 255, 255, 0.7); - border-radius: 16px; - background-color: rgba(33, 33, 33, 0.65); - border: none; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 10px; - color: #1A73E8; -} - -.osd-window .level-bar { - border-radius: 10px; - background-color: #1A73E8; -} - -.window-list-box { - spacing: 2px; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.9); - border-radius: 0; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 4px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 4px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 4px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 4px; -} - -.panel-top .window-list-item-box { - border-top: 2px solid transparent; -} - -.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom: 2px solid transparent; -} - -.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left: 2px solid transparent; -} - -.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right: 2px solid transparent; -} - -.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.25); - border-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); - border-color: #1A73E8; - background-color: rgba(255, 255, 255, 0.2); -} - -.window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.panel-top .window-list-item-box:focus { - background-position: top center; -} - -.panel-bottom .window-list-item-box:focus { - background-position: bottom center; -} - -.panel-left .window-list-item-box:focus { - background-position: left center; -} - -.panel-right .window-list-item-box:focus { - background-position: right center; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0F9D58; - background-gradient-end: #0F9D58; - border-radius: 10px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #FFD600; - background-gradient-end: #FFD600; -} - -.window-list-preview { - padding: 8px; - spacing: 4px; - border: none; - background-color: #FFFFFF; - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(229, 57, 53, 0.5); -} - -.grouped-window-list-thumbnail-menu { - padding: 4px; - padding: 4px; - margin: 4px; - background-color: rgba(255, 255, 255, 0.97); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); - border-radius: 16px; - color: rgba(0, 0, 0, 0.87); -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 4px; - border-radius: 10px; - spacing: 4px; - margin: 1px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - background-color: rgba(0, 0, 0, 0.1); -} - -.grouped-window-list-thumbnail-menu .item-box:hover { - background-color: rgba(0, 0, 0, 0.15); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -.grouped-window-list-number-label { - z-index: 120; - text-shadow: none; - color: white; - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 2px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #1A73E8; -} - -.grouped-window-list-item-box { - font-weight: normal; - transition-duration: 100ms; - border: none; - margin: 0; - color: rgba(255, 255, 255, 0.6); - border-radius: 0; - spacing: 4px; - border-bottom: 2px solid transparent; -} - -.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { - padding: 0 2px; -} - -.grouped-window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:active { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box:active:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.2); - border-color: #1A73E8; -} - -.grouped-window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0F9D58; - background-gradient-end: #0F9D58; - border-radius: 10px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #FFD600; - background-gradient-end: #FFD600; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: .4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0; - margin-top: 6px; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 9999px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 80px; - padding: 8px 12px; - spacing: 4px; - background-color: rgba(0, 0, 0, 0.45); - border: none; - border-radius: 0 0 10px 10px; - color: white; - text-shadow: none; -} - -.sound-player-overlay StButton { - width: 16px; - height: 16px; - padding: 8px; - margin: 0 4px 4px; - color: white; - border-radius: 9999px; - border: none; - text-shadow: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.sound-player-overlay StButton:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.sound-player-overlay StButton:insensitive { - opacty: 0.35; - color: rgba(255, 255, 255, 0.5); -} - -.sound-player-overlay StLabel { - padding: 0 4px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid rgba(32, 32, 32, 0.9); - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: rgba(0, 0, 0, 0.12); - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #1A73E8; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: rgba(255, 255, 255, 0.7); - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #1A73E8; -} - -.workspace-button:hover { - color: #488fed; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #1A73E8; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(71, 71, 71, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(71, 71, 71, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(84, 84, 84, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(46, 46, 46, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; - border-radius: 0; -} - -.panel-launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.panel-launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; - border-radius: 0; -} - -.launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher .icon-box { - padding: 2px; -} - -.applet-separator { - padding: 1px 2px; -} - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.applet-box { - padding: 0 4px; - color: rgba(255, 255, 255, 0.7); - text-shadow: none; - transition-duration: 100ms; - border-radius: 0; -} - -.applet-box.vertical { - padding: 4px 0; -} - -.applet-box:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.15); -} - -.applet-box:checked, .applet-box:checked:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.25); -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(229, 57, 53, 0.5); -} - -.applet-label { - font-weight: bold; - color: rgba(255, 255, 255, 0.7); -} - -.applet-box:checked .applet-label { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-icon { - color: rgba(255, 255, 255, 0.7); - icon-size: 16px; -} - -.applet-box:checked .applet-icon { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-cornerbar { - width: 8px; - background: transparent; -} - -.applet-cornerbar-box { - padding: 0; - background: transparent; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar-box:hover > .applet-cornerbar { - background: rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar.vertical { - height: 8px; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: rgba(0, 0, 0, 0.87); - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: white; -} - -.desklet:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-with-borders { - color: white; - background-color: rgba(52, 52, 52, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-with-borders-and-header { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-header { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -.photoframe-box { - color: white; - background-color: rgba(52, 52, 52, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.workspace-osd { - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: .5em 1em; -} - -.notification-applet-container { - max-height: 9999px; -} - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/themes/.themes/Orchis-Compact/cinnamon/thumbnail.png b/themes/.themes/Orchis-Compact/cinnamon/thumbnail.png deleted file mode 100644 index 18a017e..0000000 Binary files a/themes/.themes/Orchis-Compact/cinnamon/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-active-small.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-active-small.svg deleted file mode 100644 index 8f87498..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-active-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities-checked.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview8" - showgrid="false" - inkscape:zoom="9.8333334" - inkscape:cx="16.499013" - inkscape:cy="1.2954287" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-active.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-active.svg deleted file mode 100644 index 48e01a2..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-active.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities-active.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-small.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-small.svg deleted file mode 100644 index a7f099a..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/activities-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="700" - id="namedview8" - showgrid="false" - inkscape:zoom="4.9166667" - inkscape:cx="3.4466283" - inkscape:cy="1.3372513" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/activities.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/activities.svg deleted file mode 100644 index 7b2019a..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/activities.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-arrow-left.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index 309e10b..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#000000" opacity="0.54"> - <path d="m10 3v10l-5-5z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-arrow-right.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 67d2c49..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#000000" opacity="0.54"> - <path d="m6 3v10l5-5z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-today.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-today.svg deleted file mode 100644 index 03405a4..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <g transform="translate(-469.08 -537.99)"> - <circle cx="481.57" cy="559.46" r="1.5" color="#000000" color-rendering="auto" fill-opacity=".2" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal;paint-order:normal"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/checkbox-off.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/checkbox.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 504c4ba..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/dash-placeholder.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF"> - <circle cx="12" cy="12" r="12" opacity="0.3"/> - <circle cx="12" cy="12" r="4"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/more-results.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/more-results.svg deleted file mode 100644 index 2637d13..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/more-results.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -1036.4)"> - <circle cx="8" cy="1044.4" r="8" fill="#1a73e8"/> - <path transform="translate(0 1036.4)" d="m7 4v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/no-events.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/no-events.svg deleted file mode 100644 index e855433..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> - <path d="M0 0h48v48H0z" fill="none"/> - <path d="m38 6h-2v-4h-4v4h-16v-4h-4v4h-2c-2.21 0-3.98 1.79-3.98 4l-0.02 28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4v-28c0-2.21-1.79-4-4-4zm0 32h-28v-22h28z" fill="#000000" opacity=".5"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/no-notifications.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index 06b5615..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"> - <path fill="#000000" opacity="0.5" d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/noise-texture.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 484f6c8..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" - height="900" - viewBox="0 0 1600 900" - version="1.1" - id="svg13" - sodipodi:docname="noise-texture.svg" - inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"> - <metadata - id="metadata17"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="698" - id="namedview15" - showgrid="false" - inkscape:zoom="0.26222222" - inkscape:cx="647.80786" - inkscape:cy="422.79535" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg13" /> - <defs - id="defs9"> - <radialGradient - id="a" - gradientTransform="matrix(1 1 -1 1 0.5 -0.5)"> - <stop - stop-color="#455A64" - stop-opacity="0" - offset="0.25" - id="stop2" - style="stop-color:#444444;stop-opacity:0" /> - <stop - stop-color="#455A64" - stop-opacity="0.5" - offset="0.75" - id="stop4" - style="stop-color:#444444;stop-opacity:0.50196081" /> - <stop - stop-color="#455A64" - stop-opacity="1" - offset="1" - id="stop6" - style="stop-color:#444444;stop-opacity:1" /> - </radialGradient> - </defs> - <rect - width="1600" - height="900" - fill="url(#a)" - id="rect11" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/process-working.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32"> - <defs> - <g id="g" fill="#FFFFFF" opacity="0.7"> - <circle cx="8" cy="8" r="8" fill="none"/> - <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7h-3a4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4v-3z"/> - </g> - </defs> - <use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/> - <use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/> - <use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/> - <use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/> - <use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/> - <use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/> - <use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/> - <use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/> - <use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/> - <use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/> - <use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/> - <use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/> - <use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/> - <use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/> - <use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/> - <use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/> - <use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/> - <use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/> - <use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/> - <use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/> - <use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/> - <use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/> - <use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/> - <use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/> - <use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/> - <use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/> - <use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/> - <use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/> - <use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/> - <use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/> - <use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/> - <use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/> - <use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/> - <use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/> - <use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/> - <use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/> - <use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/> - <use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/> - <use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/> - <use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/> - <use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/> - <use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/> - <use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/> - <use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/> - <use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/> - <use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/> - <use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/> - <use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/> - <use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/> - <use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/> - <use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/> - <use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/> - <use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/> - <use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/> - <use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/> - <use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/> - <use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/> - <use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/> - <use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/> - <use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/> - <use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/> - <use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/> - <use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/> - <use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/toggle-off.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 3384dd2..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#808080" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-11.814169" - inkscape:cy="-9.352884" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#808080"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/toggle-on.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index 90b5386..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg22" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview24" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="23.6" - inkscape:cx="41.822034" - inkscape:cy="8.8771186" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg22"> - <inkscape:grid - type="xygrid" - id="grid327" - originx="0" - originy="0" /> - </sodipodi:namedview> - <defs - id="defs5"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - fill="#1a73e8" - opacity="0.35" - id="rect7" - style="stroke-width:0.864099" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - fill="#1a73e8" - id="circle14" - style="stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close-active.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close-active.svg deleted file mode 100644 index d6a41b8..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close-active.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-active.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="1.2591896" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#dc4040;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close-hover.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close-hover.svg deleted file mode 100644 index 56e6861..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close-hover.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-hover.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter943" - x="-0.216" - width="1.432" - y="-0.216" - height="1.432"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="2.88" - id="feGaussianBlur945" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="712" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="-3.0014284" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter943)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff7575;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close.svg b/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close.svg deleted file mode 100644 index ee76871..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/assets/window-close.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="13.111111" - inkscape:cx="12.766972" - inkscape:cy="12.927705" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff5252;stroke-width:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gnome-shell/gnome-shell.css b/themes/.themes/Orchis-Compact/gnome-shell/gnome-shell.css deleted file mode 100644 index 162e713..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,4727 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -stage { - font-size: 9.75pt; - font-weight: 400; - color: rgba(0, 0, 0, 0.87); -} - -.search-statustext { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -.modal-dialog .modal-dialog-linked-button, .hotplug-notification-item { - border: none; - margin-bottom: 4px; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - font-size: 9.75pt; - font-weight: 500; -} - -.modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - color: rgba(0, 0, 0, 0.87) !important; -} - -.modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.modal-dialog .modal-dialog-linked-button:focus:active, .hotplug-notification-item:focus:active { - color: white; -} - -.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child { - margin-left: 4px !important; - margin-right: 0 !important; - border-radius: 9999px 0 0 9999px; -} - -.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child { - margin-left: 0 !important; - margin-right: 4px !important; - border-right-width: 0; - border-radius: 0 9999px 9999px 0; -} - -.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child { - margin: 0 4px 4px 4px !important; - border-right-width: 0; - border-radius: 9999px; -} - -.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { - border: none; - background-color: transparent; - box-shadow: none; -} - -.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: #242424; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.screenshot-ui-show-pointer-button:focus:active, .screenshot-ui-type-button:focus:active { - color: white; -} - -.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:outlined, .screenshot-ui-type-button:outlined, .screenshot-ui-show-pointer-button:checked, .screenshot-ui-type-button:checked { - color: white; - background-color: #1A73E8; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.workspace-switcher-container, .switcher-list, .resize-popup, .osd-monitor-label, .osd-window { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - padding: 8px; -} - -/* General Typography */ -.message-list .message-list-placeholder { - font-weight: 800; - font-size: 15pt; -} - -.quick-toggle-menu .header .title { - font-weight: 700; - font-size: 15pt; -} - -.bt-menu-placeholder.popup-menu-item { - font-weight: 700; - font-size: 13pt; -} - -.background-app-item .title { - font-weight: 700; - font-size: 11pt; -} - -.quick-toggle-menu .header .subtitle { - font-weight: 700; - font-size: 9pt; -} - -.background-app-item .subtitle { - font-weight: 400; - font-size: 9pt; -} - -/* WIDGETS */ -.shell-link { - border-radius: 10px; - color: #1A73E8; - background-color: transparent; -} - -.shell-link:hover { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.shell-link:active { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -.lowres-icon { - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - icon-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); -} - -/* Entries */ -StEntry { - min-height: 32px; - padding: 0 8px; - border-radius: 9999px; - border-width: 0; - selection-background-color: #1A73E8; - selected-color: white !important; - font-size: 11.25pt; - font-weight: 400; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -StEntry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -StEntry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FFD600; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(0, 0, 0, 0.38); -} - -/* Buttons */ -.button { - min-height: 24px; - padding: 4px 8px; - border: none; - border-radius: 10px; - text-align: center; - font-size: 9.75pt; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:checked { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button, .background-app-item .close-button { - min-height: 16px; - min-width: 16px; - padding: 8px; - border-radius: 9999px; - border: none; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:hover, .background-app-item .close-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:active, .background-app-item .close-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:checked, .background-app-item .close-button:checked { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:insensitive, .background-app-item .close-button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:focus, .background-app-item .close-button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button > StIcon, .background-app-item .close-button > StIcon { - icon-size: 16px; -} - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.08); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.26); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(26, 115, 232, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(26, 115, 232, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* Slider */ -.slider { - height: 20px; - -barlevel-height: 2px; - -barlevel-background-color: rgba(0, 0, 0, 0.26); - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.12); - -barlevel-active-background-color: #1A73E8; - -barlevel-active-border-color: #166ad8; - -barlevel-overdrive-color: #E53935; - -barlevel-overdrive-border-color: #e32723; - -barlevel-overdrive-separator-width: 2px; - -slider-handle-radius: 6px; - -slider-handle-border-width: 0; - -slider-handle-border-color: rgba(0, 0, 0, 0.12); - color: #1A73E8; -} - -.slider:hover { - color: #3181ea; -} - -.slider:active { - color: #1567d3; -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; - margin: 6px; -} - -StScrollView StScrollBar { - min-width: 8px; - min-height: 8px; -} - -StScrollBar StBin#trough { - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.08); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - border: 4px solid transparent; - transition: 500ms all ease; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.6); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.87); -} - -#LookingGlassDialog StScrollBar StBin#trough, #overviewGroup StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.12); -} - -#LookingGlassDialog StScrollBar StButton#vhandle, #overviewGroup StScrollBar StButton#vhandle, #LookingGlassDialog StScrollBar StButton#hhandle, #overviewGroup StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:hover, #overviewGroup StScrollBar StButton#vhandle:hover, #LookingGlassDialog StScrollBar StButton#hhandle:hover, #overviewGroup StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:active, #overviewGroup StScrollBar StButton#vhandle:active, #LookingGlassDialog StScrollBar StButton#hhandle:active, #overviewGroup StScrollBar StButton#hhandle:active { - background-color: white; -} - -.popup-menu .popup-sub-menu StScrollBar StBin#trough { - background-color: rgba(0, 0, 0, 0.15); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle { - background-color: rgba(0, 0, 0, 0.35); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:hover, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.45); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:active, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.65); -} - -/* Popovers/Menus */ -.popup-menu-boxpointer { - -arrow-border-radius: 4px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 8px; - -arrow-rise: 2px; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu { - min-width: 10em; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - border: none; - padding: 0; - margin: 0; - border-radius: 18px; -} - -.popup-menu .popup-menu-content { - padding: 4px; - margin: 0 3px 14px; - background-color: rgba(255, 255, 255, 0.97); - border-radius: 18px; - border: none; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.popup-menu .popup-menu-item { - spacing: 4px; - padding: 4px 8px; - color: rgba(0, 0, 0, 0.87) !important; - background-color: transparent; - transition-duration: 100ms; - border-radius: 9999px; - background-image: none; - border: none; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 8px; - padding-left: 0; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0; - padding-left: 8px; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 14px 14px 0 0; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.1) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked.selected { - background-color: rgba(0, 0, 0, 0.2) !important; - color: rgba(0, 0, 0, 0.85) !important; -} - -.popup-menu .popup-menu-item:checked:active { - background-color: #dfdfdf !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked.selected:active { - background-color: rgba(0, 0, 0, 0.15) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item.selected { - background-color: rgba(0, 0, 0, 0.08) !important; - color: rgba(0, 0, 0, 0.87) !important; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:active { - background-color: rgba(0, 0, 0, 0.26) !important; - color: rgba(0, 0, 0, 0.87) !important; - transition-duration: 150ms; -} - -.popup-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.87) !important; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38) !important; -} - -.popup-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.87) !important; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38) !important; -} - -.popup-menu .popup-menu-arrow, -.popup-menu .popup-menu-icon { - icon-size: 16px; -} - -.popup-menu .popup-sub-menu { - margin: 0; - border-radius: 0 0 14px 14px; - border: none; - box-shadow: none; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 14px; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.15) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-ornament { - width: 1.2em; - text-align: center !important; -} - -.popup-menu .popup-menu-ornament:ltr { - text-align: right; -} - -.popup-menu .popup-menu-ornament:rtl { - text-align: left; -} - -.popup-menu .popup-separator-menu-item { - background: none; - border: none; -} - -.popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 4px 32px 4px 24px !important; - background-color: rgba(0, 0, 0, 0.12); -} - -.popup-sub-menu .popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 4px 36px 4px 16px !important; - background-color: rgba(0, 0, 0, 0.1); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 2px; - margin-bottom: 1.75em; -} - -.background-menu { - -boxpointer-gap: 2px; - -arrow-rise: 0; -} - -.aggregate-menu { - min-width: 19em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 2px; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 10px; - margin-left: 0; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 10px; - margin-right: 0; -} - -.app-menu { - max-width: 27.25em; -} - -.app-menu .popup-menu-ornament { - width: 0 !important; -} - -.app-menu .popup-menu-item > :first-child:ltr { - padding-left: 8px; - margin-left: 0; -} - -.app-menu .popup-menu-item > :first-child:rtl { - padding-right: 8px; - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel { - font-weight: bold; - font-size: 13px; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { - margin-left: 0; -} - -.app-menu .popup-inactive-menu-item:first-child .popup-separator-menu-item-separator { - height: 0; - background-color: transparent; -} - -/* Date/Time Menu */ -#calendarArea { - padding: 4px 0 !important; -} - -.calendar { - padding: 0 !important; - margin: 0 !important; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-calendar-column { - spacing: 4px; - border: none; - padding: 0 !important; - margin: 0 !important; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-calendar-column:hover, .datemenu-calendar-column:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.datemenu-calendar-column:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.datemenu-calendar-column:ltr { - margin-right: 4px !important; - margin-left: 10px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - margin-left: 4px !important; - margin-right: 10px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-right-width: 0; -} - -.datemenu-calendar-column .datemenu-displays-box { - spacing: 4px; -} - -.datemenu-today-button { - min-height: 40px; - padding: 4px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - background: none; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-today-button .day-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; -} - -.datemenu-today-button .date-label { - font-size: 18pt; - font-weight: 400; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.datemenu-today-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.calendar-month-label { - height: 16px; - margin: 2px; - padding: 6px 16px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - text-shadow: none; -} - -.calendar-month-label:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.pager-button { - width: 24px; - height: 24px; - margin: 2px; - border-radius: 9999px; - background-color: transparent; - color: rgba(0, 0, 0, 0.6); -} - -.pager-button:hover, .pager-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.pager-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.calendar-change-month-back { - padding: 0 2px; - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - padding: 0 2px; - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day, -.calendar-day-base { - font-size: 9pt; - font-weight: 400; - text-align: center; - width: 3em !important; - height: 3em !important; - padding: 0 !important; - margin: 2px !important; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); - border: none !important; - font-feature-settings: "tnum"; - text-shadow: none; -} - -.calendar-day:hover, .calendar-day:focus, -.calendar-day-base:hover, -.calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.08); - box-shadow: none; -} - -.calendar-day:active, -.calendar-day-base:active { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.26); - border: none !important; -} - -.calendar-day:selected, -.calendar-day-base:selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border: none !important; - box-shadow: none !important; - outline: none !important; -} - -.calendar-day.calendar-weekend, -.calendar-day-base.calendar-weekend { - color: rgba(0, 0, 0, 0.38); -} - -.calendar-day.calendar-day-heading, -.calendar-day-base.calendar-day-heading { - width: 24px !important; - height: 20px !important; - margin-top: 2px !important; - padding: 4px 0 0 !important; - border-radius: 9999px; - background-color: transparent; - color: rgba(0, 0, 0, 0.38); - font-size: 9pt; - font-weight: 400; - font-weight: bold; - text-align: center; -} - -.calendar-day { - border-width: 0; -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: rgba(0, 0, 0, 0.87); -} - -.calendar-today { - font-weight: bold !important; - color: white !important; - background-color: #1A73E8 !important; - border: none; -} - -.calendar-today:hover, .calendar-today:focus { - background-color: #287ce9 !important; - color: white !important; -} - -.calendar-today:active, .calendar-today:selected { - background-color: #1A73E8 !important; - color: white !important; -} - -.calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { - background-color: #287ce9 !important; - color: white !important; -} - -.calendar-day-with-events { - color: rgba(0, 0, 0, 0.38); - background-image: url("assets/calendar-today.svg"); - background-size: contain; -} - -.calendar-day-with-events.calendar-work-day { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; -} - -.calendar-other-month, -.calendar-other-month-day { - color: rgba(0, 0, 0, 0.26); - font-weight: normal; -} - -.calendar-week-number { - margin: 6px !important; - padding: 0 8px !important; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - font-size: 8.25pt; - font-weight: bold; - text-align: center; - text-shadow: none; - font-feature-settings: "tnum"; -} - -.world-clocks-button, -.weather-button, -.events-button { - padding: 4px 8px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); -} - -.world-clocks-button:hover, .world-clocks-button:focus, -.weather-button:hover, -.weather-button:focus, -.events-button:hover, -.events-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.world-clocks-button:active, -.weather-button:active, -.events-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.world-clocks-header, -.weather-header, -.message-list-section-title, -.events-section-title, -.events-title { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - margin-bottom: 2px; - text-shadow: none; -} - -.weather-grid, -.world-clocks-grid { - spacing-rows: 8px; - spacing-columns: 16px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - font-size: 0.9em; -} - -.events-button .events-box { - spacing: 6px; -} - -.events-button .events-list { - color: rgba(0, 0, 0, 0.6); - spacing: 12px; - text-shadow: none; -} - -.events-button .event-time { - color: rgba(0, 0, 0, 0.26); - font-feature-settings: "tnum"; -} - -.world-clocks-button .world-clocks-city { - color: rgba(0, 0, 0, 0.38); - font-weight: normal; - font-size: 0.9em; -} - -.world-clocks-button .world-clocks-time { - color: rgba(0, 0, 0, 0.38); - font-feature-settings: "tnum"; - font-weight: bold; - font-size: 0.9em; -} - -.world-clocks-button .world-clocks-time:ltr { - text-align: right; -} - -.world-clocks-button .world-clocks-time:rtl { - text-align: left; -} - -.world-clocks-button .world-clocks-timezone { - color: rgba(0, 0, 0, 0.38); - font-feature-settings: "tnum"; - font-size: 0.9em; -} - -.weather-button .weather-box { - spacing: 12px; -} - -.weather-button .weather-header-box { - spacing: 8px; -} - -.weather-button .weather-header.location { - font-weight: normal; - color: rgba(0, 0, 0, 0.38); - font-size: 0.8em; -} - -.weather-button .weather-forecast-icon { - icon-size: 24px; - color: rgba(0, 0, 0, 0.38); -} - -.weather-button .weather-forecast-time { - color: rgba(0, 0, 0, 0.38); - font-size: 0.7em; - font-feature-settings: "tnum"; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; - color: rgba(0, 0, 0, 0.52); - text-shadow: none; -} - -/* Message List */ -.message-list { - width: 30em; - padding: 0; - color: rgba(0, 0, 0, 0.6); - text-shadow: none; - border: none; -} - -.message-list:ltr { - margin-left: 0; - margin-right: 0; - padding-right: 0; - border-right-width: 0; -} - -.message-list:rtl { - margin-right: 0; - margin-left: 0; - padding-left: 0; - border-left-width: 0; -} - -.message-list .message-list-placeholder { - color: rgba(0, 0, 0, 0.26); -} - -.message-list .message-list-placeholder > StIcon { - icon-size: 48px; - margin-bottom: 6px; - -st-icon-style: symbolic; -} - -.message-list-sections { - spacing: 4px; - margin: 0; - padding-bottom: 4px; -} - -.message-list-sections:ltr { - margin-right: 2px; - padding-left: 4px; -} - -.message-list-sections:rtl { - margin-left: 2px; - padding-right: 4px; -} - -.message-list-section, -.message-list-section-list { - spacing: 4px; -} - -.message-list-controls { - margin: 4px 8px 0; - padding: 2px; - spacing: 8px; -} - -.message { - background-color: rgba(0, 0, 0, 0.04); - border: none; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - text-shadow: none; -} - -.message:hover, .message:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.message:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.popup-menu .message { - box-shadow: none; -} - -.message .message-icon-bin { - padding: 12px; - padding-right: 4px; -} - -.message .message-icon-bin:rtl { - padding-left: 4px; -} - -.message .message-icon-bin > StIcon { - icon-size: 36px; - -st-icon-style: symbolic; -} - -.message .message-icon-bin > .fallback-app-icon { - width: 16px; - height: 16px; -} - -.message .message-content { - spacing: 4px; - padding: 6px; - margin-bottom: 4px; - color: rgba(0, 0, 0, 0.6); -} - -.message .message-title { - font-weight: bold; - padding-top: 0.57em; - color: rgba(0, 0, 0, 0.6); -} - -.message .message-secondary-bin { - padding: 0 4px; -} - -.message .message-secondary-bin > .event-time { - color: rgba(0, 0, 0, 0.6); - font-size: 0.9em; - padding-bottom: 0.13em; -} - -.message .message-secondary-bin > .event-time:ltr { - text-align: right; -} - -.message .message-secondary-bin > .event-time:rtl { - text-align: left; -} - -.message .message-close-button { - color: rgba(0, 0, 0, 0.6); - padding: 0; - height: 20px; - width: 20px; - border-radius: 9999px; -} - -.message .message-close-button:hover, .message .message-close-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.message .message-close-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.message .message-close-button:insensitive { - color: rgba(0, 0, 0, 0.26); -} - -.message .message-body { - color: rgba(0, 0, 0, 0.38); -} - -.url-highlighter { - link-color: #1A73E8; -} - -/* Media Controls */ -.message-media-control { - margin: 20px 4px !important; - padding: 8px !important; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); -} - -.message-media-control:hover, .message-media-control:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.message-media-control:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.message-media-control:insensitive { - color: rgba(0, 0, 0, 0.26); -} - -.message-media-control:last-child:ltr { - margin-right: 16px !important; -} - -.message-media-control:last-child:rtl { - margin-left: 16px !important; -} - -.media-message-cover-icon { - icon-size: 32px !important; - margin: 0; - padding: 0; -} - -.media-message-cover-icon.fallback { - background-color: rgba(0, 0, 0, 0.08); - padding: 8px; - color: rgba(0, 0, 0, 0.38); - border: none; - border-radius: 5px; - icon-size: 24px !important; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 12px; -} - -.candidate-popup-content { - background-color: #FFFFFF; - border-radius: 10px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); - margin: 2px 10px 13px; - padding: 4px; - spacing: 4px; - border: none; -} - -.candidate-index { - padding: 0 0.5em 0 0; - color: rgba(0, 0, 0, 0.38); -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 2px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:selected { - background-color: #1A73E8; - color: white; -} - -.candidate-box:last-child { - margin-right: 0; -} - -.candidate-page-button-box { - height: 2em; -} - -.vertical .candidate-page-button-box { - padding-top: 0.5em; -} - -.horizontal .candidate-page-button-box { - padding-left: 0.5em; -} - -.candidate-page-button { - padding: 4px; -} - -.candidate-page-button-previous { - border-radius: 10px 0px 0px 10px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 0px 10px 10px 0px; -} - -.candidate-page-button-icon { - icon-size: 1em; -} - -.quick-settings { - padding: 12px !important; - border-radius: 28px !important; - margin-top: 2px !important; - border: none; -} - -.quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .button { - padding: 8px; -} - -.quick-settings .icon-button > StIcon, .quick-settings .background-app-item .close-button > StIcon, .background-app-item .quick-settings .close-button > StIcon, .quick-settings .button > StIcon { - icon-size: 16px; -} - -.quick-settings-grid { - spacing-rows: 8px; - spacing-columns: 8px; -} - -.quick-toggle, .quick-menu-toggle { - border-radius: 9999px; - min-width: 11em; - max-width: 11em; - min-height: 34px; - border: none; -} - -.quick-toggle { - background-color: rgba(0, 0, 0, 0.06) !important; - /* Move padding into the box; this is to allow menu arrows - to extend to the border */ -} - -.quick-toggle:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.quick-toggle:active { - background-color: rgba(0, 0, 0, 0.24) !important; -} - -.quick-toggle:checked { - background-color: #1A73E8 !important; - color: white !important; -} - -.quick-toggle:checked:hover { - background-color: rgba(24, 106, 214, 0.987) !important; - color: white !important; -} - -.quick-toggle:checked:active { - background-color: rgba(22, 96, 195, 0.974) !important; - color: white !important; -} - -.quick-toggle > StBoxLayout { - spacing: 4px; -} - -.quick-toggle.button { - padding: 0; -} - -.quick-toggle > StBoxLayout { - padding: 0 8px; -} - -.quick-toggle:ltr > StBoxLayout { - padding-left: 10px; -} - -.quick-toggle:rtl > StBoxLayout { - padding-right: 10px; -} - -.quick-toggle .quick-toggle-title { - font-weight: bold; -} - -.quick-toggle StBoxLayout > .quick-toggle-subtitle { - font-weight: normal; - font-size: 12px; -} - -.quick-toggle .quick-toggle-icon { - icon-size: 16px; -} - -.quick-menu-toggle .quick-toggle { - min-width: auto; - max-width: auto; -} - -.quick-menu-toggle .quick-toggle:ltr { - border-radius: 9999px 0 0 9999px; -} - -.quick-menu-toggle .quick-toggle:ltr > StBoxLayout { - padding-right: 0; -} - -.quick-menu-toggle .quick-toggle:rtl { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle:rtr > StBoxLayout { - padding-left: 0; -} - -.quick-menu-toggle .quick-toggle:ltr:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle:rtl:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle-arrow { - background-color: rgba(0, 0, 0, 0.08) !important; - padding: 4px 7px; - border: none !important; -} - -.quick-menu-toggle .quick-toggle-arrow:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:checked { - background-color: #1A73E8 !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:hover { - background-color: rgba(24, 106, 214, 0.987) !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:active { - background-color: rgba(22, 96, 195, 0.974) !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:ltr { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle-arrow:rtl { - border-radius: 9999px 0 0 9999px; -} - -.quick-slider > StBoxLayout { - spacing: 4px; -} - -.quick-slider .icon-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button { - padding: 6px; -} - -.quick-slider .slider-bin { - min-height: 16px; - padding: 4px; - border-radius: 9999px; -} - -.quick-slider .slider-bin:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.quick-slider .slider-bin:focus:active { - color: white; -} - -.quick-slider .quick-toggle-icon { - icon-size: 16px; -} - -.quick-toggle-menu { - border-radius: 20px !important; - padding: 8px; - margin: 8px 14px 0; - background-color: white !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item { - padding: 6px !important; - border-radius: 9999px !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item StLabel { - color: rgba(0, 0, 0, 0.65); -} - -.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.quick-toggle-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.25) !important; -} - -.quick-toggle-menu .popup-menu-item > StIcon { - -st-icon-style: symbolic; -} - -.quick-toggle-menu .popup-menu-item > :first-child:ltr { - padding-left: 6px !important; -} - -.quick-toggle-menu .popup-menu-item > :first-child:rtl { - padding-right: 6px !important; -} - -.quick-toggle-menu .popup-menu-item .popup-separator-menu-item-separator { - margin: 4px 12px 4px 0 !important; - padding: 0 !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .header { - spacing-rows: 2px; - spacing-columns: 8px; - padding-bottom: 8px; -} - -.quick-toggle-menu .header .icon { - icon-size: 24px; - border-radius: 9999px; - padding: 6px; - background-color: rgba(0, 0, 0, 0.08) !important; -} - -.quick-toggle-menu .header .icon.active { - background-color: #1A73E8 !important; - color: white !important; -} - -.quick-settings-system-item > StBoxLayout { - spacing: 8px; -} - -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button { - background-color: rgba(0, 0, 0, 0.06); -} - -.quick-settings-system-item .icon-button:hover, .quick-settings-system-item .background-app-item .close-button:hover, .background-app-item .quick-settings-system-item .close-button:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -.quick-settings-system-item .icon-button:active, .quick-settings-system-item .background-app-item .close-button:active, .background-app-item .quick-settings-system-item .close-button:active { - background-color: rgba(0, 0, 0, 0.24); -} - -.quick-settings-system-item .icon-button > StIcon, .quick-settings-system-item .background-app-item .close-button > StIcon, .background-app-item .quick-settings-system-item .close-button > StIcon { - -st-icon-style: symbolic; -} - -.quick-settings-system-item .power-item { - min-height: 0; - min-width: 0; -} - -.quick-settings-system-item .power-item:insensitive { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - background-color: transparent; -} - -.nm-network-item .wireless-secure-icon { - icon-size: 8px; -} - -.bt-device-item .popup-menu-icon { - -st-icon-style: symbolic; -} - -.bt-menu-placeholder.popup-menu-item { - text-align: center; - padding: 2em 4em; -} - -.device-subtitle { - color: rgba(0, 0, 0, 0.38); -} - -.background-apps-quick-toggle { - min-height: 34px; - background-color: transparent; -} - -.background-apps-quick-toggle StIcon { - icon-size: 16px !important; -} - -.background-app-item .popup-menu-icon { - icon-size: 32px !important; - -st-icon-style: regular !important; -} - -.background-app-item .close-button { - padding: 4px; -} - -.background-app-item.popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.87); -} - -/* Notifications & Message Tray */ -.notification-banner { - min-height: 64px; - width: 34em; - font-size: 1em; - margin: 8px 8px 12px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #FFFFFF; -} - -.notification-banner .notification-actions { - spacing: 0; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; - border-top: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 10px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 10px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 10px 10px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; - color: rgba(0, 0, 0, 0.6); - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08) !important; - outline: none !important; -} - -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { - background-color: rgba(0, 0, 0, 0.08); - color: rgba(0, 0, 0, 0.87); - box-shadow: none !important; - outline: none !important; -} - -.notification-banner .notification-button:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #1A73E8; - color: white; - border: 2px solid #1A73E8; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: rgba(0, 0, 0, 0.6); -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: rgba(0, 0, 0, 0.6); -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - font-weight: bold; - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: rgba(0, 0, 0, 0.38); -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 0 4px; -} - -/* Modal Dialogs */ -.headline { - font-size: 15pt; - font-weight: 500; -} - -.modal-dialog { - border-radius: 24px; - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: 0 none rgba(0, 0, 0, 0.15); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; - background-color: #FFFFFF; -} - -.modal-dialog .modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; -} - -.end-session-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #E53935; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #ea615e; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #e2231e; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #FFD600; -} - -/* Message Dialog */ -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.lightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: rgba(0, 0, 0, 0.6); - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - font-size: 11.25pt; - font-weight: 400; - text-align: center; - color: rgba(0, 0, 0, 0.38); -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; -} - -.prompt-dialog .modal-dialog-linked-button:first-child { - color: #E53935; -} - -.prompt-dialog .modal-dialog-linked-button:first-child:active { - color: white !important; - background-color: #E53935; -} - -.prompt-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #1A73E8; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #448dec; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #1567d3; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:insensitive { - color: rgba(26, 115, 232, 0.5) !important; - background-color: rgba(26, 115, 232, 0.15); -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; - background-color: #FFFFFF; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; -} - -.prompt-dialog-error-label { - color: #FFD600; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #FFD600; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #1A73E8; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Welcome dialog */ -.welcome-dialog-image { - background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); - background-size: contain; - /* Reasonable maximum dimensions */ - height: 300px; - width: 300px; -} - -/* Network Dialogs */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: rgba(0, 0, 0, 0.87); -} - -.nm-dialog-header { - font-weight: bold; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-scroll-view { - border: none; - background-color: rgba(0, 0, 0, 0.08); - border-radius: 10px; - padding: 8px; - padding-right: 0; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 8px; - spacing: 0px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.nm-dialog-item:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.nm-dialog-item:selected { - background-color: #1A73E8; - color: white; -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.nm-dialog-icons { - spacing: 8px; -} - -.no-networks-label { - color: rgba(0, 0, 0, 0.38); -} - -.no-networks-box { - spacing: 4px; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 8px; - padding: 8px 12px; - margin-bottom: 8em; - border-radius: 9999px; -} - -.osd-window > * { - spacing: 8px; -} - -.osd-window StIcon { - icon-size: 32px; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window StLabel:ltr { - margin-right: 4px; -} - -.osd-window StLabel:rtl { - margin-left: 4px; -} - -.osd-window .level { - height: 4px; - min-width: 160px; - margin-bottom: 4px; - -barlevel-height: 4px; - -barlevel-background-color: rgba(26, 115, 232, 0.3); - -barlevel-active-background-color: #1A73E8; - -barlevel-overdrive-color: #E53935; - -barlevel-overdrive-separator-width: 3px; - -barlevel-border-width: 0; -} - -.osd-window .level:first-child { - margin-bottom: 0px; -} - -.osd-window .level:ltr { - margin-right: 4px; -} - -.osd-window .level:rtl { - margin-left: 4px; -} - -.osd-monitor-label { - border-radius: 16px; - font-size: 3em; - font-weight: bold; - margin: 6px; - text-align: center; - min-width: 1.3em; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.8); - border: none; -} - -.pad-osd-window .pad-osd-title-box { - spacing: 8px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 4px; -} - -.combo-box-label { - width: 15em; -} - -.resize-popup { - border-radius: 16px; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - border-radius: 16px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 10px; - border: none; -} - -.switcher-list .item-box:outlined { - background-color: rgba(0, 0, 0, 0.08); -} - -.switcher-list .item-box:selected { - background-color: #1A73E8; - color: white; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-list .switcher-list-item-container { - spacing: 8px; -} - -.switcher-arrow { - border-color: rgba(255, 255, 255, 0.7); - color: rgba(255, 255, 255, 0.7); -} - -.switcher-arrow:highlighted { - color: white; -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -.cycler-highlight { - border: 5px solid #1A73E8; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher-container { - border-radius: 16px; -} - -.workspace-switcher { - background: transparent; - border: none; - border-radius: 0; - padding: 0; - spacing: 8px; -} - -.ws-switcher-box { - height: 50px; - background-size: 32px; - border: none; - background: rgba(0, 0, 0, 0.08); - border-radius: 10px; -} - -.ws-switcher-active-up, -.ws-switcher-active-down, -.ws-switcher-active-left, -.ws-switcher-active-right { - height: 52px; - background-color: #1A73E8; - border: none; - border-radius: 12px; - color: white; -} - -/* Top Bar */ -#panel { - font-weight: bold; - font-feature-settings: "tnum"; - padding: 0 !important; - transition-duration: 250ms; - height: 34px; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.65); - margin: 2px; - border-radius: 9999px; -} - -#panel.unlock-screen, #panel.login-screen, #panel:overview { - background-color: transparent; -} - -#panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel:overview .panel-corner { - -panel-corner-opacity: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(33, 33, 33, 0.65); - -panel-corner-border-width: 0; - -panel-corner-border-color: transparent; - -panel-corner-opacity: 1; - transition-duration: 250ms; -} - -#panel .panel-button { - font-weight: bold; - color: white; - -natural-hpadding: 9px; - -minimum-hpadding: 9px; - transition-duration: 150ms; - border: 2px solid transparent; - border-radius: 9999px; - margin: 0; -} - -#panel .panel-button.clock-display { - -natural-hpadding: 0 !important; - -minimum-hpadding: 0 !important; - padding: 0 !important; - spacing: 0 !important; -} - -#panel .panel-button.clock-display .clock-display-box { - spacing: 0; -} - -#panel .panel-button.clock-display .clock { - border-radius: 9999px; - padding: 0 8px !important; -} - -#panel .panel-button:hover { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:hover.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:hover.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 4px; - margin: 0; -} - -#panel .panel-button .appindicator-trayicons-box { - margin: 0 4px; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; -} - -#panel .panel-button#panelActivities { - -natural-hpadding: 10px; -} - -#panel .panel-button#panelActivities StBoxLayout { - spacing: 4px; -} - -#panel .panel-button#panelActivities .workspace-dot { - border-radius: 9999px; - min-width: 8px; - min-height: 8px; - background-color: white; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button { - border: 0 none transparent !important; - margin: 0 !important; - padding: 0 !important; - -natural-hpadding: 2px !important; - -minimum-hpadding: 2px !important; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .panel-status-menu-box { - spacing: 0; - padding: 0; - margin: 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon { - border-radius: 9999px; - width: 31px; - margin: 2px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:hover, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:checked, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:active, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:overview, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:focus, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button { - border-radius: 9999px; - width: 31px; - margin: 2px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_status_keyboard_InputSourceIndicator.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_AppIndicatorsIndicatorStatusIcon.panel-button { - -natural-hpadding: 13px !important; - -minimum-hpadding: 13px !important; -} - -#panel .screencast-indicator, -#panel .remote-access-indicator { - color: #FFD600; -} - -#appMenu { - spacing: 4px; -} - -#appMenu .label-shadow { - color: transparent; -} - -#appMenu .panel-status-menu-box { - padding: 0 4px; - spacing: 4px; -} - -/* Activities Ripple */ -.ripple-box { - background-color: rgba(26, 115, 232, 0.35); - width: 52px; - height: 52px; - border-radius: 0 0 52px 0; -} - -.ripple-box:rtl { - border-radius: 0 0 0 52px; -} - -/* OVERVIEW */ -.controls-manager, .secondary-monitor-workspaces { - spacing: 8px; -} - -#overviewGroup { - background-color: #242424; -} - -.overview-controls { - padding-bottom: 32px; -} - -/* Window Picker */ -.window-picker { - spacing: 4px; -} - -.window-caption { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 9999px; - padding: 4px 8px; -} - -.window-close, .screenshot-ui-close-button { - background-color: #242424; - color: white; - border-radius: 21px; - padding: 3px; - height: 30px; - width: 30px; - box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); - transition-duration: 300ms; -} - -.window-close StIcon, .screenshot-ui-close-button StIcon { - icon-size: 24px; -} - -.window-close:hover, .screenshot-ui-close-button:hover { - background-color: #4a4a4a; -} - -.window-close:active, .screenshot-ui-close-button:active { - color: rgba(255, 255, 255, 0.8); - background-color: #171717; -} - -.workspace-background { - border-radius: 30px; - background-color: #242424; - box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.15); -} - -.search-entry { - min-height: 24px; - padding: 4px 4px; - width: 320px; - border-radius: 9999px; - selection-background-color: #1A73E8; - selected-color: white !important; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.search-entry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -.search-entry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -.search-entry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: rgba(0, 0, 0, 0.6); -} - -.search-entry StLabel.hint-text { - margin-left: 2px; - color: rgba(0, 0, 0, 0.38); -} - -#overview .search-entry { - margin-top: 8px; - margin-bottom: 4px; - border: none !important; - caret-color: rgba(0, 0, 0, 0.75); - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.75); - border-color: transparent; - box-shadow: none; -} - -#overview .search-entry:hover { - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.85); - box-shadow: none; -} - -#overview .search-entry:focus { - color: rgba(0, 0, 0, 0.85); - border-color: transparent; - background-color: rgba(255, 255, 255, 0.95); - border: none; - box-shadow: none; - selection-background-color: #1A73E8; - selected-color: white !important; -} - -#overview .search-entry .search-entry-icon { - color: rgba(0, 0, 0, 0.65); -} - -#overview .search-entry:hover .search-entry-icon, #overview .search-entry:focus .search-entry-icon { - color: rgba(0, 0, 0, 0.75); -} - -#overview .search-entry StLabel.hint-text { - color: rgba(0, 0, 0, 0.35); -} - -/* Search */ -#searchResultsContent { - max-width: 1024px; - spacing: 4px; -} - -.search-section { - spacing: 6px; -} - -.search-section .search-section-separator { - height: 0; - background-color: transparent; -} - -.search-section-content { - background-color: rgba(255, 255, 255, 0.12); - border-radius: 14px; - border: none; - box-shadow: none; - text-shadow: none; - color: white; - padding: 12px; - spacing: 4px; -} - -.list-search-result, .search-provider-icon { - border-radius: 10px; -} - -.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 200ms; - border-radius: 10px; -} - -.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - border-radius: 10px; -} - -.grid-search-results { - spacing: 20px; - margin: 0 6px; -} - -.search-provider-icon .list-search-provider-content { - spacing: 8px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.7); -} - -.list-search-results { - spacing: 4px; -} - -.list-search-result .list-search-result-content { - spacing: 4px; -} - -.list-search-result .list-search-result-title { - spacing: 8px; -} - -.list-search-result .list-search-result-description { - color: rgba(255, 255, 255, 0.5); -} - -/* Dash */ -#dash { - font-size: 9pt; - font-weight: 400; - margin-top: 12px; -} - -#dash .placeholder { - background-image: none; - background-size: contain; - height: 32px; -} - -#dash .empty-dash-drop-target { - width: 32px; - height: 32px; -} - -#dash .app-well-app-running-dot { - margin-bottom: 15px; -} - -.dash-background { - background-color: rgba(255, 255, 255, 0.2); - margin-bottom: 12px; - padding: 12px; - spacing: 6px; - border-radius: 9999px; - box-shadow: none; - border: none; -} - -.dash-item-container > * { - margin: 0 2px; -} - -.dash-item-container:ltr:first-child { - margin-left: 0; -} - -.dash-item-container:rtl:first-child { - margin-right: 0; -} - -.dash-item-container .show-apps, -.dash-item-container .app-well-app { - padding-bottom: 12px !important; -} - -.dash-item-container .show-apps .overview-icon, -.dash-item-container .app-well-app .overview-icon { - padding: 8px !important; - border-radius: 9999px; -} - -.dash-separator { - width: 1px; - margin: 0 2px 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -.dash-label { - border-radius: 9999px; - padding: 4px 8px; - color: white; - background-color: rgba(0, 0, 0, 0.75); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); - text-align: center; - -y-offset: 6px; - -x-offset: 6px; -} - -/* App Grid */ -.grid-search-result .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon, .search-provider-icon, .list-search-result { - color: white; - border-radius: 20px; - padding: 8px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.icon-grid { - row-spacing: 12px; - column-spacing: 12px; - max-row-spacing: 42px; - max-column-spacing: 42px; - page-padding-top: 24px; - page-padding-bottom: 24px; - page-padding-left: 18px; - page-padding-right: 18px; -} - -/* App Icons */ - -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - - -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout, -.show-apps .overview-icon.overview-icon-with-label > StBoxLayout, -.app-well-app .overview-icon.overview-icon-with-label > StBoxLayout { - spacing: 4px; -} - -/* App Folders */ -.app-well-app.app-folder { - background: none; - border-radius: 20px; -} - -.app-well-app.app-folder .overview-icon { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 20px; -} - -.app-well-app.app-folder:hover .overview-icon { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-well-app.app-folder:active .overview-icon { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog { - border-radius: 40px; - border: none; - background-color: rgba(36, 36, 36, 0.95); - spacing: 6px; - box-shadow: none; - outline: none; -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, -.app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: 800; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - min-height: 28px; - padding: 4px; - border: none; - color: white; - background-color: rgba(255, 255, 255, 0.15); - caret-color: white; - selection-background-color: rgba(255, 255, 255, 0.12) !important; - selected-color: white !important; - width: 300px; -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.25); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.95); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.7); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border: none; - height: 32px; - width: 32px; - padding: 4px; - border-radius: 9999px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog .icon-grid { - row-spacing: 12px; - column-spacing: 30px; - page-padding-top: 0; - page-padding-bottom: 0; - page-padding-left: 0; - page-padding-right: 0; -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.app-folder-dialog-container { - padding: 12px; - width: 620px; - height: 620px; -} - -.app-well-app-running-dot { - width: 8px; - height: 2px; - border-radius: 0; - background-color: white; - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - width: 16px; - background-color: #1A73E8; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 4px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 8px; -} - -.app-menu, -.app-well-menu { - max-width: 27.25em; -} - -.page-indicator { - padding: 4px 8px 0; -} - -.page-indicator .page-indicator-icon { - width: 10px; - height: 10px; - border-radius: 10px; - background-color: white; -} - -.apps-scroll-view { - padding: 0; -} - -.system-action-icon { - background-color: rgba(0, 0, 0, 0.8); - color: white; - border-radius: 9999px; -} - -.page-navigation-hint { - width: 300px; - color: white; -} - -.page-navigation-hint.dnd { - background: rgba(255, 255, 255, 0.1); -} - -.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { - background-gradient-start: rgba(255, 255, 255, 0.05); - background-gradient-end: transparent; - background-gradient-direction: horizontal; - border-radius: 15px 0px 0px 15px; -} - -.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { - background-gradient-start: transparent; - background-gradient-end: rgba(255, 255, 255, 0.05); - background-gradient-direction: horizontal; - border-radius: 0px 15px 15px 0px; -} - -.page-navigation-arrow { - margin: 6px; - padding: 18px; - width: 24px; - height: 24px; - border-radius: 9999px; - color: white; -} - -.page-navigation-arrow:insensitive { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.page-navigation-arrow:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.page-navigation-arrow:active { - background-color: rgba(255, 255, 255, 0.24); - color: white; -} - -/* Workspace pager */ -.workspace-thumbnails .workspace-thumbnail { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border: none; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 4px; - padding: 4px; -} - -.workspace-thumbnails .workspace-thumbnail { - border-radius: 3px; -} - -.workspace-thumbnails .placeholder { - background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg"); - background-size: contain; - width: 18px; -} - -.workspace-thumbnail-indicator { - border: 3px solid #1A73E8; - border-radius: 3px; - padding: 0px; -} - -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(165, 200, 246, 0.3); - box-shadow: 0 0 2px 2px #77acf1; -} - -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #1A73E8; - -pie-background-color: rgba(211, 228, 251, 0.3); -} - -.magnifier-zoom-region { - border: 2px solid #1A73E8; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -.select-area-rubberband { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.7); - border-radius: 9999px; - icon-size: 64px; -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 99px; - padding: 8px; - width: 40px; - height: 40px; -} - -.user-icon.user-avatar { - border: 2px rgba(255, 255, 255, 0.7); -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #FFD600; -} - -/* Workspace animation */ -.workspace-animation { - background-color: #242424; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.tile-preview-left.on-primary { - border-radius: 11px 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 11px 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 11px 11px 0 0; -} - -/* On-screen Keyboard */ -#keyboard { - background-color: rgba(0, 0, 0, 0.85); - border: none; - border-top-width: 0; - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 4px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container { - padding: 2px; - spacing: 2px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 10px; - border: none; - color: inherit; - background-color: #FAFAFA; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: rgba(0, 0, 0, 0.87); - background-color: #e1e1e1; -} - -.keyboard-key:checked, .keyboard-key:active { - color: rgba(0, 0, 0, 0.87); - background-color: #c7c7c7; -} - -.keyboard-key:grayed { - background-color: #242424; - color: white; - border-color: #242424; -} - -.keyboard-key.default-key { - background-color: #BFBFBF; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { - color: rgba(0, 0, 0, 0.6); - background-color: #FAFAFA; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active { - color: rgba(0, 0, 0, 0.6); - background-color: #ebebeb; -} - -.keyboard-key.enter-key { - background-color: #1A73E8; - color: white; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: white; - background-color: #3181ea; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: white; - background-color: #135cbc; -} - -.keyboard-key.shift-key-uppercase { - color: #1A73E8; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #3181ea; - background-color: #1A73E8; -} - -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -/* Looking Glass */ -#LookingGlassDialog { - color: rgba(255, 255, 255, 0.7); - background-color: #242424; - spacing: 4px; - padding: 0; - border: none; - border-radius: 18px; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.45); -} - -#LookingGlassDialog > #Toolbar { - padding: 4px 6px; - border: none; - border-radius: 18px 18px 0 0; - background-color: #3e3e3e; - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .labels { - spacing: 0; - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 4px; - -minimum-hpadding: 4px; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); - transition-duration: 150ms; - padding-left: 12px; - padding-right: 12px; - min-height: 22px; - border-radius: 10px; - background-color: transparent; -} - -#LookingGlassDialog .notebook-tab:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); - text-shadow: none; - box-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: none; - color: white; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; -} - -.lg-dialog StEntry { - selection-background-color: #1A73E8; - selected-color: white; - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.lg-dialog .shell-link { - color: #1A73E8; -} - -.lg-dialog .shell-link:hover { - color: #1A73E8; -} - -.lg-dialog .actor-link { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:hover { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:active { - color: rgba(204, 204, 204, 0.5); -} - -.lg-dialog .actor-link StIcon { - icon-size: 12px; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-title { - spacing: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-button { - min-height: 32px; - padding: 4px; - border: none; - border-radius: 10px; - font-size: 9.75pt; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extensions-list { - padding: 4px; - spacing: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extension { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - padding: 4px; - box-shadow: none; -} - -.lg-extension-name { - font-size: 18pt; - font-weight: 400; - color: white; -} - -.lg-extension-meta { - spacing: 4px; -} - -#LookingGlassPropertyInspector { - color: white; - background: #333333; - border: none; - border-radius: 10px; - padding: 4px; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); -} - -#LookingGlassPropertyInspector .window-close, #LookingGlassPropertyInspector .screenshot-ui-close-button { - margin: 4px; -} - -.lg-debug-flag-button { - color: white; -} - -.lg-debug-flag-button StLabel { - padding: 4px, 8px; -} - -.lg-debug-flag-button:hover { - color: white; -} - -.lg-debug-flag-button:active { - color: #cccccc; -} - -.lg-debug-flags-header { - padding-top: 8px; - padding: 4px; -} - -.icon-label-button-container { - spacing: 4px; - font-size: 9pt; - font-weight: 400; -} - -.icon-label-button-container StIcon { - icon-size: 32px; -} - -.screenshot-ui-panel { - color: white; - background-color: #212121; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - border-radius: 31px; - padding: 12px; - padding-bottom: 6px; - margin-bottom: 4em; - spacing: 8px; -} - -.screenshot-ui-close-button { - padding: 4px !important; -} - -.screenshot-ui-close-button.left { - margin-left: 6px; -} - -.screenshot-ui-close-button.right { - margin-right: 6px; -} - -.screenshot-ui-type-button { - min-width: 48px; - padding: 8px 12px !important; - border-radius: 19px; -} - -.screenshot-ui-capture-button { - width: 36px; - height: 36px; - border-radius: 9999px; - border: 4px white; - padding: 2px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { - background-color: white; - transition-duration: 200ms; - border-radius: 9999px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { - background-color: #d9d9d9; -} - -.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { - background-color: gray; -} - -.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { - background-color: #E53935; -} - -.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { - background-color: #e84f4c; -} - -.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { - background-color: #da201c; -} - -.screenshot-ui-shot-cast-container { - background-color: rgba(0, 0, 0, 0.08); - border-radius: 10px; - padding: 3px; - spacing: 3px; -} - -.screenshot-ui-shot-cast-container:ltr { - margin-left: 9px; -} - -.screenshot-ui-shot-cast-container:rtl { - margin-right: 9px; -} - -.screenshot-ui-shot-cast-button { - padding: 4px 8px; - background-color: transparent; - border-radius: 7px; -} - -.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { - background-color: rgba(0, 0, 0, 0.12); -} - -.screenshot-ui-shot-cast-button:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.screenshot-ui-shot-cast-button:checked { - background-color: white; - color: black; -} - -.screenshot-ui-shot-cast-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-show-pointer-button { - border-radius: 9999px; - padding: 8px !important; -} - -.screenshot-ui-show-pointer-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { - border: 2px white; -} - -.screenshot-ui-area-selector-handle { - border-radius: 9999px; - background-color: white; - box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); - width: 24px; - height: 24px; -} - -.screenshot-ui-window-selector { - background-color: #242424; -} - -.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { - margin: 100px; -} - -.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { - margin-bottom: 200px; -} - -.screenshot-ui-window-selector-window-border { - transition-duration: 200ms; - border-radius: 10px; - border: 6px transparent; -} - -.screenshot-ui-window-selector-check { - transition-duration: 200ms; - color: transparent; - border-radius: 9999px; - border-width: 12px; - icon-size: 24px; -} - -.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { - border-color: #1151a5; -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { - border-color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { - color: white; - background-color: #1A73E8; -} - -.screenshot-ui-screen-selector { - transition-duration: 200ms; - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-screen-selector:hover { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-screen-selector:active { - background-color: rgba(0, 0, 0, 0.7); -} - -.screenshot-ui-screen-selector:checked { - background-color: transparent; - border: 2px white; -} - -.screenshot-ui-tooltip { - color: white; - background-color: #242424; - border-radius: 9999px; - padding: 4px 8px; - text-align: center; - -y-offset: 24px; -} - -/* Login Dialog */ -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog, -.unlock-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry, -.unlock-dialog StEntry { - selection-background-color: #1A73E8; - selected-color: white !important; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.login-dialog StEntry:focus, -.unlock-dialog StEntry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -.login-dialog StEntry:insensitive, -.unlock-dialog StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .modal-dialog-button-box, -.unlock-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button, -.unlock-dialog .modal-dialog-button { - padding: 4px 18px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, -.unlock-dialog .modal-dialog-button:hover, -.unlock-dialog .modal-dialog-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:active, -.unlock-dialog .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:insensitive, -.unlock-dialog .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default, -.unlock-dialog .modal-dialog-button:default { - color: white; - background-color: #1A73E8; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, -.unlock-dialog .modal-dialog-button:default:hover, -.unlock-dialog .modal-dialog-button:default:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:active, -.unlock-dialog .modal-dialog-button:default:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:insensitive, -.unlock-dialog .modal-dialog-button:default:insensitive { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button, -.unlock-dialog .cancel-button, -.unlock-dialog .switch-user-button, -.unlock-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 99px; - width: 32px; - height: 32px; - border: none; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .cancel-button:hover, .login-dialog .cancel-button:focus, -.login-dialog .switch-user-button:hover, -.login-dialog .switch-user-button:focus, -.login-dialog .login-dialog-session-list-button:hover, -.login-dialog .login-dialog-session-list-button:focus, -.unlock-dialog .cancel-button:hover, -.unlock-dialog .cancel-button:focus, -.unlock-dialog .switch-user-button:hover, -.unlock-dialog .switch-user-button:focus, -.unlock-dialog .login-dialog-session-list-button:hover, -.unlock-dialog .login-dialog-session-list-button:focus { - color: white; -} - -.login-dialog .cancel-button:active, -.login-dialog .switch-user-button:active, -.login-dialog .login-dialog-session-list-button:active, -.unlock-dialog .cancel-button:active, -.unlock-dialog .switch-user-button:active, -.unlock-dialog .login-dialog-session-list-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon, -.unlock-dialog .cancel-button StIcon, -.unlock-dialog .switch-user-button StIcon, -.unlock-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .caps-lock-warning-label, -.login-dialog .login-dialog-message-warning, -.unlock-dialog .caps-lock-warning-label, -.unlock-dialog .login-dialog-message-warning { - color: white; -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-button-box { - width: 23em; - spacing: 5px; -} - -.login-dialog-message { - text-align: center; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; - font-size: 1em; - font-weight: bold; - color: rgba(255, 255, 255, 0.7); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: white; -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: white; -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid white; -} - -.login-dialog-user-list-item { - border-radius: 10px; - padding: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list-item:ltr { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl { - padding-left: 1em; -} - -.login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: white; -} - -.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: white; -} - -.user-widget-label { - color: white; -} - -.user-widget.horizontal .user-widget-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; - text-align: left; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; - text-align: right; -} - -.user-widget.vertical .user-widget-label { - font-size: 15pt; - font-weight: 500; - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-label { - color: rgba(255, 255, 255, 0.5); - font-size: 1em; - padding-top: 1em; -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(52, 52, 52, 0.9); - color: white; - border-radius: 10px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(36, 36, 36, 0.9); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(52, 52, 52, 0.9); - background-color: rgba(255, 255, 255, 0.7); - border-radius: 99px; - margin-right: 12px; -} - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); -} - -#lockDialogGroup { - background-color: #242424; -} - -#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { - background-color: rgba(52, 52, 52, 0.2); -} - -#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { - background-color: rgba(52, 52, 52, 0.4); -} - -#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { - background-color: rgba(26, 115, 232, 0.5); -} - -.bottom #dashtodockDashScrollview, -.top #dashtodockDashScrollview { - -st-hfade-offset: 24px; -} - -.left #dashtodockDashScrollview, -.right #dashtodockDashScrollview { - -st-vfade-offset: 24px; -} - -#dashtodockContainer { - background: transparent; -} - -#dashtodockContainer .number-overlay { - min-width: 1.2em; - min-height: 1.2em; - color: white; - background-color: rgba(0, 0, 0, 0.75); - text-align: center; - padding: 0.4em 0.5em; -} - -#dashtodockContainer .notification-badge { - min-width: 16px; - min-height: 16px; - color: white; - background-color: #1A73E8; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 9999px; - margin: 2px 3px 5px; - padding: 3px; - font-weight: bold; - text-align: center; -} - -#dashtodockContainer.top #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.top.straight-corner #dash, #dashtodockContainer.top.shrink.straight-corner #dash, #dashtodockContainer.top.extended #dash, #dashtodockContainer.top.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-background, #dashtodockContainer.top.shrink.straight-corner #dash .dash-background, #dashtodockContainer.top.extended #dash .dash-background, #dashtodockContainer.top.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner #dash .show-apps, #dashtodockContainer.top.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.straight-corner #dash .show-apps, #dashtodockContainer.top.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.extended #dash .show-apps, #dashtodockContainer.top.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.bottom #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.bottom.straight-corner #dash, #dashtodockContainer.bottom.shrink.straight-corner #dash, #dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-background, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-background, #dashtodockContainer.bottom.extended #dash .dash-background, #dashtodockContainer.bottom.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner #dash .show-apps, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.straight-corner #dash .show-apps, #dashtodockContainer.bottom.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended #dash .show-apps, #dashtodockContainer.bottom.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.left #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.left.straight-corner #dash, #dashtodockContainer.left.shrink.straight-corner #dash, #dashtodockContainer.left.extended #dash, #dashtodockContainer.left.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-background, #dashtodockContainer.left.shrink.straight-corner #dash .dash-background, #dashtodockContainer.left.extended #dash .dash-background, #dashtodockContainer.left.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner #dash .show-apps, #dashtodockContainer.left.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.straight-corner #dash .show-apps, #dashtodockContainer.left.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.extended #dash .show-apps, #dashtodockContainer.left.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.right #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.right.straight-corner #dash, #dashtodockContainer.right.shrink.straight-corner #dash, #dashtodockContainer.right.extended #dash, #dashtodockContainer.right.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-background, #dashtodockContainer.right.shrink.straight-corner #dash .dash-background, #dashtodockContainer.right.extended #dash .dash-background, #dashtodockContainer.right.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner #dash .show-apps, #dashtodockContainer.right.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.straight-corner #dash .show-apps, #dashtodockContainer.right.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.extended #dash .show-apps, #dashtodockContainer.right.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.extended .dash-background, #dashtodockContainer.straight-corner .dash-background { - border-radius: 0 !important; -} - -#dashtodockContainer.shrink .dash-background { - padding: 2px !important; -} - -#dashtodockContainer.shrink .dash-item-container .app-well-app, #dashtodockContainer.shrink .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.shrink.extended .dash-background { - border-radius: 0; -} - -#dashtodockContainer #dash, #dashtodockContainer:overview #dash { - background: transparent; -} - -#dashtodockContainer.left .dash-item-container .app-well-app, #dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, #dashtodockContainer.right .show-apps { - padding: 2px 4px !important; -} - -#dashtodockContainer.left .dash-background, #dashtodockContainer.right .dash-background { - margin-bottom: 0 !important; -} - -#dashtodockContainer.left.shrink .dash-background, #dashtodockContainer.left.shrink.extended .dash-background, #dashtodockContainer.right.shrink .dash-background, #dashtodockContainer.right.shrink.extended .dash-background { - padding: 1px 2px !important; -} - -#dashtodockContainer.left.shrink .dash-item-container .app-well-app, #dashtodockContainer.left.shrink .show-apps, #dashtodockContainer.left.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended .show-apps, #dashtodockContainer.right.shrink .dash-item-container .app-well-app, #dashtodockContainer.right.shrink .show-apps, #dashtodockContainer.right.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended .show-apps { - margin: 0 !important; - padding: 1px 0 !important; -} - -#dashtodockContainer.left.extended .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.right.extended .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner .dash-item-container .app-well-app { - padding: 2px 12px !important; -} - -#dashtodockContainer.left.extended .show-apps, #dashtodockContainer.left.straight-corner .show-apps, #dashtodockContainer.right.extended .show-apps, #dashtodockContainer.right.straight-corner .show-apps { - padding: 2px 12px 24px !important; -} - -#dashtodockContainer.top .dash-background, #dashtodockContainer.bottom .dash-background { - padding: 12px 10px !important; -} - -#dashtodockContainer.top.shrink .dash-background, #dashtodockContainer.bottom.shrink .dash-background { - padding: 2px 1px !important; -} - -#dashtodockContainer.top.shrink .dash-item-container .app-well-app, #dashtodockContainer.top.shrink .show-apps, #dashtodockContainer.bottom.shrink .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink .show-apps { - margin: 0 !important; - padding: 0 1px 12px !important; -} - -#dashtodockContainer.top.extended .dash-separator, #dashtodockContainer.top.straight-corner .dash-separator, #dashtodockContainer.bottom.extended .dash-separator, #dashtodockContainer.bottom.straight-corner .dash-separator { - margin: 0 8px !important; -} - -#dashtodockContainer.top.extended .dash-item-container .app-well-app, #dashtodockContainer.top.extended .show-apps, #dashtodockContainer.top.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner .show-apps, #dashtodockContainer.bottom.extended .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended .show-apps, #dashtodockContainer.bottom.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner .show-apps { - padding: 12px 2px !important; -} - -#dashtodockContainer #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer #dash .app-well-app-running-dot { - margin-bottom: 3px !important; -} - -#dashtodockContainer #dash StWidget.focused .app-well-app-running-dot { - background-color: #1A73E8; -} - -#dashtodockContainer.opaque #dash .dash-background { - background-color: #212121; -} - -#dashtodockContainer.transparent #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer:overview #dash { - background: none; -} - -#dashtodockContainer:overview #dash .dash-background { - background-color: rgba(255, 255, 255, 0.12); -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #1A73E8; -} - -#dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.opaque:overview .dash-background, #dashtodockContainer.transparent:overview .dash-background { - background-color: transparent !important; -} - -#dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { - background: none; -} - -#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - transition-duration: 250ms; - background-size: contain; -} - -#dashtodockContainer.shrink .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - padding: 1px 2px; -} - -#dashtodockContainer.extended .app-well-app .overview-icon, -#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, -#dashtodockContainer.extended:overview .show-apps .overview-icon { - border-radius: 10px; -} - -#dashtodockContainer .metro .overview-icon { - border-radius: 0; -} - -.dashtodock-app-well-preview-menu-item { - padding: 1em 1em 0.5em 1em; -} - -#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { - width: 1px; - height: auto; - border-right-width: 1px; - margin: 32px 0; -} - -.dashtopanelMainPanel { - border-radius: 0 !important; - padding: 0 !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .dash-background { - background-color: rgba(33, 33, 33, 0.65); - margin-bottom: 0 !important; - padding: 0 !important; - border-radius: 0 !important; -} - -.dashtopanelMainPanel .show-apps .overview-icon { - margin: 0 !important; - border-radius: 5px !important; -} - -.dashtopanelMainPanel .panel-button, .dashtopanelMainPanel .panel-button.clock-display .clock { - border-radius: 7px !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .arcmenu-menu-button { - border-radius: 5px !important; - padding: 8px 6px !important; -} - -.popup-menu.panel-menu .popup-menu-content, .popup-menu.panel-menu.quick-settings .popup-menu-content { - margin-bottom: 2px !important; -} - -.dashtopanelSecondaryMenu { - border-radius: 12px !important; -} - -#preview-menu { - margin: 4px !important; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important; - border-radius: 12px !important; - padding: 0 !important; -} - -#dashtopanelPreviewScrollview { - padding: 12px 0 !important; - border-radius: 12px !important; -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.openweather-provider:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.87); -} - -.openweather-current-databox-values { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-current-databox-captions { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: rgba(0, 0, 0, 0.6); -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: rgba(0, 0, 0, 0.6); -} - -.popup-sub-menu .openweather-current-icon, .popup-sub-menu .openweather-current-summary, .popup-sub-menu .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.95); -} - -.popup-sub-menu .openweather-current-databox-values { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-current-databox-captions { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-forecast-icon, .popup-sub-menu .openweather-forecast-summary { - color: rgba(0, 0, 0, 0.85); -} - -.popup-sub-menu .openweather-forecast-day, .popup-sub-menu .openweather-forecast-temperature { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-sunrise-icon, .popup-sub-menu .openweather-sunset-icon, .popup-sub-menu .openweather-build-icon { - color: rgba(0, 0, 0, 0.85); -} - -.arcmenu-menu-button, -.arcmenu-button { - border-width: 0 !important; - border-radius: 9999px !important; -} - -.cosmic-solid-bg { - background-color: #242424; -} - -.cosmic-dock #dock { - background-color: transparent; -} - -.cosmic-dock #dock .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -.cosmic-dock.extended #dash { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; - padding: 0 0; -} - -.cosmic-dock.extended #dash .dash-background { - border-radius: 0; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -.overview-components-transparent .search-entry, -.overview-components-light .search-entry, -.overview-components-dark .search-entry { - caret-color: rgba(255, 255, 255, 0.75) !important; -} - -.overview-components-transparent .search-entry .search-entry-icon, -.overview-components-light .search-entry .search-entry-icon, -.overview-components-dark .search-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.65); -} - -.overview-components-transparent .search-entry StLabel.hint-text, -.overview-components-light .search-entry StLabel.hint-text, -.overview-components-dark .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.35) !important; -} diff --git a/themes/.themes/Orchis-Compact/gnome-shell/pad-osd.css b/themes/.themes/Orchis-Compact/gnome-shell/pad-osd.css deleted file mode 100644 index 31c2377..0000000 --- a/themes/.themes/Orchis-Compact/gnome-shell/pad-osd.css +++ /dev/null @@ -1,30 +0,0 @@ -.Leader { - stroke-width: .5 !important; - stroke: #535353; - fill: none !important; -} - -.Button { - stroke-width: .25; - stroke: #ededed; - fill: #ededed; -} - -.Ring { - stroke-width: .5 !important; - stroke: #535353 !important; - fill: none !important; -} - -.Label { - stroke: none !important; - stroke-width: .1 !important; - font-size: .1 !important; - fill: transparent !important; -} - -.TouchStrip, .TouchRing { - stroke-width: .1 !important; - stroke: #ededed !important; - fill: #535353 !important; -} diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/apps.rc b/themes/.themes/Orchis-Compact/gtk-2.0/apps.rc deleted file mode 100644 index 530e72f..0000000 --- a/themes/.themes/Orchis-Compact/gtk-2.0/apps.rc +++ /dev/null @@ -1,92 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. -# custom widgets, programs giving us a chance to alter their UI to fit more with -# the theme or stuff that is supposed to look different, like panels. - -# TODO: This could really look nicer -style "gimp_spin_scale" { - # Spin background - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "chrome_gtk_frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 -} - -# Disable spin button assets for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" - -# Chromium lets us define some colours and settings for better integration -class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/border.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/border.png deleted file mode 100644 index b755468..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/border.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-active.png deleted file mode 100644 index cff72e2..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-disabled.png deleted file mode 100644 index fc4287d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 7382e55..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/button.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/button.png deleted file mode 100644 index d675496..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 100644 index 78a66d0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-disabled.png deleted file mode 100644 index bdfa1b3..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 100644 index 633e537..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 97159c6..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 100644 index d4a4df7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png deleted file mode 100644 index b4b9768..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 100644 index f0ccda9..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed.png deleted file mode 100644 index 4ae81a0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 100644 index f863796..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png deleted file mode 100644 index 01d148c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 100644 index 03310de..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 6f594d9..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-active.png deleted file mode 100644 index b4017f2..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-disabled.png deleted file mode 100644 index e76b2b6..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-hover.png deleted file mode 100644 index d2367ae..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry.png deleted file mode 100644 index 35c0177..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-left-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-active.png deleted file mode 100644 index d62c539..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-disabled.png deleted file mode 100644 index f486ef3..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-hover.png deleted file mode 100644 index 5c9536f..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry.png deleted file mode 100644 index 91ae61f..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/combo-right-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-active.png deleted file mode 100644 index c89b2a0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-background-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index 7f3aa5e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-background.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-background.png deleted file mode 100644 index 72facdb..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-disabled.png deleted file mode 100644 index fc4287d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-hover.png deleted file mode 100644 index 1f3b8b7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry.png deleted file mode 100644 index d675496..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-active.png deleted file mode 100644 index cff72e2..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-disabled.png deleted file mode 100644 index abeba46..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-hover.png deleted file mode 100644 index 7382e55..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button.png deleted file mode 100644 index abeba46..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/flat-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/focus.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/focus.png deleted file mode 100644 index b417eff..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame-inline.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index 34703f8..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame-notebook.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index ddb5196..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame.png deleted file mode 100644 index d5b679c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz-active.png deleted file mode 100644 index d136a17..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz-hover.png deleted file mode 100644 index 52e2d17..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index f60063c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert-active.png deleted file mode 100644 index c453daa..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert-hover.png deleted file mode 100644 index 1547eb5..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index e9d9849..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png deleted file mode 100644 index c0782e0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-checked.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 5a8e801..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png deleted file mode 100644 index 1d5d4a4..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-mixed.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index 6710195..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png deleted file mode 100644 index 1985061..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index 3cf020d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png deleted file mode 100644 index 870aced..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-checked.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 15343da..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png deleted file mode 100644 index 1d5d4a4..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-mixed.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index 6710195..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png deleted file mode 100644 index 1985061..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-unchecked.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index 3cf020d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-alt-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-alt-disabled.png deleted file mode 100644 index 06237fd..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-alt.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-alt.png deleted file mode 100644 index 2604cab..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-disabled.png deleted file mode 100644 index ef2fa36..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down.png deleted file mode 100644 index d1a961f..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-alt-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-alt-disabled.png deleted file mode 100644 index 68e832e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-alt.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-alt.png deleted file mode 100644 index 9f3704d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-disabled.png deleted file mode 100644 index 6300308..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-semi.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index 75bdcf6..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left.png deleted file mode 100644 index 024a914..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-alt-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-alt-disabled.png deleted file mode 100644 index d8923eb..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-alt.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-alt.png deleted file mode 100644 index 3130bc6..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-disabled.png deleted file mode 100644 index 4d4d16a..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-semi.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index 2330929..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right.png deleted file mode 100644 index f7c570d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-alt-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-alt-disabled.png deleted file mode 100644 index dbec1d0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-alt.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-alt.png deleted file mode 100644 index 47de372..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-disabled.png deleted file mode 100644 index ddf7711..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up.png deleted file mode 100644 index 1daf802..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/progressbar-progress.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/progressbar-progress.png deleted file mode 100644 index 2378968..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/progressbar-progress.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/progressbar-trough.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/progressbar-trough.png deleted file mode 100644 index 9c4c595..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/progressbar-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-active.png deleted file mode 100644 index 6b391dd..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-disabled.png deleted file mode 100644 index 72a3ac5..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-hover.png deleted file mode 100644 index 5831d29..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index 64d194b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-active.png deleted file mode 100644 index d4a4df7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-disabled.png deleted file mode 100644 index b4b9768..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 100644 index f0ccda9..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed.png deleted file mode 100644 index 4ae81a0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 100644 index f863796..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-disabled.png deleted file mode 100644 index 01d148c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 100644 index 03310de..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index 6f594d9..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index 84cee85..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png deleted file mode 100644 index a4b2503..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index bdc8681..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index d4c8a59..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-disabled.png deleted file mode 100644 index 5291fe3..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index efeac5b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index ccbbf5e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index bd8aa59..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png deleted file mode 100644 index 9a6019d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index 179fad7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index 6ad1e10..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png deleted file mode 100644 index a3ddc16..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index 303c2a1..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index 7007999..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-trough.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index 0394def..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png deleted file mode 100644 index d15f74e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png deleted file mode 100644 index f083593..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png deleted file mode 100644 index 0861852..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png deleted file mode 100644 index a0baaeb..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png deleted file mode 100644 index 06b93b5..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png deleted file mode 100644 index 2fcf8f5..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png deleted file mode 100644 index 97a87fc..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png deleted file mode 100644 index 5c3928e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png deleted file mode 100644 index c40e148..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png deleted file mode 100644 index 4d6a6aa..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index e18acbf..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png deleted file mode 100644 index 3ddaef7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index c08f758..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index 4f5fd7c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index 1050c4b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png deleted file mode 100644 index 53a1d70..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index f6ee1cc..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index e516531..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index fc0807d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png deleted file mode 100644 index 221a455..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index c1860d1..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index 842e9ef..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index 9557a87..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png deleted file mode 100644 index 13e3491..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index 5cfe502..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index ab7e39d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/tab.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/tab.png deleted file mode 100644 index 52c5850..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/tab.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button-active.png deleted file mode 100644 index 365523e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png deleted file mode 100644 index e43317c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button.png deleted file mode 100644 index 862ac32..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-ltr-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button-active.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button-active.png deleted file mode 100644 index 3dc0f5a..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png deleted file mode 100644 index f6dce3b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button.png b/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button.png deleted file mode 100644 index 04b779b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-2.0/assets/treeview-rtl-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/gtkrc b/themes/.themes/Orchis-Compact/gtk-2.0/gtkrc deleted file mode 100644 index 7a2f137..0000000 --- a/themes/.themes/Orchis-Compact/gtk-2.0/gtkrc +++ /dev/null @@ -1,36 +0,0 @@ -# Based on Bridge by ScionicSpectre and Adwaita by GNOME -# vim:set ts=2 sw=2 sts=2 ai et: -# -# This is the GTK 2 version of Materia. It's whole purpose is to look as the -# GTK 3 version as much as possible until GTK 2 dies completely. -# -# Note: comments for explaining styles are on the bottom of each file beside the -# widget matches. - -# Declare the colours used throughout the theme. -# There shouldn't be any fiddling with them in the theme files themselves in -# order to not mess up the dark theme. - -# Text/base -gtk-color-scheme = "text_color:#212121\nbase_color:#FFFFFF" -# Foreground/background -gtk-color-scheme = "fg_color:#212121\nbg_color:#F2F2F2" -# Selected foreground/background -gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#1A73E8" -# Titlebar foreground/background -gtk-color-scheme = "titlebar_fg_color:#212121\ntitlebar_bg_color:#FFFFFF" -# Menus -gtk-color-scheme = "menu_color:#FFFFFF" -# Tooltips foreground/background -gtk-color-scheme = "tooltip_fg_color:#FFFFFF\ntooltip_bg_color:#616161" -# Links -gtk-color-scheme = "link_color:#1A73E8\nvisited_link_color:#9C27B0" - -# Set GTK settings -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -# And hand over the control to the theme files -include "main.rc" -include "apps.rc" -include "hacks.rc" diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/hacks.rc b/themes/.themes/Orchis-Compact/gtk-2.0/hacks.rc deleted file mode 100644 index c288da3..0000000 --- a/themes/.themes/Orchis-Compact/gtk-2.0/hacks.rc +++ /dev/null @@ -1,36 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file contains horrible hacks to make this theme work with some programs -# This is mostly due to the limitations of GTK 2 but sometimes its the fault of -# the programs themselves. Not going to point fingers. -# -# Either way, it's a WONTFIX for both, hence this horrible file. - -style "toplevel_hack" { - engine "adwaita" {} -} - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -style "vim_notebook" { - bg[NORMAL] = @base_color - bg[ACTIVE] = @bg_color -} - -# Vim puts an eventbox between the tab and the label and colours it, -# we need to handle that -widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" - -# (he)xchat input box -class "SexySpellEntry" style:highest "normal_entry" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but GTK uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that -widget_class "*Chrom*<GtkEntry>" style "chrome_entry" - -# Hack to be able to match widgets in LibreOffice -class "GtkWindow" style "toplevel_hack" diff --git a/themes/.themes/Orchis-Compact/gtk-2.0/main.rc b/themes/.themes/Orchis-Compact/gtk-2.0/main.rc deleted file mode 100644 index d1716f7..0000000 --- a/themes/.themes/Orchis-Compact/gtk-2.0/main.rc +++ /dev/null @@ -1,2636 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This is the main theme file, handling all the default widgets and theme -# properties. Since GTK 2 is old, we need to overcome some of its limitations, -# which is also mostly done in this file. Sadly not all of them can be overcome -# so there will always be a visible difference between the GTK 2 and 3 theme. - -style "default" { - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-padding = 0 - GtkWidget::focus-line-width = 2 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) - GtkToolbar::internal-padding = 2 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 4 - GtkWidget::tooltip-alpha = 230 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @visited_link_color - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkHTML::vlink-color = @visited_link_color - GtkIMHtml::hyperlink-color = @link_color - GtkIMHtml::hyperlink-visited-color = @visited_link_color - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 3 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {0, 0, 0, 0} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {0, 0, 0, 0} - - GtkPaned::handle-size = 8 - GtkHPaned::handle-size = 8 - GtkVPaned::handle-size = 8 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 17 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 24 - GtkScale::slider_width = 24 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 4 - GtkProgressBar::min-vertical-bar-width = 4 - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 4 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 12 - - GtkCheckButton::indicator-size = 24 - GtkCheckButton::indicator_spacing = 2 - GtkOptionMenu::indicator_spacing = {8, 8, 4, 4} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 0 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 0 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = mix (0.5, @text_color, @base_color) - text[ACTIVE] = @text_color - - base[NORMAL] = @base_color - base[PRELIGHT] = mix (0.08, @text_color, @base_color) - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-disabled.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - - image { - function = ARROW - detail = "vscrollbar" - } - - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-left-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-right-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left-alt.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right-alt.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {5, 5, 5, 5} # Super strange, {4, 4, 4, 4} does not work properly... - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-horz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-horz-hover.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-horz-active.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-vert-hover.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-vert-active.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - state = NORMAL - file = "assets/pan-down-alt.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = PRELIGHT - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = ACTIVE - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = INSENSITIVE - file = "assets/pan-down-alt-disabled.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-right-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-right-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-left-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-left-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 1, 0, 0} - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {1, 0, 0, 0} - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 0, 1} - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 1, 0} - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {1, 0, 0, 0} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 1, 0, 0} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-ltr-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-rtl-trough.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-disabled.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-hover.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-active.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-disabled.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-hover.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-active.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-disabled.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - ########## - # Scales # - ########## - - # Troughs, overrided later on. We set them here too because some widgets - # don't specify their orientation. - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-disabled.png" - } - - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-disabled.png" - } - - ########### - # Menubar # - ########### - - # image { - # function = BOX - # detail = "menubar" - # file = "assets/border.png" - # border = {0, 0, 0, 1} - # } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - - ######### - # Spins # - ######### - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-disabled.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-disabled.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-disabled.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-disabled.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - } -} - -style "menubar" { - bg[NORMAL] = @titlebar_bg_color - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) - # Needed to fix Firefox's menubar text - bg[SELECTED] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[SELECTED] = @titlebar_fg_color -} - -style "menubar_item" { - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - bg[PRELIGHT] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) -} - -style "menu" { - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @menu_color - bg[INSENSITIVE] = @menu_color - bg[PRELIGHT] = @menu_color - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) -} - -style "menu_item" { - xthickness = 4 - ythickness = 4 - - bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) - fg[PRELIGHT] = @fg_color - # Chromium uses this setting - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) - text[SELECTED] = @fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - border = {0, 0, 0, 1} - } - } -} - -style "button_label" { - # fg[NORMAL] = mix(0.7, @fg_color, @bg_color) - # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "normal_button_label" { - # fg[NORMAL] = @fg_color - # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) - - font_name = "Regular" -} - -style "button" { - xthickness = 6 - ythickness = 6 - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) - - # We set this same as the border of the border of the entry - # This way there's no overlap - xthickness = 6 - ythickness = 6 -} - -style "combobox" { - xthickness = 6 - ythickness = 6 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/entry-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "combobox_cellview" { - # text[NORMAL] = mix(0.7, @fg_color, @bg_color) - # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) -} - -style "combobox_entry" { - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 2, 0, 0} - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - - engine "pixmap" { - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-left-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-left-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-left-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-right-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-right-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-right-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-right-entry.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-right-entry-hover.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-right-entry-active.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-right-entry-disabled.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-left-entry.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-left-entry-hover.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-left-entry-active.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-left-entry-disabled.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - } -} - -style "combo_button_padding" { - # Since one side of the button is missing, we need to shift the arrow a - # little to the right. - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button. - GtkButton::inner-border = {3, 6, 3, 3} -} - -style "notebook" { - xthickness = 3 - ythickness = 3 -} - -style "notebook_tab_label" { - fg[ACTIVE] = mix(0.7, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - base[NORMAL] = @base_color - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = @base_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = @bg_color -} - -style "normal_entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - } -} - -style "scale_vert" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - } -} - -style "progressbar" { - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "treeview_header" { - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = mix(0.7, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - - font_name = "Medium" - - GtkButton::inner-border = {4, 4, 0, 2} - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/treeview-ltr-button.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-ltr-button-hover.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-ltr-button-active.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = NORMAL - file = "assets/treeview-rtl-button.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-rtl-button-hover.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-rtl-button-active.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -style "scrolled_window" { - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -style "frame" { - engine "pixmap" { - image { - function = SHADOW - shadow = NONE - } - - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - } -} - -style "tool_button" { - GtkButton::inner-border = {2, 2, 2, 2} - - # For the sake of sanity style buttons this way - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/flat-button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/flat-button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = OUT - file = "assets/flat-button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = IN - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - # GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - image { - function = BOX - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } -} - -style "tooltip" { - xthickness = 8 - ythickness = 8 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "disable_text_shadow" { - engine "murrine" { - textstyle = 0 - } -} - -style "disable_separator" { - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 -} - -# Default style, containing theme properties and trying to match every widget as -# much as possible, which is not only faster than trying to match every widget -# by its own but also less bug-prune and more consistent. However there is some -# widget specific stuff that needs to be taken care of, which is the point of -# every other style below. -class "GtkWidget" style "default" - -###################################### -# Override padding, style and colour # -###################################### - -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -# Menu and menubar items -widget_class "*<GtkMenuItem>*" style "menu_item" -widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" -widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" - -# Treeview buttons -widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*<GtkComboBox>.<GtkButton>" style "combobox" -widget_class "*<GtkOptionMenu>" style "combobox" - -# And disable separators on them -widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFontButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFileChooserButton>*<GtkSeparator>" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" - -# Join the Combo entry and button -widget_class "*<GtkCombo>*" style "combobox_entry" - -# Tweak the padding on the button a little bit because it -# uses it a bit differently -widget_class "*<GtkCombo>.<GtkButton>" style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there -# isn't a way to apply the style to only the comboboxes that -# have an entry inside - -# Tool buttons have different styles -widget_class "*<GtkToolButton>*<GtkButton>" style "tool_button" -widget_class "*<GtkVBox>*<GtkEventBox>.<GtkToolbar>*<GtkButton>" style "tool_button" - -# Notebooks -widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" -widget_class "*<GtkNotebook>.<GtkHBox>.<GtkLabel>" style "notebook_tab_label" - -# Notebooks are white, act accordingly -widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" -widget_class "*<GtkNotebook>*<GtkProgressBar>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GimpRuler>" style "notebook_bg" -widget_class "*<GtkNotebook>.<GimpDisplayShell>*<GtkEventBox>" style "notebook_bg" - -# However, stuff inside eventboxes inside notebooks is grey -# again, react -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "normal_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkProgressBar>" style "normal_bg" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "normal_bg" - -# Button labels -widget_class "*<GtkButton>.<GtkLabel>" style "button_label" - -# Normalize button labels -widget_class "*<GtkCheckButton>.<GtkLabel>" style "normal_button_label" -widget_class "*<GtkOptionMenu>.<GtkLabel>" style "normal_button_label" - -# ComboBoxes tend to draw the button label with text[] -# instead of fg[], we need to fix that -widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview" - -# Disable white text shadows -widget_class "*<GtkLabel>" style "disable_text_shadow" -widget_class "*<GtkCellView>" style "disable_text_shadow" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-light.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-light@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/gtk-dark.css b/themes/.themes/Orchis-Compact/gtk-3.0/gtk-dark.css deleted file mode 100644 index 128607c..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,8557 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #3281EA 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #3281EA 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #F44336; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 4; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 10px; - -gtk-secondary-caret-color: #3281EA; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: white; - background-color: #414141; -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #3281EA; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 10px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 10px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -.background.csd { - border-radius: 0 0 16px 16px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #212121; - color: white; -} - -.gtkstyle-fallback:hover { - background-color: #141414; - color: white; -} - -.gtkstyle-fallback:active { - background-color: #080808; - color: white; -} - -.gtkstyle-fallback:disabled { - background-color: #212121; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #3281EA; - color: white; -} - -.view { - background-color: #2C2C2C; - color: white; -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview { - border-radius: 10px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 10px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label { - color: rgba(255, 255, 255, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: white; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 32px; - padding: 0 8px; - border-radius: 10px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: white; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #F44336; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #FBC02D; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #3C3C3C; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #3281EA; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #F44336; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #F44336; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FBC02D; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#3281EA), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3281EA), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, .nautilus-window.background.csd notebook > header tab button.flat:checked, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .nautilus-window.background.csd notebook > header tab button.flat:checked:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 22px; - min-width: 22px; - padding: 4px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 8px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 24px; - padding: 0 8px; - border-radius: 5px; - color: white; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -/********* - * Links * - *********/ -*:link { - color: #3281EA; -} - -*:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 24px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 4px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 4px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 2px; -} - -spinbutton.vertical button.down { - margin: 0 2px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 2px 6px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px; - background-color: #212121; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.inline-toolbar { - padding: 4px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -searchbar > revealer > box, -.location-bar { - padding: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: white; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 16px 16px 0 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 10px; - margin-left: 2px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 10px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 4px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 4px; - padding-right: 4px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 22px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 16px 16px 0 0; - border: none; - padding: 4px 2px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 0 2px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 40px; - padding: 0 4px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #2C2C2C; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar separator.titlebutton { - margin-top: 10px; - margin-bottom: 10px; - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 8px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 2px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 4px; - padding-right: 4px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 10px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(255, 255, 255, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: white; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #2C2C2C; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 2px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 10px; -} - -menu { - margin: 2px; - padding: 4px; - background-color: #3C3C3C; - background-clip: border-box; -} - -.background > menu { - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 3px 6px; - color: white; - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: white; -} - -menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: #505050; -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - border-radius: 6px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 10px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: white; - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 9px; -} - -popover.background.combo { - padding: 4px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 4px; -} - -popover.background > stack { - margin: 0px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 8px; - margin: 0; -} - -popover.background separator { - margin: 2px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - padding: 4px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame, notebook.frame > stack { - border-radius: 5px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 5px 5px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 10px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 5px 5px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 5px 5px; -} - -notebook > header.left > tabs > tab { - border-radius: 5px 0 0 5px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 5px 5px 0; -} - -notebook.frame > header.top { - border-radius: 5px 5px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 5px 5px; -} - -notebook.frame > header.left { - border-radius: 5px 0 0 5px; -} - -notebook.frame > header.right { - border-radius: 0 5px 5px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border-width: 1px; - border-color: #404040; - background-color: #212121; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 10px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: white; -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #3281EA; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 10px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 11px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 10px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #3281EA; -} - -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification > box > label { - padding-left: 6px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: white; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 2px 4px; - border: 1px solid rgba(255, 255, 255, 0.12); - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.3); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #3C3C3C; -} - -messagedialog .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -messagedialog .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -messagedialog.csd.background { - border-bottom-left-radius: 16px; - border-bottom-right-radius: 16px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -4px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 4px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #3281EA; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #F44336; -} - -.csd filechooser { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 16px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 16px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #2C2C2C; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 5px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 16px 16px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 10px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 16px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; -} - -.solid-csd decoration:backdrop { - background-color: #2C2C2C; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#3281EA, 0.08); - background-image: radial-gradient(circle, alpha(#3281EA, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - margin: 2px; - border-radius: 7px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 24px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 8px; - background-color: #2C2C2C; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - margin: 0 0 8px 8px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 16px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: white; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #2C2C2C; - border-radius: 14px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #2d3949; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border-style: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: white; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 10px; - padding-right: 10px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #3281EA; - color: #3281EA; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -.conflict-row:not(:selected) { - background-color: #6a582c; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window paned > separator { - background-color: #242424; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 16px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #242424; - border-bottom-left-radius: 16px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 4px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -56px; - padding-right: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -56px; - padding-left: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #3C3C3C; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 4px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -2px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -2px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#242424); -} - -.csd .tweak-categories { - border-bottom-left-radius: 16px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#2C2C2C); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#2C2C2C); -} - -.tweak-group-startup { - background-image: image(#2C2C2C); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 10px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 16px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 16px; - border-top-left-radius: 16px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 16px 16px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #2C2C2C; - border-bottom-right-radius: 16px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 10px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #2C2C2C; - border-bottom-left-radius: 16px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 16px 16px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 2px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 16px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #212121; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - padding: 2px 2px 0; -} - -tabbox > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 16px; -} - -#weather-page-content-view { - border-bottom-right-radius: 16px; - border-bottom-left-radius: 16px; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 16px 16px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 16px; - border-top-right-radius: 16px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 16px; - border-top-right-radius: 16px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 4px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -stack.view.polari-entry-area { - background-color: #212121; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 16px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#212121); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -layouttabbar > box > button { - margin: 4px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -2px #3281EA; - background-color: #2C2C2C; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #F44336; - color: white; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 10px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 10px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -preferences stacksidebar.sidebar list { - background-color: #242424; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 10px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 10px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - margin-bottom: -1px; - padding: 4px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #3281EA 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #3281EA; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: white; -} - -dockoverlayedge { - background-color: #212121; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #3281EA; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #3281EA; -} - -pillbox { - background-color: #212121; - border-radius: 10px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 8px; - padding-right: 8px; -} - -button.dzlmenubutton image { - min-width: 26px; -} - -button.dzlmenubutton image.arrow { - min-width: 23px; -} - -button.dzlmenubuttonitem { - color: white; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -idelayoutstackheader button:checked { - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #212121; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(50, 129, 234, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #3281EA; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #3281EA; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3281EA; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: white; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: white; -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel .view { - background-image: image(#242424); -} - -.side-panel .view:hover { - background-image: image(#363636); -} - -.side-panel .view:selected { - background-image: image(#3281EA); -} - -.side-panel .view:selected:hover { - background-image: image(#428bec); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 16px 16px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 16px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 16px; - background-color: #212121; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 16px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 16px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 4px 0 2px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -4px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -4px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 16px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -list.categories { - background-image: image(#242424); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 10px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 32px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: white; - background-color: #212121; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #242424; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #2C2C2C; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #2C2C2C; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - background-color: #2C2C2C; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 16px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 16px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #2C2C2C; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 10px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 16px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#3C3C3C); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 28px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 18px; - min-width: 14px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #212121; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 10px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -notebook.meld-notebook > stack { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.meld-notebook-child { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #3C3C3C; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #404040; -} - -window.background.chromium > button { - color: #3281EA; -} - -window.background.chromium > button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 8px; -} - -window.background.chromium spinner { - color: #3281EA; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #3281EA; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(255, 255, 255, 0.3); - background-color: #2C2C2C; -} - -tooltip.background.chromium { - color: white; - background-color: #191919; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #3C3C3C; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #3281EA; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #404040; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #404040; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #404040; - border-radius: 10px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(255, 255, 255, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #2C2C2C; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #3281EA; - box-shadow: inset 0 0 0 1px #3281EA; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #242424; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: white; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#MozillaGtkWidget > widget > frame { - color: #404040; -} - -#MozillaGtkWidget menu > separator { - color: #404040; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #2C2C2C; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #2C2C2C; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#3281EA); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #3281EA; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -UnityDecoration .top:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #3281EA; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 24px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #3281EA; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #3281EA; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(255, 255, 255, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.2); - background-color: #3C3C3C; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: white; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 4px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #3281EA; -} - -.brisk-menu .session-button { - padding: 8px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: white; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 10px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #2C2C2C; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 10px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - color: white; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #3281EA; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #3281EA; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 10px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #2C2C2C; - border-color: #2C2C2C; -} - -.budgie-popover .container { - padding: 4px; -} - -.budgie-popover separator { - margin: 2px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 24px; - padding: 0 8px; - color: white; - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(255, 255, 255, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: white; - padding: 2px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(255, 255, 255, 0.04); - border-right: none; - border-bottom-left-radius: 10px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 4px 6px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 10px; - border-top-left-radius: 10px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - padding: 4px; - margin: 4px; - border-radius: 9px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 2px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(255, 255, 255, 0.12); - padding: 4px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 4px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 2px; - outline-width: 0; - border-radius: 10px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 2px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 4px; -} - -.budgie-popover.places-menu .container { - padding: 2px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 1px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 2px; - padding-top: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 2px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 10px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 2px 0; - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(33, 33, 33, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 16px 16px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: white; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 16px 16px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 16px; -} - -.right .budgie-panel.dock-mode { - border-radius: 16px 0 0 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 16px; -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: white; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #3281EA; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: white; -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 4px; - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -2px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 4px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 2px; - margin-right: 2px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 2px; - padding-right: 2px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #3C3C3C; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 10px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 32px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 32px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 8px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 10px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px; -} - -image.raven-mpris { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border-radius: 10px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -4px; - margin-right: -2px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 8px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 4px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 4px 4px 4px 8px; - margin: 2px; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 4px; - border-radius: 16px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 8px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 8px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 20px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 16px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 16px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 16px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 16px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #F44336; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 4px 12px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: white; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #242424; - border-bottom-left-radius: 16px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 10px; -} - -button.centerbutton:first-child { - border-radius: 10px 0 0 10px; -} - -button.centerbutton:last-child { - border-radius: 0 10px 10px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #2C2C2C; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(255, 255, 255, 0.7); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(255, 255, 255, 0.7); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#3281EA) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #3281EA; -} - -XfdesktopIconView.view { - border-radius: 10px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 10px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #212121; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #2C2C2C; -} - -window#whiskermenu-window > frame > border { - border-radius: 16px; - padding: 4px 6px 4px 6px; - margin: 4px; - border: none; - background-color: rgba(33, 33, 33, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 2px 4px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 2px; - background-color: #2C2C2C; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 10px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 16px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 16px; - background-color: rgba(33, 33, 33, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 4px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 10px; - box-shadow: none; - background-color: #3C3C3C; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #3281EA; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #2C2C2C; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: white; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #242424; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #646464; - -NemoPlacesTreeView-disk-full-fg-color: #3281EA; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 2px; - padding-bottom: 2px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/gtk.css b/themes/.themes/Orchis-Compact/gtk-3.0/gtk.css deleted file mode 100644 index 08376d1..0000000 --- a/themes/.themes/Orchis-Compact/gtk-3.0/gtk.css +++ /dev/null @@ -1,8561 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #1A73E8 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #1A73E8 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #E53935; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 4; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 10px; - -gtk-secondary-caret-color: #1A73E8; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(235, 235, 235, 0.987); -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #1A73E8; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 10px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 10px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.background.csd { - border-radius: 0 0 16px 16px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:hover { - background-color: #e5e5e5; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:active { - background-color: #d9d9d9; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:disabled { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.38); -} - -.gtkstyle-fallback:selected { - background-color: #1A73E8; - color: white; -} - -.view { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #FFFFFF; -} - -textview border { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.6); -} - -iconview { - border-radius: 10px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 10px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(0, 0, 0, 0.6); -} - -label:disabled { - color: rgba(0, 0, 0, 0.38); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -.dim-label { - color: rgba(0, 0, 0, 0.6); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(0, 0, 0, 0.38); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: rgba(0, 0, 0, 0.87); -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 32px; - padding: 0 8px; - border-radius: 10px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #1A73E8; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(0, 0, 0, 0.6); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.26) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.26) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #E53935; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #FFD600; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #1A73E8; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #1A73E8; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #E53935; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #E53935; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FFD600; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #FFFFFF; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#1A73E8), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1A73E8), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, .nautilus-window.background.csd notebook > header tab button.flat:checked, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .nautilus-window.background.csd notebook > header tab button.flat:checked:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(0, 0, 0, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #1A73E8; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.6); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 22px; - min-width: 22px; - padding: 4px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 8px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #1A73E8; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(26, 115, 232, 0.2), 0 4px 3px 0 rgba(26, 115, 232, 0.14), 0 1px 6px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:checked { - background-color: #5f9def; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(26, 115, 232, 0.3), 0 2px 3px -1px rgba(26, 115, 232, 0.24), 0 2px 5px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1A73E8; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.suggested-action.flat:checked { - background-color: rgba(26, 115, 232, 0.3); -} - -button.destructive-action { - background-color: #E53935; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(229, 57, 53, 0.2), 0 4px 3px 0 rgba(229, 57, 53, 0.14), 0 1px 6px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:checked { - background-color: #ed7472; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(229, 57, 53, 0.3), 0 2px 3px -1px rgba(229, 57, 53, 0.24), 0 2px 5px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #E53935; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.destructive-action.flat:checked { - background-color: rgba(229, 57, 53, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 24px; - padding: 0 8px; - border-radius: 5px; - color: rgba(0, 0, 0, 0.87); -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -/********* - * Links * - *********/ -*:link { - color: #1A73E8; -} - -*:visited { - color: #AB47BC; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1A73E8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #AB47BC; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 24px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 4px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 4px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton.vertical button.up { - margin: 0 2px; -} - -spinbutton.vertical button.down { - margin: 0 2px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 2px 6px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.26); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #1A73E8; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px; - background-color: #F2F2F2; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.inline-toolbar { - padding: 4px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FAFAFA; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -searchbar > revealer > box, -.location-bar { - padding: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: white; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 16px 16px 0 0; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 10px; - margin-left: 2px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 10px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 4px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 4px; - padding-right: 4px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 22px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 16px 16px 0 0; - border: none; - padding: 4px 2px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 0 2px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 40px; - padding: 0 4px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #2C2C2C; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar separator.titlebutton { - margin-top: 10px; - margin-bottom: 10px; - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 8px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 2px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 4px; - padding-right: 4px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #1A73E8 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 10px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #1A73E8 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(0, 0, 0, 0.26); - border-top-color: rgba(0, 0, 0, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(0, 0, 0, 0.6); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view.progressbar { - border-bottom: 6px solid #1A73E8; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #FFFFFF; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; - background-clip: border-box; - color: #1A73E8; -} - -treeview.view acceleditor > label { - background-color: #1A73E8; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 2px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 10px; -} - -menu { - margin: 2px; - padding: 4px; - background-color: #FFFFFF; - background-clip: border-box; -} - -.background > menu { - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 3px 6px; - color: rgba(0, 0, 0, 0.87); - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -menu menuitem:disabled { - color: rgba(0, 0, 0, 0.38); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: rgba(235, 235, 235, 0.987); -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); - border-radius: 6px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(0, 0, 0, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 10px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(0, 0, 0, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: rgba(0, 0, 0, 0.87); - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(0, 0, 0, 0.6); -} - -menuitem:disabled accelerator { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 9px; -} - -popover.background.combo { - padding: 4px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 4px; -} - -popover.background > stack { - margin: 0px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #FFFFFF; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 8px; - margin: 0; -} - -popover.background separator { - margin: 2px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - padding: 4px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; - background-clip: padding-box; - border-color: #dedede; - color: rgba(0, 0, 0, 0.87); -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #FFFFFF; -} - -notebook { - background-color: #FFFFFF; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #FAFAFA; -} - -notebook.frame, notebook.frame > stack { - border-radius: 5px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 5px 5px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 10px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 5px 5px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 5px 5px; -} - -notebook > header.left > tabs > tab { - border-radius: 5px 0 0 5px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 5px 5px 0; -} - -notebook.frame > header.top { - border-radius: 5px 5px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 5px 5px; -} - -notebook.frame > header.left { - border-radius: 5px 0 0 5px; -} - -notebook.frame > header.right { - border-radius: 0 5px 5px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border-width: 1px; - border-color: #dedede; - background-color: #F2F2F2; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar slider:hover { - background-color: rgba(0, 0, 0, 0.38); -} - -scrollbar slider:active { - background-color: rgba(0, 0, 0, 0.6); -} - -scrollbar slider:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(255, 255, 255, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.26); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(26, 115, 232, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #FFFFFF; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #1A73E8; - color: #1A73E8; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #0F9D58; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 10px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(0, 0, 0, 0.6); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #0F9D58; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #1A73E8; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scale trough:disabled { - background-color: rgba(0, 0, 0, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#1A73E8); -} - -scale highlight:disabled { - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.26); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(0, 0, 0, 0.6); -} - -scale indicator { - background-color: rgba(0, 0, 0, 0.26); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #1A73E8; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #1A73E8; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FFD600; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #1A73E8; -} - -levelbar block.full { - background-color: #0F9D58; -} - -levelbar block.empty { - background-color: rgba(0, 0, 0, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 10px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 11px; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 10px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #1A73E8; -} - -list { - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: rgba(0, 0, 0, 0.87); -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(0, 0, 0, 0.38); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #1A73E8; -} - -.app-notification > box > label { - padding-left: 6px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(0, 0, 0, 0.6); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: rgba(0, 0, 0, 0.87); -} - -expander title > arrow:disabled { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 2px 4px; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -calendar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(0, 0, 0, 0.26); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #FFFFFF; -} - -messagedialog .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -messagedialog .titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -messagedialog.csd.background { - border-bottom-left-radius: 16px; - border-bottom-right-radius: 16px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -4px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 4px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #1A73E8; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #E53935; -} - -.csd filechooser { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 16px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 16px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #FAFAFA; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(0, 0, 0, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(0, 0, 0, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #FAFAFA; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -row image.sidebar-icon:disabled { - color: rgba(0, 0, 0, 0.26); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #1A73E8; -} - -placessidebar.sidebar row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #1A73E8; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #1A73E8; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #FFFFFF; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #1A73E8; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #1A73E8; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #3181ea; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #ffda1a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #E53935; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #e84f4c; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 5px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 10px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #FFFFFF; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #F2F2F2; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 16px 16px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 10px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 16px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; -} - -.solid-csd decoration:backdrop { - background-color: #2C2C2C; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #1A73E8; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - color: rgba(0, 0, 0, 0.87); - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #1A73E8; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#1A73E8, 0.08); - background-image: radial-gradient(circle, alpha(#1A73E8, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #1A73E8; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -button.emoji-section { - margin: 2px; - border-radius: 7px; -} - -button.emoji-section:checked { - color: #1A73E8; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 24px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 8px; - background-color: #2C2C2C; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: -1px; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - margin: 0 0 8px 8px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #FFFFFF; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected.png"), url("assets/row-selected@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 16px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0 6px 6px 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: transparent; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: rgba(0, 0, 0, 0.87); - border-color: transparent; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #FFFFFF; - border-radius: 14px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #ddeafc; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border-style: none; - border-radius: 9999px; - background-color: rgba(242, 242, 242, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: white; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 10px; - padding-right: 10px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.disk-space-display.unknown { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.26); -} - -.disk-space-display.used { - background-color: #1A73E8; - color: #1A73E8; -} - -.disk-space-display.free { - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.conflict-row:not(:selected) { - background-color: #fff3b3; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window paned > separator { - background-color: #FAFAFA; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 16px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #FAFAFA; - border-bottom-left-radius: 16px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 4px; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -56px; - padding-right: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -56px; - padding-left: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #FFFFFF; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 4px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -2px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -2px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#FAFAFA); -} - -.csd .tweak-categories { - border-bottom-left-radius: 16px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#FFFFFF); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#FFFFFF); -} - -.tweak-group-startup { - background-image: image(#FFFFFF); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 10px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 16px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 16px; - border-top-left-radius: 16px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 16px 16px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #FFFFFF; - border-bottom-right-radius: 16px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 10px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #FFFFFF; - border-bottom-left-radius: 16px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 16px 16px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 2px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 16px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #F2F2F2; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - padding: 2px 2px 0; -} - -tabbox > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 16px; -} - -#weather-page-content-view { - border-bottom-right-radius: 16px; - border-bottom-left-radius: 16px; -} - -statuspage.search-view entry.search { - background-color: #FFFFFF; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 16px 16px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 16px; - border-top-right-radius: 16px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 16px; - border-top-right-radius: 16px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 4px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #1A73E8; - color: white; -} - -stack.view.polari-entry-area { - background-color: #F2F2F2; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-bottom-right-radius: 16px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#F2F2F2); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -layouttabbar > box > button { - margin: 4px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - box-shadow: inset 0 -2px #1A73E8; - background-color: #FFFFFF; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #E53935; - color: white; -} - -window.workbench treeview.image { - color: rgba(0, 0, 0, 0.6); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 10px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 10px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(0, 0, 0, 0.6); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; - background-color: #FFFFFF; -} - -preferences stacksidebar.sidebar list { - background-color: #FAFAFA; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 10px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 10px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - margin-bottom: -1px; - padding: 4px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #1A73E8 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #1A73E8; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -dockoverlayedge { - background-color: #F2F2F2; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #1A73E8; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #1A73E8; -} - -pillbox { - background-color: #F2F2F2; - border-radius: 10px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; - background-color: #FFFFFF; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 8px; - padding-right: 8px; -} - -button.dzlmenubutton image { - min-width: 26px; -} - -button.dzlmenubutton image.arrow { - min-width: 23px; -} - -button.dzlmenubuttonitem { - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(0, 0, 0, 0.38); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -idelayoutstackheader button:checked { - color: rgba(0, 0, 0, 0.87); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #F2F2F2; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(26, 115, 232, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #1A73E8; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #1A73E8; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #1A73E8; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: rgba(0, 0, 0, 0.87); -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel .view { - background-image: image(#FAFAFA); -} - -.side-panel .view:hover { - background-image: image(rgba(234, 234, 234, 0.9896)); -} - -.side-panel .view:selected { - background-image: image(#1A73E8); -} - -.side-panel .view:selected:hover { - background-image: image(#2c7eea); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 16px 16px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #FFFFFF; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #FFFFFF; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 16px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 16px; - background-color: #F2F2F2; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 16px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 16px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 4px 0 2px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -4px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -4px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 16px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -list.categories { - background-image: image(#FAFAFA); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 10px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 32px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: rgba(0, 0, 0, 0.87); - background-color: #F2F2F2; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #FAFAFA; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #2C2C2C; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #2C2C2C; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(0, 0, 0, 0.12); - border-bottom-width: 0; - background-color: #FFFFFF; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 16px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 16px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #FFFFFF; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 10px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 16px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#FFFFFF); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 28px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 18px; - min-width: 14px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #F2F2F2; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 10px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -notebook.meld-notebook > stack { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -.meld-notebook-child { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #FFFFFF; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #dedede; -} - -window.background.chromium > button { - color: #1A73E8; -} - -window.background.chromium > button:disabled { - color: rgba(0, 0, 0, 0.26); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 8px; -} - -window.background.chromium spinner { - color: #1A73E8; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #1A73E8; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(0, 0, 0, 0.26); - background-color: #FFFFFF; -} - -tooltip.background.chromium { - color: white; - background-color: #343434; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #FFFFFF; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #1A73E8; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #dedede; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #dedede; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #dedede; - border-radius: 10px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(0, 0, 0, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #FFFFFF; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #1A73E8; - box-shadow: inset 0 0 0 1px #1A73E8; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #FAFAFA; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: white; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#MozillaGtkWidget > widget > frame { - color: #dedede; -} - -#MozillaGtkWidget menu > separator { - color: #dedede; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #FFFFFF; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #FFFFFF; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#1A73E8); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #1A73E8; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -UnityDecoration .top:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #1A73E8; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 24px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #1A73E8; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #1A73E8; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(0, 0, 0, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(0, 0, 0, 0.6); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 4px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #1A73E8; -} - -.brisk-menu .session-button { - padding: 8px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 10px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #FFFFFF; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 10px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.04); - background-image: none; - color: rgba(0, 0, 0, 0.87); -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 11px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #1A73E8; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 10px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #1A73E8; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 10px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border-color: #FFFFFF; -} - -.budgie-popover .container { - padding: 4px; -} - -.budgie-popover separator { - margin: 2px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 24px; - padding: 0 8px; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(0, 0, 0, 0.38); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(0, 0, 0, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: rgba(0, 0, 0, 0.87); - padding: 2px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(0, 0, 0, 0.04); - border-right: none; - border-bottom-left-radius: 10px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 4px 6px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 10px; - border-top-left-radius: 10px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - padding: 4px; - margin: 4px; - border-radius: 9px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 2px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(0, 0, 0, 0.12); - padding: 4px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 4px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 2px; - outline-width: 0; - border-radius: 10px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 2px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 4px; -} - -.budgie-popover.places-menu .container { - padding: 2px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 1px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 2px; - padding-top: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 2px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 10px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 2px 0; - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(33, 33, 33, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 16px 16px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: white; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 16px 16px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 16px; -} - -.right .budgie-panel.dock-mode { - border-radius: 16px 0 0 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 16px; -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: white; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #1A73E8; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: white; -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(0, 0, 0, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 4px; - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -2px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 4px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 2px; - margin-right: 2px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 2px; - padding-right: 2px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #FFFFFF; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 10px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 32px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 32px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(0, 0, 0, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 8px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(0, 0, 0, 0.06); - color: rgba(0, 0, 0, 0.87); -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: rgba(0, 0, 0, 0.87); -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 10px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px; -} - -image.raven-mpris { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); - border-radius: 10px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -4px; - margin-right: -2px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 8px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 4px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 4px 4px 4px 8px; - margin: 2px; - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(0, 0, 0, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 4px; - border-radius: 16px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 8px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 8px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 20px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 16px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 16px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 16px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 16px; -} - -.budgie-polkit-dialog .message { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-polkit-dialog .failure { - color: #E53935; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 4px 12px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #FAFAFA; - border-bottom-left-radius: 16px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 10px; -} - -button.centerbutton:first-child { - border-radius: 10px 0 0 10px; -} - -button.centerbutton:last-child { - border-radius: 0 10px 10px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #FFFFFF; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(255, 255, 255, 0.7); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(255, 255, 255, 0.7); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#1A73E8) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #1A73E8; -} - -XfdesktopIconView.view { - border-radius: 10px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 10px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #FFFFFF; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #FFFFFF; -} - -window#whiskermenu-window > frame > border { - border-radius: 16px; - padding: 4px 6px 4px 6px; - margin: 4px; - border: none; - background-color: rgba(255, 255, 255, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 2px 4px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 2px; - background-color: #FFFFFF; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 10px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 16px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 16px; - background-color: rgba(255, 255, 255, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 4px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #dedede; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 10px; - box-shadow: none; - background-color: #FFFFFF; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #dedede; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #1A73E8; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #2C2C2C; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: white; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #FAFAFA; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: rgba(182, 182, 182, 0.961); - -NemoPlacesTreeView-disk-full-fg-color: #1A73E8; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 2px; - padding-bottom: 2px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general */ -@define-color theme_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color */ -@define-color theme_bg_color #F2F2F2; -/* -text widgets and the like base background color */ -@define-color theme_base_color #FFFFFF; -/* -base background color of selections */ -@define-color theme_selected_bg_color #1A73E8; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #F2F2F2; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(0, 0, 0, 0.38); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #FAFAFA; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #F2F2F2; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #FFFFFF; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #1A73E8; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(0, 0, 0, 0.38); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FFD600; -@define-color error_color #E53935; -@define-color success_color #0F9D58; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #FFFFFF; -@define-color placeholder_text_color #666666; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #FFFFFF; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #1A73E8; -@define-color budgie_tasklist_indicator_color_active_window rgba(29, 85, 158, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FFD600; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis-Compact/gtk-3.0/thumbnail.png b/themes/.themes/Orchis-Compact/gtk-3.0/thumbnail.png deleted file mode 100644 index 125393f..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-light.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-light@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/gtk-dark.css b/themes/.themes/Orchis-Compact/gtk-4.0/gtk-dark.css deleted file mode 100644 index 4c9d4e5..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/gtk-dark.css +++ /dev/null @@ -1,7227 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -dnd { - color: white; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #2C2C2C; - color: white; -} - -iconview:disabled, .view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 5px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 10px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: white; - background-color: #2C2C2C; - border: 1px solid black; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -.accent { - color: #3281EA; -} - -.success { - color: #81C995; -} - -.warning { - color: #FBC02D; -} - -.error { - color: #F44336; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: white; -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: white; - background-color: #2C2C2C; - background-clip: padding-box; - border-radius: 10px; - border: none; -} - -.osd { - padding: 4px; - margin: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: white; - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background entry image, entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: white; -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -entry { - min-height: 32px; - padding: 0 6px; - border-spacing: 4px; - border-radius: 10px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; -} - -entry.error image { - color: #F44336; -} - -entry.error selection { - color: white; - background-color: #F44336; -} - -entry.error:focus-within { - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; - outline-color: #F44336; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(244, 67, 54, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(244, 67, 54, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; -} - -entry.success image { - color: #81C995; -} - -entry.success selection { - color: rgba(0, 0, 0, 0.87); - background-color: #81C995; -} - -entry.success:focus-within { - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; - outline-color: #81C995; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(129, 201, 149, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(129, 201, 149, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; -} - -entry.warning image { - color: #FBC02D; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FBC02D; -} - -entry.warning:focus-within { - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; - outline-color: #FBC02D; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(251, 192, 45, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(251, 192, 45, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #3281EA 0%, rgba(50, 129, 234, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #3281EA 95%, rgba(50, 129, 234, 0)); - } -} - -.nautilus-window tabbar tab > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:checked, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nautilus-window tabbar tab > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabbar tab > button.flat:checked:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 10px 0 0 10px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 10px 10px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 4px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 4px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 10px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 10px; -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #3281EA; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #F44336; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #3281EA; -} - -link:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 10px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 4px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) > text { - min-width: 24px; - padding-left: 8px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical > text { - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 2px; -} - -spinbutton.vertical > button.down { - margin: 0 2px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 4px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 2px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 2px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 4px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 4px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: white; -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 2px 4px; - background-color: #212121; - border-spacing: 4px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 5px; -} - -searchbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar entry { - caret-color: white; -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); -} - -headerbar entry, headerbar entry > text { - color: white; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: white; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: white; - min-height: 40px; - padding: 0; - margin: 0; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #2C2C2C; -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar .title { - padding: 0 8px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 8px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #212121; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - border-radius: 16px 16px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: white; -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: white; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 4px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 4px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 4px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 4px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 4px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -headerbar.default-decoration { - min-height: 22px; - padding: 0; - background-image: none; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 4px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(50, 129, 234, 0.1)), linear-gradient(to top, #343434 3px, #393939); -} - -window.devel headerbar.titlebar:backdrop { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#2C2C2C); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 4px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 4px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 4px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 4px; - padding-right: 4px; - border-radius: 10px; - border-spacing: 2px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 2px; - margin-right: 2px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); - border: none; - border-radius: 10px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 4px; - margin-bottom: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 8px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: white; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #404040; - border-top-color: #404040; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #2C2C2C; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: white; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #3281EA; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(50, 129, 234, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #2C2C2C; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 6px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 12px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 24px; - min-width: 24px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 2px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; - border: none; - border-radius: 9px; - color: white; -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(255, 255, 255, 0.12); - margin: 2px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 4px 8px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 48px; - padding: 2px 6px; - border-radius: 5px; - color: white; - font: initial; - text-shadow: none; - border-spacing: 4px; -} - -popover.background modelbutton accelerator { - color: rgba(255, 255, 255, 0.5); - margin-left: 20px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(255, 255, 255, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 4px 8px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #2C2C2C; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 22px; - padding: 4px 8px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #404040; - color: white; -} - -notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame { - border-radius: 10px; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border: none; - background-color: #212121; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #404040; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #404040; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #404040; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 10px 0 0 10px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #404040; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 10px 10px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 10px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -12px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -12px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: -6px; - padding: 6px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: white; -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #3281EA; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #3281EA; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale > trough > highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(255, 255, 255, 0.7); -} - -scale > marks indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: white; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 10px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 10px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 4px 12px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #2C2C2C; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 8px; -} - -separator.spacer.vertical { - min-height: 8px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.frame { - border-radius: 10px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(255, 255, 255, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #3281EA; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #3281EA; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 6px 8px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 8px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 8px; - margin-right: 8px; - min-height: 40px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 4px; - margin-bottom: 4px; - border-spacing: 2px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #2C2C2C; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #3281EA; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 6px; - padding: 6px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: white; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -expander-widget > box > title { - border-radius: 10px; -} - -expander-widget > box > title:hover > expander { - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 10px; - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 10px; -} - -calendar > header { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - min-height: 22px; -} - -calendar > grid { - margin: 2px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #3C3C3C; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -window.dialog.message .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -window.dialog.message.csd .dialog-action-area { - padding: 4px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 4px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #3281EA; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #F44336; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 4px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 4px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #3281EA; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #F44336; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 4px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar row { - min-height: 22px; - padding: 4px 6px; - border-radius: 5px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 4px; - padding-right: 4px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 4px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #212121; - color: white; -} - -.navigation-sidebar > row { - min-height: 22px; - padding: 4px 6px; - border-radius: 0 9999px 9999px 0; - margin: 0 4px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #3281EA; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.navigation-sidebar > separator { - margin: 4px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 4px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 2px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 4px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 10px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 4px; - border-spacing: 8px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: white; - background-color: #2C2C2C; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 4px 8px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(25, 25, 25, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 5px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 4px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd.messagedialog { - background-color: #3C3C3C; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.about.background, window.csd.about.background:backdrop, window.csd.info.background, window.csd.info.background:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; -} - -window.solid-csd:backdrop { - background-color: #2C2C2C; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #3281EA; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 8px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 4px; - border-spacing: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 4px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 4px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 24px; - padding: 0 8px; -} - -emoji-completion-row > box { - border-spacing: 4px; - padding: 2px 4px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: white; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #2C2C2C; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 8px 8px; - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 16px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #3281EA; - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 2px 2px 2px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px #404040; -} - -.nautilus-window tabbar tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: white; -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window placesview label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window placesview label:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window infobar { - margin: 2px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 4px; -} - -.nautilus-window label.search-information { - margin: 2px; - border-radius: 4px; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 6px; -} - -#NautilusQueryEditor:focus-within { - color: white; -} - -#NautilusQueryEditor:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 2px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: white; -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 2px; - padding: 0; - min-height: 20px; - min-width: 20px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 16px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #2C2C2C; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #2C2C2C; -} - -#displayitem { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(255, 255, 255, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 10px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 8px; -} - -label.primary-label, label.month-name { - color: #3281EA; -} - -label.secondary-label { - color: rgba(255, 255, 255, 0.5); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #3281EA; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#3281EA, 0.3); -} - -popover.events { - background-color: #212121; - padding: 0; -} - -popover.events box { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -popover.events list { - background-color: #2C2C2C; - border-radius: 10px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 10px; -} - -event.timed widget.edge { - border-radius: 5px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 12px; - border-radius: 0 5px 5px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 12px; - border-radius: 5px 0 0 5px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #2C2C2C; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 4px; - margin-left: 4px; - margin-bottom: 4px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 32px; - min-width: 32px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 2px; - padding: 0; - min-height: 32px; - min-width: 32px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: white; - border-radius: 50%; - min-height: 2px; - min-width: 2px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #3281EA; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #3281EA; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #3281EA; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(255, 255, 255, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(255, 255, 255, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 8px 8px 12px 8px; - color: rgba(255, 255, 255, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.week-header.lines { - color: rgba(255, 255, 255, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 4px; -} - -.week-view .lines { - color: rgba(255, 255, 255, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#3281EA, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#3281EA, 0.25); -} - -monthcell { - border: solid 1px rgba(255, 255, 255, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #242424; - transition: background-color 200ms; - color: white; -} - -monthcell:selected { - background-color: alpha(#3281EA, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#3281EA, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#3281EA, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#3281EA, 0.3); - color: #3281EA; -} - -monthcell.today:selected { - background-color: alpha(#3281EA, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#3281EA, 0.35); -} - -monthcell label { - color: white; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(255, 255, 255, 0.04); -} - -monthcell.out-of-month label { - color: rgba(255, 255, 255, 0.7); -} - -monthcell button { - padding: 0 4px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 10px; - padding: 4px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 8px; -} - -agenda-view list > label { - padding: 4px 8px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 4px; -} - -datechooser .current-week { - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 10px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 4px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 4px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 4px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 14px; - border: none; - border-radius: 10px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 6px 10px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 10px 10px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 10px 0 0 10px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(255, 255, 255, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 4px; - margin: 4px; -} - -.context-tile-lozenge.grey { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #4cb168; - background-color: rgba(129, 201, 149, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #d79b04; - background-color: rgba(251, 192, 45, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #d2190b; - background-color: rgba(244, 67, 54, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(255, 255, 255, 0.7); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 22px; - min-width: 22px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 22px; - background-color: rgba(255, 255, 255, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 2px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 22px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 2px; - min-height: 22px; - min-width: 22px; - padding: 4px; - border-radius: 10px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #212121; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 8px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 10px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #3281EA; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: #4c4c4c; - color: white; -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #F44336; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #3281EA; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 4px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #3281EA; - color: white; -} - -menubutton.destructive-action { - background-color: #F44336; - color: white; -} - -menubutton.opaque { - background-color: #4c4c4c; - color: white; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 10px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 10px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 4px; - margin-bottom: 4px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 4px; - padding-right: 4px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 4px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(255, 255, 255, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: white; -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 10px; -} - -splitbutton.suggested-action { - background-color: #3281EA; - color: white; -} - -splitbutton.destructive-action { - background-color: #F44336; - color: white; -} - -splitbutton.opaque { - background-color: #4c4c4c; - color: white; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 4px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 8px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 4px; - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 8px; -} - -toast:dir(rtl) { - padding-right: 8px; -} - -toast > widget { - margin: 0 4px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 24px 8px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 8px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 16px 8px; - border-spacing: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 8px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 10px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: padding-box; - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 16px 8px; - border-spacing: 16px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 4px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 4px; -} - -preferencesgroup > box > box.single-line { - min-height: 32px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(255, 255, 255, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(255, 255, 255, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #3281EA; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.04); - margin-top: 4px; - margin-bottom: 4px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #3281EA; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #3281EA; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 5px; - padding-bottom: 3px; - border-spacing: 2px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 8px; - border-spacing: 4px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 8px; - margin-right: 8px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 4px; - min-height: 4px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #3281EA; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 24px; - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - padding: 0; - box-shadow: inset 0 -1px #404040; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 6px; - margin-bottom: 6px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 6px 4px; - background: alpha(#3281EA, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 10px 10px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(255, 255, 255, 0.7); - padding: 4px 8px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #404040; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 10px 10px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #2C2C2C; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 10px 10px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #2C2C2C; -} - -dnd tab { - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - margin: 16px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#3281EA, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #242424; - color: white; - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#3281EA,#242424,0.7); - color: white; -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#242424,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 16px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 16px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #2C2C2C; - color: white; -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#3281EA,#2C2C2C,0.7); - color: white; -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#2C2C2C,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #3281EA; -@define-color accent_fg_color white; -@define-color accent_color #3281EA; -@define-color destructive_bg_color #F44336; -@define-color destructive_fg_color white; -@define-color destructive_color #F44336; -@define-color success_bg_color #81C995; -@define-color success_fg_color rgba(0, 0, 0, 0.87); -@define-color success_color #81C995; -@define-color warning_bg_color #FBC02D; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FBC02D; -@define-color error_bg_color #F44336; -@define-color error_fg_color white; -@define-color error_color #F44336; -@define-color window_bg_color #212121; -@define-color window_fg_color white; -@define-color view_bg_color #2C2C2C; -@define-color view_fg_color white; -@define-color headerbar_bg_color #2C2C2C; -@define-color headerbar_fg_color white; -@define-color headerbar_border_color rgba(255, 255, 255, 0.12); -@define-color headerbar_backdrop_color #2C2C2C; -@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); -@define-color card_bg_color #2C2C2C; -@define-color card_fg_color white; -@define-color card_shade_color rgba(255, 255, 255, 0.12); -@define-color dialog_bg_color #242424; -@define-color dialog_fg_color white; -@define-color popover_bg_color #3C3C3C; -@define-color popover_fg_color white; -@define-color shade_color rgba(255, 255, 255, 0.12); -@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/themes/.themes/Orchis-Compact/gtk-4.0/gtk.css b/themes/.themes/Orchis-Compact/gtk-4.0/gtk.css deleted file mode 100644 index cadce92..0000000 --- a/themes/.themes/Orchis-Compact/gtk-4.0/gtk.css +++ /dev/null @@ -1,7257 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #1A73E8 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #1A73E8 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -dnd { - color: rgba(0, 0, 0, 0.87); -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -iconview:disabled, .view:disabled { - color: rgba(0, 0, 0, 0.38); -} - -textview text { - background-color: #FFFFFF; -} - -textview border { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.6); -} - -iconview:hover, iconview:selected { - border-radius: 5px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 10px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: 1px solid black; -} - -label.separator { - color: rgba(0, 0, 0, 0.6); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(0, 0, 0, 0.38); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(0, 0, 0, 0.6); -} - -.accent { - color: #1A73E8; -} - -.success { - color: #0F9D58; -} - -.warning { - color: #FFD600; -} - -.error { - color: #E53935; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(0, 0, 0, 0.38); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: rgba(0, 0, 0, 0.87); -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - background-clip: padding-box; - border-radius: 10px; - border: none; -} - -.osd { - padding: 4px; - margin: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - outline-color: #1A73E8; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(0, 0, 0, 0.38); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -headerbar popover.background entry image, entry image { - color: rgba(0, 0, 0, 0.6); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -entry { - min-height: 32px; - padding: 0 6px; - border-spacing: 4px; - border-radius: 10px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(229, 57, 53, 0.08); - color: #E53935; -} - -entry.error image { - color: #E53935; -} - -entry.error selection { - color: white; - background-color: #E53935; -} - -entry.error:focus-within { - background-color: rgba(229, 57, 53, 0.08); - color: #E53935; - outline-color: #E53935; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(229, 57, 53, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(229, 57, 53, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(15, 157, 88, 0.08); - color: #0F9D58; -} - -entry.success image { - color: #0F9D58; -} - -entry.success selection { - color: white; - background-color: #0F9D58; -} - -entry.success:focus-within { - background-color: rgba(15, 157, 88, 0.08); - color: #0F9D58; - outline-color: #0F9D58; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(15, 157, 88, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(15, 157, 88, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 214, 0, 0.08); - color: #FFD600; -} - -entry.warning image { - color: #FFD600; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FFD600; -} - -entry.warning:focus-within { - background-color: rgba(255, 214, 0, 0.08); - color: #FFD600; - outline-color: #FFD600; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(255, 214, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(255, 214, 0, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #1A73E8; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #FFFFFF; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #1A73E8 0%, rgba(26, 115, 232, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #1A73E8 95%, rgba(26, 115, 232, 0)); - } -} - -.nautilus-window tabbar tab > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:checked, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nautilus-window tabbar tab > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabbar tab > button.flat:checked:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #1A73E8; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.6); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 10px 0 0 10px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 10px 10px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 4px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #1A73E8; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(26, 115, 232, 0.2), 0 4px 3px 0 rgba(26, 115, 232, 0.14), 0 1px 6px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:checked { - background-color: #5f9def; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(26, 115, 232, 0.3), 0 2px 3px -1px rgba(26, 115, 232, 0.24), 0 2px 5px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1A73E8; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.suggested-action.flat:checked { - background-color: rgba(26, 115, 232, 0.3); -} - -button.destructive-action { - background-color: #E53935; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(229, 57, 53, 0.2), 0 4px 3px 0 rgba(229, 57, 53, 0.14), 0 1px 6px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:checked { - background-color: #ed7472; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(229, 57, 53, 0.3), 0 2px 3px -1px rgba(229, 57, 53, 0.24), 0 2px 5px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #E53935; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.destructive-action.flat:checked { - background-color: rgba(229, 57, 53, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 4px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 10px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 10px; -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #1A73E8; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #E53935; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #1A73E8; -} - -link:visited { - color: #AB47BC; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1A73E8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #AB47BC; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - border-radius: 10px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - outline-color: #1A73E8; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(0, 0, 0, 0.38); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 4px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton:not(.vertical) > text { - min-width: 24px; - padding-left: 8px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical > text { - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 2px; -} - -spinbutton.vertical > button.down { - margin: 0 2px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 4px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 2px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 2px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 4px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 4px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.38); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 2px 4px; - background-color: #F2F2F2; - border-spacing: 4px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 5px; -} - -searchbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar entry { - caret-color: white; -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); -} - -headerbar entry, headerbar entry > text { - color: white; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: white; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: white; - min-height: 40px; - padding: 0; - margin: 0; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #2C2C2C; -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar .title { - padding: 0 8px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 8px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #F2F2F2; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.6); - border-radius: 16px 16px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(0, 0, 0, 0.6); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 4px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 4px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 4px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 4px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 4px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -headerbar.default-decoration { - min-height: 22px; - padding: 0; - background-image: none; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 4px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(26, 115, 232, 0.2)), linear-gradient(to top, #242424, #2C2C2C 3px, #3b3b3b); -} - -window.devel headerbar.titlebar:backdrop { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#2C2C2C); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 4px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 4px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 4px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 4px; - padding-right: 4px; - border-radius: 10px; - border-spacing: 2px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 2px; - margin-right: 2px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); - border: none; - border-radius: 10px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 4px; - margin-bottom: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 8px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #dedede; - border-top-color: #dedede; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #FFFFFF; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: rgba(0, 0, 0, 0.87); -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #1A73E8; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(26, 115, 232, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #1A73E8; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #FFFFFF; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; - background-clip: border-box; - color: #1A73E8; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #1A73E8; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 6px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 12px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 24px; - min-width: 24px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 2px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border: none; - border-radius: 9px; - color: rgba(0, 0, 0, 0.87); -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(0, 0, 0, 0.12); - margin: 2px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 4px 8px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #FFFFFF; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 48px; - padding: 2px 6px; - border-radius: 5px; - color: rgba(0, 0, 0, 0.87); - font: initial; - text-shadow: none; - border-spacing: 4px; -} - -popover.background modelbutton accelerator { - color: rgba(0, 0, 0, 0.38); - margin-left: 20px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(0, 0, 0, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 4px 8px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #FFFFFF; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 22px; - padding: 4px 8px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #dedede; - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; - background-clip: padding-box; - border-color: #dedede; - color: rgba(0, 0, 0, 0.87); - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -notebook > header tab:checked.reorderable-page { - background-color: #FFFFFF; -} - -notebook { - background-color: #FFFFFF; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #FAFAFA; -} - -notebook.frame { - border-radius: 10px; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border: none; - background-color: #F2F2F2; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #dedede; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #dedede; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #dedede; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 10px 0 0 10px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #dedede; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 10px 10px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 10px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(0, 0, 0, 0.38); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(0, 0, 0, 0.6); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(255, 255, 255, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.26); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(26, 115, 232, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #FFFFFF; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #1A73E8; - color: #1A73E8; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -12px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -12px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: -6px; - padding: 6px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #0F9D58; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(0, 0, 0, 0.6); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #0F9D58; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scale > trough:disabled { - background-color: rgba(0, 0, 0, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #1A73E8; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #1A73E8; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#1A73E8); -} - -scale > trough > highlight:disabled { - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.26); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(0, 0, 0, 0.6); -} - -scale > marks indicator { - background-color: rgba(0, 0, 0, 0.26); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #1A73E8; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #1A73E8; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FFD600; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #1A73E8; -} - -levelbar block.full { - background-color: #0F9D58; -} - -levelbar block.empty { - background-color: rgba(0, 0, 0, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: rgba(0, 0, 0, 0.87); - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 10px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 10px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 4px 12px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #FFFFFF; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 8px; -} - -separator.spacer.vertical { - min-height: 8px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: padding-box; - color: rgba(0, 0, 0, 0.6); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -list.frame { - border-radius: 10px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: rgba(0, 0, 0, 0.87); -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(0, 0, 0, 0.38); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(0, 0, 0, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #1A73E8; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #1A73E8; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 6px 8px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 8px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 8px; - margin-right: 8px; - min-height: 40px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 4px; - margin-bottom: 4px; - border-spacing: 2px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(0, 0, 0, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #FFFFFF; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #1A73E8; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 6px; - padding: 6px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #1A73E8; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: rgba(0, 0, 0, 0.87); -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -expander-widget > box > title { - border-radius: 10px; -} - -expander-widget > box > title:hover > expander { - color: rgba(0, 0, 0, 0.6); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); -} - -calendar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -calendar:selected { - border-radius: 10px; -} - -calendar > header { - padding: 2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -calendar > header > button { - min-height: 22px; -} - -calendar > grid { - margin: 2px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #FFFFFF; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -window.dialog.message .titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -window.dialog.message.csd .dialog-action-area { - padding: 4px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 4px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #1A73E8; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #E53935; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 4px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 4px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #1A73E8; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #E53935; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 4px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(0, 0, 0, 0.6); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #FAFAFA; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(0, 0, 0, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 4px; - background-color: #FAFAFA; -} - -stacksidebar row { - min-height: 22px; - padding: 4px 6px; - border-radius: 5px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 4px; - padding-right: 4px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 4px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.navigation-sidebar > row { - min-height: 22px; - padding: 4px 6px; - border-radius: 0 9999px 9999px 0; - margin: 0 4px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #1A73E8; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.navigation-sidebar > separator { - margin: 4px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -row image.sidebar-icon:disabled { - color: rgba(0, 0, 0, 0.26); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 4px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 2px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 4px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 10px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 4px; - border-spacing: 8px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #1A73E8; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #1A73E8; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #3181ea; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #ffda1a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #E53935; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #e84f4c; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 4px 8px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(52, 52, 52, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 5px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 4px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #FFFFFF; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #F2F2F2; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd.messagedialog { - background-color: #FFFFFF; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #F2F2F2; - background-image: none; -} - -window.csd.about.background, window.csd.about.background:backdrop, window.csd.info.background, window.csd.info.background:backdrop { - background-color: #F2F2F2; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; -} - -window.solid-csd:backdrop { - background-color: #2C2C2C; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #1A73E8; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #1A73E8; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - color: rgba(0, 0, 0, 0.87); - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #1A73E8; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #1A73E8; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 8px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 4px; - border-spacing: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 4px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #1A73E8; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 4px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 24px; - padding: 0 8px; -} - -emoji-completion-row > box { - border-spacing: 4px; - padding: 2px 4px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #2C2C2C; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 8px 8px; - border-radius: 12px; - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 16px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #1A73E8; - background-color: #FFFFFF; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected.png"), url("assets/row-selected@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 2px 2px 2px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px transparent; -} - -.nautilus-window tabbar tab { - color: rgba(255, 255, 255, 0.7); - border: none; -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: rgba(0, 0, 0, 0.87); -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabview > stack { - background-color: transparent; -} - -.nautilus-window .nautilus-grid-view.view, .nautilus-window .nautilus-grid-view.view gridview.view { - background-color: #FFFFFF; - border-radius: 12px; - margin: 0 4px 4px 0; -} - -.nautilus-window .nautilus-list-view.view { - border-radius: 12px; - margin: 0 4px 4px 0; -} - -.nautilus-window .nautilus-list-view.view .view { - background-color: transparent; -} - -.nautilus-window placesview { - border-radius: 12px; - margin: 0 4px 4px 0; - background-color: #FFFFFF; -} - -.nautilus-window placesview list, .nautilus-window placesview actionbar, .nautilus-window placesview actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window placesview label { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window placesview label:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window infobar { - margin: 2px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 4px; -} - -.nautilus-window label.search-information { - margin: 2px; - border-radius: 4px; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border: none; - border-radius: 9999px; - background-color: rgba(242, 242, 242, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 6px; -} - -#NautilusQueryEditor:focus-within { - color: white; -} - -#NautilusQueryEditor:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 2px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: white; -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 2px; - padding: 0; - min-height: 20px; - min-width: 20px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 16px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #FFFFFF; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #FFFFFF; -} - -#displayitem { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(0, 0, 0, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(0, 0, 0, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(0, 0, 0, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 10px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 8px; -} - -label.primary-label, label.month-name { - color: #1A73E8; -} - -label.secondary-label { - color: rgba(0, 0, 0, 0.38); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #1A73E8; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(0, 0, 0, 0.38); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#1A73E8, 0.3); -} - -popover.events { - background-color: #FFFFFF; - padding: 0; -} - -popover.events box { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -popover.events list { - background-color: #FFFFFF; - border-radius: 10px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 10px; -} - -event.timed widget.edge { - border-radius: 5px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 12px; - border-radius: 0 5px 5px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 12px; - border-radius: 5px 0 0 5px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #FFFFFF; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 4px; - margin-left: 4px; - margin-bottom: 4px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 32px; - min-width: 32px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(0, 0, 0, 0.38); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 2px; - padding: 0; - min-height: 32px; - min-width: 32px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: rgba(0, 0, 0, 0.87); - border-radius: 50%; - min-height: 2px; - min-width: 2px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #1A73E8; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #1A73E8; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #1A73E8; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(0, 0, 0, 0.38); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(0, 0, 0, 0.38); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 8px 8px 12px 8px; - color: rgba(0, 0, 0, 0.26); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(0, 0, 0, 0.38); -} - -.week-header.lines { - color: rgba(0, 0, 0, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 4px; -} - -.week-view .lines { - color: rgba(0, 0, 0, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#1A73E8, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#1A73E8, 0.25); -} - -monthcell { - border: solid 1px rgba(0, 0, 0, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #FAFAFA; - transition: background-color 200ms; - color: rgba(0, 0, 0, 0.87); -} - -monthcell:selected { - background-color: alpha(#1A73E8, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#1A73E8, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#1A73E8, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#1A73E8, 0.3); - color: #1A73E8; -} - -monthcell.today:selected { - background-color: alpha(#1A73E8, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#1A73E8, 0.35); -} - -monthcell label { - color: rgba(0, 0, 0, 0.87); - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(0, 0, 0, 0.04); -} - -monthcell.out-of-month label { - color: rgba(0, 0, 0, 0.6); -} - -monthcell button { - padding: 0 4px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 10px; - padding: 4px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 8px; -} - -agenda-view list > label { - padding: 4px 8px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 4px; -} - -datechooser .current-week { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - border-radius: 10px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 4px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 4px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 4px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 14px; - border: none; - border-radius: 10px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 6px 10px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 10px 10px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 10px 0 0 10px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(0, 0, 0, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 4px; - margin: 4px; -} - -.context-tile-lozenge.grey { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #085731; - background-color: rgba(15, 157, 88, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #b39600; - background-color: rgba(255, 214, 0, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #b61b17; - background-color: rgba(229, 57, 53, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(0, 0, 0, 0.6); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #1A73E8; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 22px; - min-width: 22px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 22px; - background-color: rgba(0, 0, 0, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 2px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 22px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 2px; - min-height: 22px; - min-width: 22px; - padding: 4px; - border-radius: 10px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #F2F2F2; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 8px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 10px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(0, 0, 0, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(0, 0, 0, 0.26); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #1A73E8; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #E53935; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #1A73E8; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 4px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #1A73E8; - color: white; -} - -menubutton.destructive-action { - background-color: #E53935; - color: white; -} - -menubutton.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 10px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 10px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 4px; - margin-bottom: 4px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 4px; - padding-right: 4px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 4px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(0, 0, 0, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 10px; -} - -splitbutton.suggested-action { - background-color: #1A73E8; - color: white; -} - -splitbutton.destructive-action { - background-color: #E53935; - color: white; -} - -splitbutton.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 4px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 8px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 4px; - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.6); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 8px; -} - -toast:dir(rtl) { - padding-right: 8px; -} - -toast > widget { - margin: 0 4px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 24px 8px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 8px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 16px 8px; - border-spacing: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 8px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 10px; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.12); - background-clip: padding-box; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 16px 8px; - border-spacing: 16px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 4px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 4px; -} - -preferencesgroup > box > box.single-line { - min-height: 32px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(0, 0, 0, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(0, 0, 0, 0.26); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #1A73E8; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.04); - margin-top: 4px; - margin-bottom: 4px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #1A73E8; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #1A73E8; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 5px; - padding-bottom: 3px; - border-spacing: 2px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 8px; - border-spacing: 4px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 8px; - margin-right: 8px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 4px; - min-height: 4px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #1A73E8; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 24px; - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - padding: 0; - box-shadow: inset 0 -1px #dedede; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 6px; - margin-bottom: 6px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 6px 4px; - background: alpha(#1A73E8, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 10px 10px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(0, 0, 0, 0.6); - padding: 4px 8px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #dedede; - box-shadow: none; - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; - border-radius: 10px 10px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #FFFFFF; - box-shadow: none; - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; - border-radius: 10px 10px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #FFFFFF; -} - -dnd tab { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - box-shadow: none; - margin: 16px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#1A73E8, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.87); - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #F2F2F2; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#1A73E8,#FAFAFA,0.7); - color: rgba(0, 0, 0, 0.87); -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#1A73E8,#FAFAFA,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 16px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 16px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #F2F2F2; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#1A73E8,#FFFFFF,0.7); - color: rgba(0, 0, 0, 0.87); -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#1A73E8,#FFFFFF,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general */ -@define-color theme_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color */ -@define-color theme_bg_color #F2F2F2; -/* -text widgets and the like base background color */ -@define-color theme_base_color #FFFFFF; -/* -base background color of selections */ -@define-color theme_selected_bg_color #1A73E8; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #F2F2F2; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(0, 0, 0, 0.38); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #FAFAFA; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #F2F2F2; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #FFFFFF; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #1A73E8; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(0, 0, 0, 0.38); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FFD600; -@define-color error_color #E53935; -@define-color success_color #0F9D58; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #FFFFFF; -@define-color placeholder_text_color #666666; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #FFFFFF; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #1A73E8; -@define-color budgie_tasklist_indicator_color_active_window rgba(29, 85, 158, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FFD600; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #1A73E8; -@define-color accent_fg_color white; -@define-color accent_color #1A73E8; -@define-color destructive_bg_color #E53935; -@define-color destructive_fg_color white; -@define-color destructive_color #E53935; -@define-color success_bg_color #0F9D58; -@define-color success_fg_color white; -@define-color success_color #0F9D58; -@define-color warning_bg_color #FFD600; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FFD600; -@define-color error_bg_color #E53935; -@define-color error_fg_color white; -@define-color error_color #E53935; -@define-color window_bg_color #F2F2F2; -@define-color window_fg_color rgba(0, 0, 0, 0.87); -@define-color view_bg_color #FFFFFF; -@define-color view_fg_color rgba(0, 0, 0, 0.87); -@define-color headerbar_bg_color #2C2C2C; -@define-color headerbar_fg_color white; -@define-color headerbar_border_color rgba(0, 0, 0, 0.12); -@define-color headerbar_backdrop_color #2C2C2C; -@define-color headerbar_shade_color rgba(0, 0, 0, 0.12); -@define-color card_bg_color #FFFFFF; -@define-color card_fg_color rgba(0, 0, 0, 0.87); -@define-color card_shade_color rgba(0, 0, 0, 0.12); -@define-color dialog_bg_color #FAFAFA; -@define-color dialog_fg_color rgba(0, 0, 0, 0.87); -@define-color popover_bg_color #FFFFFF; -@define-color popover_fg_color rgba(0, 0, 0, 0.87); -@define-color shade_color rgba(0, 0, 0, 0.12); -@define-color scrollbar_outline_color rgba(0, 0, 0, 0.12); diff --git a/themes/.themes/Orchis-Compact/index.theme b/themes/.themes/Orchis-Compact/index.theme deleted file mode 100644 index b49d915..0000000 --- a/themes/.themes/Orchis-Compact/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Orchis-Compact -Comment=An flat Materia Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Orchis-Compact -MetacityTheme=Orchis-Compact -IconTheme=Tela-circle -CursorTheme=Vimix -ButtonLayout=close,minimize,maximize:menu diff --git a/themes/.themes/Orchis-Compact/metacity-1/assets/button.svg b/themes/.themes/Orchis-Compact/metacity-1/assets/button.svg deleted file mode 100644 index 51c67bf..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/assets/button.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="12"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/metacity-1/assets/close.svg b/themes/.themes/Orchis-Compact/metacity-1/assets/close.svg deleted file mode 100644 index 1fe0805..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/assets/close.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/metacity-1/assets/maximize.svg b/themes/.themes/Orchis-Compact/metacity-1/assets/maximize.svg deleted file mode 100644 index 02d76eb..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/assets/maximize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/metacity-1/assets/menu.svg b/themes/.themes/Orchis-Compact/metacity-1/assets/menu.svg deleted file mode 100644 index ad8570a..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/assets/menu.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="2"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/metacity-1/assets/minimize.svg b/themes/.themes/Orchis-Compact/metacity-1/assets/minimize.svg deleted file mode 100644 index dc1fa3f..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/assets/minimize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 14h8v2h-8z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/metacity-1/assets/shade.svg b/themes/.themes/Orchis-Compact/metacity-1/assets/shade.svg deleted file mode 100644 index 29aeeae..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/assets/shade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m6 14 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/metacity-1/assets/unmaximize.svg b/themes/.themes/Orchis-Compact/metacity-1/assets/unmaximize.svg deleted file mode 100644 index 9106037..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/assets/unmaximize.svg +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - viewBox="0 0 24 24" - fill="#808080" - version="1.1" - id="svg4" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1368" - inkscape:window-height="711" - id="namedview6" - showgrid="true" - inkscape:zoom="1.8487896" - inkscape:cx="-63.850129" - inkscape:cy="24.233787" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4"> - <inkscape:grid - type="xygrid" - id="grid835" /> - </sodipodi:namedview> - <path - d="m 8,8 v 8 h 8 V 8 Z m 2,2 h 4 v 4 h -4 z" - id="path2" - style="stroke-width:1.33334" - sodipodi:nodetypes="cccccccccc" /> - <path - id="path839" - style="stroke-width:1.33334" - d="M 10 6 L 10 7 L 17 7 L 17 14 L 18 14 L 18 6 L 10 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Compact/metacity-1/assets/unshade.svg b/themes/.themes/Orchis-Compact/metacity-1/assets/unshade.svg deleted file mode 100644 index fa98887..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/assets/unshade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m18 10-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> -</svg> diff --git a/themes/.themes/Orchis-Compact/metacity-1/metacity-theme-2.xml b/themes/.themes/Orchis-Compact/metacity-1/metacity-theme-2.xml deleted file mode 100644 index 89784d1..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,621 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2020</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="#383838"/> -<constant name="C_titlebar_unfocused" value="#303030"/> -<constant name="C_highlight_focused" value="blend/#383838/#ffffff/0.1"/> -<constant name="C_highlight_unfocused" value="blend/#303030/#ffffff/0.1"/> -<constant name="C_title_focused" value="blend/#383838/#ffffff/1"/> -<constant name="C_title_unfocused" value="blend/#303030/#ffffff/0.7"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis-Compact/metacity-1/metacity-theme-3.xml b/themes/.themes/Orchis-Compact/metacity-1/metacity-theme-3.xml deleted file mode 100644 index cae97e2..0000000 --- a/themes/.themes/Orchis-Compact/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,648 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2021</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> -<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis-Compact/metacity-1/thumbnail.png b/themes/.themes/Orchis-Compact/metacity-1/thumbnail.png deleted file mode 100644 index 080e3b1..0000000 Binary files a/themes/.themes/Orchis-Compact/metacity-1/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/plank/dock.theme b/themes/.themes/Orchis-Compact/plank/dock.theme deleted file mode 100644 index 5ee9deb..0000000 --- a/themes/.themes/Orchis-Compact/plank/dock.theme +++ /dev/null @@ -1,66 +0,0 @@ -#This file based on: -#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme - -[PlankTheme] -#The roundness of the top corners. -TopRoundness=18 -#The roundness of the bottom corners. -BottomRoundness=0 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;0 -#The starting color (RGBA) of the fill gradient. -FillStartColor=0;;0;;0;;153 -#The ending color (RGBA) of the fill gradient. -FillEndColor=0;;0;;0;;153 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=0;;0;;0;;0 - -[PlankDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=1 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=2 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=1 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=2 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=0 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=150 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=250 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 -#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. -ItemMoveTime=450 -#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. -CascadeHide=true -#The color (RGBA) of the badge displaying urgent count -BadgeColor=229;;57;;53;;1 diff --git a/themes/.themes/Orchis-Compact/xfwm4/bottom-active.png b/themes/.themes/Orchis-Compact/xfwm4/bottom-active.png deleted file mode 100644 index b146ab2..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/bottom-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/bottom-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/bottom-inactive.png deleted file mode 100644 index b146ab2..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/bottom-left-active.png b/themes/.themes/Orchis-Compact/xfwm4/bottom-left-active.png deleted file mode 100644 index 58fc04c..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/bottom-left-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 58fc04c..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/bottom-right-active.png b/themes/.themes/Orchis-Compact/xfwm4/bottom-right-active.png deleted file mode 100644 index a573efe..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/bottom-right-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/bottom-right-inactive.png deleted file mode 100644 index a573efe..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/close-active.png b/themes/.themes/Orchis-Compact/xfwm4/close-active.png deleted file mode 100644 index ac758ef..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/close-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/close-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/close-inactive.png deleted file mode 100644 index 1c26088..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/close-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/close-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/close-prelight.png deleted file mode 100644 index 89b25f7..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/close-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/close-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/close-pressed.png deleted file mode 100644 index 054bf82..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/close-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/hide-active.png b/themes/.themes/Orchis-Compact/xfwm4/hide-active.png deleted file mode 100644 index cb6a22c..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/hide-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/hide-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/hide-inactive.png deleted file mode 100644 index 5d19105..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/hide-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/hide-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/hide-prelight.png deleted file mode 100644 index 48627d1..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/hide-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/hide-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/hide-pressed.png deleted file mode 100644 index 51f9f0b..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/hide-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/left-active.png b/themes/.themes/Orchis-Compact/xfwm4/left-active.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/left-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/left-inactive.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/maximize-active.png b/themes/.themes/Orchis-Compact/xfwm4/maximize-active.png deleted file mode 100644 index 40c1a58..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/maximize-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/maximize-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/maximize-inactive.png deleted file mode 100644 index 086415a..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/maximize-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/maximize-prelight.png deleted file mode 100644 index ba050fb..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/maximize-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/maximize-pressed.png deleted file mode 100644 index 9a6a692..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-active.png b/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-active.png deleted file mode 100644 index edeaebf..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index 250bbbc..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 0c397d0..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index e7ee6dd..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/menu-active.png b/themes/.themes/Orchis-Compact/xfwm4/menu-active.png deleted file mode 100644 index 8aa1c4a..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/menu-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/menu-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/menu-inactive.png deleted file mode 100644 index 1c2bb2f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/menu-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/menu-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/menu-prelight.png deleted file mode 100644 index 70c2b37..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/menu-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/menu-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/menu-pressed.png deleted file mode 100644 index 78e13ec..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/menu-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/right-active.png b/themes/.themes/Orchis-Compact/xfwm4/right-active.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/right-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/right-inactive.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/shade-active.png b/themes/.themes/Orchis-Compact/xfwm4/shade-active.png deleted file mode 100644 index a9f0799..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/shade-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/shade-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/shade-inactive.png deleted file mode 100644 index 6314101..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/shade-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/shade-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/shade-prelight.png deleted file mode 100644 index f55973d..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/shade-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/shade-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/shade-pressed.png deleted file mode 100644 index 0305e6d..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/shade-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-active.png b/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-active.png deleted file mode 100644 index dc39e24..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-inactive.png deleted file mode 100644 index 13917cc..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-prelight.png deleted file mode 100644 index 1717515..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-pressed.png deleted file mode 100644 index b9987b5..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/shade-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/stick-active.png b/themes/.themes/Orchis-Compact/xfwm4/stick-active.png deleted file mode 100644 index f4eecec..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/stick-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/stick-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/stick-inactive.png deleted file mode 100644 index ecd8b31..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/stick-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/stick-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/stick-prelight.png deleted file mode 100644 index 803e5e9..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/stick-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/stick-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/stick-pressed.png deleted file mode 100644 index 8e283ef..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/stick-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-active.png b/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-active.png deleted file mode 100644 index 00e8eae..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index c3b79f8..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-prelight.png b/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index f521249..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-pressed.png b/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index d2a3c37..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/themerc b/themes/.themes/Orchis-Compact/xfwm4/themerc deleted file mode 100644 index cb238f0..0000000 --- a/themes/.themes/Orchis-Compact/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=6 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afafaf -active_text_shadow_color=#252525 - -inactive_text_color=#808080 -inactive_text_shadow_color=#252525 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-1-active.png b/themes/.themes/Orchis-Compact/xfwm4/title-1-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-1-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-1-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/title-1-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-2-active.png b/themes/.themes/Orchis-Compact/xfwm4/title-2-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-2-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-2-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/title-2-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-3-active.png b/themes/.themes/Orchis-Compact/xfwm4/title-3-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-3-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-3-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/title-3-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-4-active.png b/themes/.themes/Orchis-Compact/xfwm4/title-4-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-4-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-4-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/title-4-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-5-active.png b/themes/.themes/Orchis-Compact/xfwm4/title-5-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-5-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/title-5-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/title-5-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/top-left-active.png b/themes/.themes/Orchis-Compact/xfwm4/top-left-active.png deleted file mode 100644 index 822b746..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/top-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/top-left-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/top-left-inactive.png deleted file mode 100644 index 822b746..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/top-right-active.png b/themes/.themes/Orchis-Compact/xfwm4/top-right-active.png deleted file mode 100644 index e0ddfc2..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/top-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Compact/xfwm4/top-right-inactive.png b/themes/.themes/Orchis-Compact/xfwm4/top-right-inactive.png deleted file mode 100644 index e0ddfc2..0000000 Binary files a/themes/.themes/Orchis-Compact/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/COPYING b/themes/.themes/Orchis-Dark-Compact/COPYING deleted file mode 100644 index 94a9ed0..0000000 --- a/themes/.themes/Orchis-Dark-Compact/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - <program> Copyright (C) <year> <name of author> - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -<http://www.gnu.org/licenses/>. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace-active.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index 4a47fd9..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,12 +0,0 @@ -<svg width="35" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter4154" x="-.132" y="-.020842" width="1.264" height="1.0417" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="1.65"/> - </filter> - </defs> - <g transform="translate(0 -852.36)" shape-rendering="auto"> - <path d="m7.2 858.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#000000" fill-opacity=".45" filter="url(#filter4154)" opacity=".9"/> - <path d="m7 857.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#3281ea" /> - <path transform="translate(0 852.36)" d="m18 94c-0.554 0-1 0.446-1 1v4h-4c-0.554 0-1 0.446-1 1s0.446 1 1 1h4v4c0 0.554 0.446 1 1 1s1-0.446 1-1v-4h4c0.554 0 1-0.446 1-1s-0.446-1-1-1h-4v-4c0-0.554-0.446-1-1-1zm8 6a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace-hover.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace-hover.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-81.038405" - inkscape:cy="108.58132" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-28.526103" - inkscape:cy="75.41215" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true" - inkscape:document-rotation="0"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.35;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.87;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/calendar-arrow-left.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index dcf8298..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - sodipodi:docname="calendar-arrow-left.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview6" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="13.680381" - inkscape:cy="6.1418434" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M10 3v10L5 8z" - fill="#000000" - opacity="0.54" - id="path2" - style="fill:#e6e6e6" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/calendar-arrow-right.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index ed66559..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - sodipodi:docname="calendar-arrow-right.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview6" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="8" - inkscape:cy="8" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M6 3v10l5-5z" - fill="#000000" - opacity="0.54" - id="path2" - style="fill:#e6e6e6" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/checkbox-off.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index 6af26c9..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#fff" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/checkbox.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/checkbox.svg deleted file mode 100644 index cd98051..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#81c995"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close-active.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close-active.svg deleted file mode 100644 index 0dde2b9..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#d8354a" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close-hover.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close-hover.svg deleted file mode 100644 index 37f8806..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#ff7a80" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close.svg deleted file mode 100644 index 5dcc697..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/close.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter879" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter879)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#f75a61" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/corner-ripple.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index 3171c88..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="104" height="104" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -948.36)"> - <circle id="corner-ripple" cx="52" cy="1000" r="48" fill="#3281ea" opacity=".25"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/menu-toggle-off.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/menu-toggle-off.svg deleted file mode 100644 index d99f872..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/menu-toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="menu-toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#c7c7c7" - borderopacity="1" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="14.364584" - inkscape:cx="29.865118" - inkscape:cy="15.07179" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#ffffff"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/radiobutton-off.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index 110a32f..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" fill="#000000" opacity=".54" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#dfdfdf"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/radiobutton.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/radiobutton.svg deleted file mode 100644 index 6955404..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z" fill="#81c995"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/toggle-off.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/toggle-off.svg deleted file mode 100644 index 972f14b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#212121" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-12.207975" - inkscape:cy="5.6117304" - inkscape:document-units="px" - inkscape:current-layer="g519" - showgrid="false" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#5a5a5a"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.15;fill:#ffffff;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#2f2f2f;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/toggle-on.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/toggle-on.svg deleted file mode 100644 index ec60d6d..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg176" - sodipodi:docname="toggle-on-Dark.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview178" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="8.34386" - inkscape:cx="8.7489483" - inkscape:cy="24.389192" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg176"> - <inkscape:grid - type="xygrid" - id="grid3683" /> - </sodipodi:namedview> - <defs - id="defs159"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.35;fill:#3281ea" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - id="circle14" - style="fill:#3281ea;fill-opacity:1;stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/trash-icon.svg b/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/trash-icon.svg deleted file mode 100644 index d78a123..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="400" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -932.36)"> - <rect x="10" y="942.36" width="380" height="160" rx="18" ry="18" fill="#4d4d4d" stroke-width="0"/> - <path class="ColorScheme-Text" d="m200 964.36c-4.4183 0-8 3.5817-8 8h-16v4h48v-4h-16c0-4.4183-3.5817-8-8-8zm0 4c2.2091 1e-5 4 1.7909 4 4h-8c1e-5 -2.2091 1.7909-4 4-4zm-20 12v32c0 4.4321 3.5679 8.0001 8 8.0001h24c4.4321 0 8-3.568 8-8.0001v-32h-38zm4 4h32v28c0 2.2161-1.7839 4.0001-4 4.0001h-24c-2.2161 0-4-1.784-4-4.0001z" fill="#ececec"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/cinnamon.css b/themes/.themes/Orchis-Dark-Compact/cinnamon/cinnamon.css deleted file mode 100644 index 0d2e446..0000000 --- a/themes/.themes/Orchis-Dark-Compact/cinnamon/cinnamon.css +++ /dev/null @@ -1,2405 +0,0 @@ -stage { - color: white; -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button { - min-height: 24px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 10px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.sound-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 10px; -} - -.sound-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 10px; -} - -.sound-button:hover:focus { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-radius: 10px; -} - -.sound-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-radius: 10px; -} - -.sound-button:insensitive { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(255, 255, 255, 0.04); - border-radius: 10px; -} - -.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button, .calendar-today-home-button, -.calendar-today-home-button-enabled { - border-radius: 10px; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; -} - -.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover, .calendar-today-home-button:hover, -.calendar-today-home-button-enabled:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 10px; -} - -.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active, .calendar-today-home-button:active, -.calendar-today-home-button-enabled:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-radius: 10px; -} - -.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, -.calendar-today-home-button-enabled:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-radius: 10px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 24px; - padding: 4px 20px; - transition-duration: 100ms; - border-radius: 10px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #3281EA; -} - -.modal-dialog-button-box .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 2px 8px; - min-height: 22px; - caret-size: 1px; - selection-background-color: #3281EA; - selected-color: white; - transition-duration: 300ms; - border-radius: 9999px; - color: white; - border: 2px solid transparent; - background-color: rgba(255, 255, 255, 0.04); -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid #3281EA; -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - border: 2px solid transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FBC02D; - padding: 0 4px; -} - -#LookingGlassDialog { - background-color: rgba(44, 44, 44, 0.97); - spacing: 4px; - padding: 4px 8px; - border: none; - border-radius: 10px; - color: white; - box-shadow: 3px 6px rgba(0, 0, 0, 0.25); -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(44, 44, 44, 0.1); - border-radius: 9999px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: #7a7a7a; - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #646464; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #3281EA; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(255, 255, 255, 0.12); - -slider-border-color: transparent; - -slider-active-background-color: #3281EA; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 24px; - height: 24px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 24px; - height: 24px; -} - -.radiobutton StBin, .radiobutton:focus StBin { - background-image: url("assets/radiobutton-off.svg"); -} - -.radiobutton:checked StBin, .radiobutton:focus:checked StBin { - background-image: url("assets/radiobutton.svg"); -} - -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-sub-menu .toggle-switch { - background-image: url("assets/menu-toggle-off.svg"); -} - -.cinnamon-link { - color: #3281EA; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #609def; -} - -#Tooltip { - border-radius: 9999px; - padding: 4px 8px; - background-color: rgba(25, 25, 25, 0.9); - color: white; - margin: 4px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 0; - margin: 0; - color: white; - background-color: transparent; - box-shadow: none; -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - border-radius: 14px; - background-gradient-direction: none; - box-shadow: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(255, 255, 255, 0.95) !important; -} - -.menu .popup-sub-menu .popup-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item { - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active, -.popup-menu .popup-sub-menu .popup-menu-item:active, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.45) !important; -} - -.menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - color: white; - padding: 4px; - background-color: rgba(33, 33, 33, 0.97); - border-radius: 18px; - margin: 4px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: 4px 8px; - spacing: 8px; - border-radius: 9999px; -} - -.menu .popup-menu-item:hover, .menu .popup-menu-item:active, -.popup-menu .popup-menu-item:hover, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:hover, -.popup-combo-menu .popup-menu-item:active { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(255, 255, 255, 0.5); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: rgba(255, 255, 255, 0.5); -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(255, 255, 255, 0.15); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(255, 255, 255, 0.5); -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 10px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.popup-combo-menu { - padding: 8px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 0; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 0; - margin: 0; - padding: 0; - border-color: rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: .5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: .5em; -} - -#panel { - font-weight: bold; - height: 32px; - width: 36px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(244, 67, 54, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); -} - -#panelRight:ltr { - padding-left: 4px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 4px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: rgba(255, 255, 255, 0.7); - font-size: 1em; - padding: 0px; - background-color: rgba(33, 33, 33, 0.65); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: white; - background-color: #3281EA; -} - -.panel-dummy { - background-color: rgba(244, 67, 54, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(244, 67, 54, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: rgba(255, 255, 255, 0.7); -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.7); -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: rgba(25, 25, 25, 0.9); - border: 1px solid rgba(25, 25, 25, 0.9); - color: white; - spacing: 25px; - border-radius: 10px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -.window-caption#selected { - background-color: #3281EA; - color: white; - border: 1px solid #3281EA; - spacing: 25px; -} - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 10px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.expo-workspaces-name-entry:focus, -.expo-workspaces-name-entry#selected:focus { - border: 1px solid #3281EA; - background-color: #3281EA; - color: white; - font-style: italic; - transition-duration: 300; - selection-background-color: white; - selected-color: #3281EA; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 10px; -} - -.expo-workspace-thumbnail-frame#active { - border: 4px solid #3281EA; - background-color: black; - border-radius: 10px; -} - -.expo-background { - background-color: #191919; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 13px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 10px; - background-color: #2C2C2C; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -.calendar-main-box { - margin: 0 4px; -} - -.calendar { - padding: 4px 8px; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-today-home-button, -.calendar-today-home-button-enabled { - margin: 4px 0; - padding: 4px; -} - -.calendar-today-day-label { - font-size: 1.75em; - color: rgba(255, 255, 255, 0.7); - font-weight: bold; - text-align: center; - padding-bottom: .1em; -} - -.calendar-today-date-label { - font-size: 1.1em; - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - text-align: center; -} - -.calendar-month-label { - color: white; - font-weight: bold; - margin: 0 2px; - padding: 2px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 24px; - height: 24px; - margin: 0; - padding: 0; - border-radius: 9999px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(255, 255, 255, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(255, 255, 255, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day-event-dot-box { - margin-top: 1.75em; - max-rows: 1; -} - -.calendar-day-event-dot { - margin: 1px; - border-radius: 2px; - width: 4px; - height: 4px; -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: normal; - text-align: center; - font-size: 14px; - color: white; - border-radius: 10px; -} - -.calendar-day-base { - text-align: center; - width: 28px; - height: 28px; - padding: 0; - margin: 2px; - border-radius: 9999px; -} - -.calendar-day-base:hover { - background-color: rgba(255, 255, 255, 0.04); -} - -.calendar-day-base:active { - background-color: rgba(255, 255, 255, 0.12); -} - -.calendar-day-base:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.calendar-day-heading { - color: rgba(255, 255, 255, 0.7); - margin-top: 1em; -} - -.calendar-day { - border-width: 0; - color: rgba(255, 255, 255, 0.7); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: white; - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover, -.calendar-today:selected { - font-weight: bold; - color: white; - background-color: #3281EA; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(255, 255, 255, 0.7); - opacity: 1; -} - -.calendar-week-number { - width: 20px; - height: 20px; - margin: 6px 0; - color: rgba(255, 255, 255, 0.3); - font-weight: bold; - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; -} - -.calendar-week-number StLabel { - padding: 0; - margin-top: 3px; -} - -.calendar-events-main-box { - height: 300px; - margin: 6px 0.8em 0 0; - padding: 6px; - min-width: 350px; - border: none; - border-radius: 10px; - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 255, 255, 0.04); - background-gradient-end: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.calendar-events-no-events-button { - margin: 4px 0; - padding: 4px; - border-radius: 10px; -} - -.calendar-events-no-events-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 255, 255, 0.04); - background-gradient-end: rgba(255, 255, 255, 0.04); - box-shadow: none; -} - -.calendar-events-no-events-icon { - color: rgba(255, 255, 255, 0.5); -} - -.calendar-events-no-events-label { - font-size: 1.1em; - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - text-align: center; - margin-top: 6px; -} - -.calendar-events-date-label { - padding: 2px 0 8px 2px; - font-size: 1.1em; - color: rgba(255, 255, 255, 0.7); - font-weight: bold; - text-align: center; -} - -.calendar-events-event-container { - padding: 2px; -} - -.calendar-events-main-box .separator { - -margin-horizontal: 1em; - -gradient-height: 1px; - -gradient-start: rgba(255, 255, 255, 0.12); - -gradient-end: rgba(255, 255, 255, 0.12); -} - -.calendar-event-button { - margin: 4px 0 4px 0; - border-radius: 10px; -} - -.calendar-event-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 255, 255, 0.04); - background-gradient-end: rgba(255, 255, 255, 0.04); - box-shadow: none; -} - -.calendar-event-color-strip { - width: 4px; - border-radius: 4px 0 0 4px; -} - -.calendar-event-row-content { - margin: 4px; -} - -.calendar-event-time-past { - color: rgba(255, 255, 255, 0.3); - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present { - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present:all-day { - color: rgba(129, 201, 149, 0.6); -} - -.calendar-event-time-future { - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-countdown { - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - text-align: right; - margin-bottom: .6em; -} - -.calendar-event-countdown:soon { - color: white; -} - -.calendar-event-countdown:imminent { - color: rgba(251, 192, 45, 0.6); -} - -.calendar-event-countdown:current { - color: rgba(129, 201, 149, 0.6); -} - -.calendar-event-summary { - color: rgba(255, 255, 255, 0.5); - text-align: left; - width: 200px; -} - -#notification { - border-radius: 16px; - padding: 8px; - spacing-rows: 6px; - spacing-columns: 6px; - margin-from-right-edge-of-screen: 12px; - width: 28em; - color: white; - background-color: rgba(44, 44, 44, 0.8); - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - margin: 7px 12px 17px 12px; -} - -#notification .notification-button, #notification .notification-icon-button { - padding: 4px; -} - -.menu #notification, .popup-menu #notification { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.05); - box-shadow: none; - margin: 0; -} - -.menu #notification:hover, .popup-menu #notification:hover { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: white; -} - -.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 4px; -} - -#notification.multi-line-notification { - padding-bottom: 8px; - color: white; -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 4px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 4px; -} - -#notification-body { - spacing: 4px; -} - -#notification-actions { - spacing: 6px; -} - -.notification-with-image { - min-height: 159px; - color: white; -} - -.notification-button, .notification-icon-button { - padding: 4px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: white; - background-color: rgba(33, 33, 33, 0.97); - border: none; - border-radius: 10px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 10px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #3281EA; -} - -.switcher-list .item-box:selected { - color: white; - background-color: #3281EA; - border: 0px solid #3281EA; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: white; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: rgba(255, 255, 255, 0.7); -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: white; - background-color: rgba(18, 18, 18, 0.95); - border: 1px solid rgba(0, 0, 0, 0.65); - padding: 0 4px 4px; - border-radius: 16px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 4px 8px; - background-color: rgba(25, 25, 25, 0.9); - border-radius: 16px; - color: white; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: white; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #F44336; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 4px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 2px 8px; - border-radius: 10px; - caret-color: white; - selected-color: white; - selection-background-color: #3281EA; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.run-dialog-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid #3281EA; -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #FBC02D; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: white; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: rgba(25, 25, 25, 0.9); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 10px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.keyboard-key:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.keyboard-key:active, .keyboard-key:checked { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.keyboard-key:grayed { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -.keyboard-subkeys { - color: white; - padding: 5px; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(25, 25, 25, 0.9); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - margin-bottom: 4px; - padding: 4px; - transition-duration: 300; - background-color: rgba(255, 255, 255, 0.05); - border: none; - border-radius: 10px; -} - -.menu-favorites-button { - padding: 6px; - border: none; - border-radius: 10px; -} - -.menu-favorites-button:hover { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.1); -} - -.menu-places-box { - margin: auto; - padding: 6px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 6px; -} - -.menu-categories-box { - padding: 6px 20px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 6px 6px 0 6px; -} - -.menu-application-button { - padding: 4px; - border-radius: 10px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - color: white; - background-color: rgba(255, 255, 255, 0.12); - padding: 4px; - border-radius: 10px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 4px; -} - -.menu-application-button-label:rtl { - padding-right: 4px; -} - -.menu StScrollView.menu-application-button { - padding: 2px 0; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(255, 255, 255, 0.95) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; - margin: 0 2px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 4px 0 4px 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 4px 4px 4px 0; -} - -.menu-category-button { - padding: 4px; - border-radius: 10px; -} - -.menu-category-button-selected { - padding: 4px; -} - -.menu-category-button-hover, .menu-category-button-selected { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 10px; -} - -.menu-category-button-greyed { - padding: 4px; - color: rgba(255, 255, 255, 0.5); -} - -.menu-category-button-label:ltr { - padding-left: 4px; -} - -.menu-category-button-label:rtl { - padding-right: 4px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; - margin-bottom: 4px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: white; -} - -.menu-search-entry-icon { - icon-size: 1em; - color: white; -} - -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(33, 33, 33, 0.65); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: rgba(255, 255, 255, 0.7); - border-radius: 16px; - background-color: rgba(33, 33, 33, 0.65); - border: none; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 10px; - color: #3281EA; -} - -.osd-window .level-bar { - border-radius: 10px; - background-color: #3281EA; -} - -.window-list-box { - spacing: 2px; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(244, 67, 54, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.9); - border-radius: 0; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 4px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 4px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 4px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 4px; -} - -.panel-top .window-list-item-box { - border-top: 2px solid transparent; -} - -.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom: 2px solid transparent; -} - -.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left: 2px solid transparent; -} - -.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right: 2px solid transparent; -} - -.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.25); - border-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); - border-color: #3281EA; - background-color: rgba(255, 255, 255, 0.2); -} - -.window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.panel-top .window-list-item-box:focus { - background-position: top center; -} - -.panel-bottom .window-list-item-box:focus { - background-position: bottom center; -} - -.panel-left .window-list-item-box:focus { - background-position: left center; -} - -.panel-right .window-list-item-box:focus { - background-position: right center; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #81C995; - background-gradient-end: #81C995; - border-radius: 10px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #FBC02D; - background-gradient-end: #FBC02D; -} - -.window-list-preview { - padding: 8px; - spacing: 4px; - border: none; - background-color: #2C2C2C; - border-radius: 10px; - color: white; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(244, 67, 54, 0.5); -} - -.grouped-window-list-thumbnail-menu { - padding: 4px; - padding: 4px; - margin: 4px; - background-color: rgba(33, 33, 33, 0.97); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); - border-radius: 16px; - color: white; -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 4px; - border-radius: 10px; - spacing: 4px; - margin: 1px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - background-color: rgba(255, 255, 255, 0.1); -} - -.grouped-window-list-thumbnail-menu .item-box:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -.grouped-window-list-number-label { - z-index: 120; - text-shadow: none; - color: white; - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 2px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #3281EA; -} - -.grouped-window-list-item-box { - font-weight: normal; - transition-duration: 100ms; - border: none; - margin: 0; - color: rgba(255, 255, 255, 0.6); - border-radius: 0; - spacing: 4px; - border-bottom: 2px solid transparent; -} - -.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { - padding: 0 2px; -} - -.grouped-window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:active { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box:active:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.2); - border-color: #3281EA; -} - -.grouped-window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #81C995; - background-gradient-end: #81C995; - border-radius: 10px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #FBC02D; - background-gradient-end: #FBC02D; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: .4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0; - margin-top: 6px; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(255, 255, 255, 0.95) !important; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 9999px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 80px; - padding: 8px 12px; - spacing: 4px; - background-color: rgba(0, 0, 0, 0.45); - border: none; - border-radius: 0 0 10px 10px; - color: white; - text-shadow: none; -} - -.sound-player-overlay StButton { - width: 16px; - height: 16px; - padding: 8px; - margin: 0 4px 4px; - color: white; - border-radius: 9999px; - border: none; - text-shadow: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.sound-player-overlay StButton:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.sound-player-overlay StButton:insensitive { - opacty: 0.35; - color: rgba(255, 255, 255, 0.5); -} - -.sound-player-overlay StLabel { - padding: 0 4px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid rgba(5, 5, 5, 0.9); - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: #141414; - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #3281EA; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: rgba(255, 255, 255, 0.7); - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #3281EA; -} - -.workspace-button:hover { - color: #609def; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #3281EA; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(71, 71, 71, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(71, 71, 71, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(84, 84, 84, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(46, 46, 46, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; - border-radius: 0; -} - -.panel-launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.panel-launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; - border-radius: 0; -} - -.launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher .icon-box { - padding: 2px; -} - -.applet-separator { - padding: 1px 2px; -} - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.applet-box { - padding: 0 4px; - color: rgba(255, 255, 255, 0.7); - text-shadow: none; - transition-duration: 100ms; - border-radius: 0; -} - -.applet-box.vertical { - padding: 4px 0; -} - -.applet-box:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.15); -} - -.applet-box:checked, .applet-box:checked:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.25); -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(244, 67, 54, 0.5); -} - -.applet-label { - font-weight: bold; - color: rgba(255, 255, 255, 0.7); -} - -.applet-box:checked .applet-label { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-icon { - color: rgba(255, 255, 255, 0.7); - icon-size: 16px; -} - -.applet-box:checked .applet-icon { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-cornerbar { - width: 8px; - background: transparent; -} - -.applet-cornerbar-box { - padding: 0; - background: transparent; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar-box:hover > .applet-cornerbar { - background: rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar.vertical { - height: 8px; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: white; - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: white; -} - -.desklet:highlight { - background-color: rgba(244, 67, 54, 0.5); -} - -.desklet-with-borders { - color: white; - background-color: rgba(25, 25, 25, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(244, 67, 54, 0.5); -} - -.desklet-with-borders-and-header { - color: white; - background-color: rgba(25, 25, 25, 0.9); - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(244, 67, 54, 0.5); -} - -.desklet-header { - color: white; - background-color: rgba(25, 25, 25, 0.9); - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -.photoframe-box { - color: white; - background-color: rgba(25, 25, 25, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.workspace-osd { - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: .5em 1em; -} - -.notification-applet-container { - max-height: 9999px; -} - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(50, 129, 234, 0.3); - border: 1px solid #3281EA; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/themes/.themes/Orchis-Dark-Compact/cinnamon/thumbnail.png b/themes/.themes/Orchis-Dark-Compact/cinnamon/thumbnail.png deleted file mode 100644 index cc5621e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/cinnamon/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-active-small.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-active-small.svg deleted file mode 100644 index 8f87498..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-active-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities-checked.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview8" - showgrid="false" - inkscape:zoom="9.8333334" - inkscape:cx="16.499013" - inkscape:cy="1.2954287" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-active.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-active.svg deleted file mode 100644 index 48e01a2..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-active.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities-active.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-small.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-small.svg deleted file mode 100644 index a7f099a..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="700" - id="namedview8" - showgrid="false" - inkscape:zoom="4.9166667" - inkscape:cx="3.4466283" - inkscape:cy="1.3372513" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities.svg deleted file mode 100644 index 7b2019a..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/activities.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-arrow-left.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index ec8b478..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7"> - <path d="m10 3v10l-5-5z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-arrow-right.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 6fc5556..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7"> - <path d="m6 3v10l5-5z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-today.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-today.svg deleted file mode 100644 index 5e77084..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,178 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - id="svg10621" - version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="calendar-today.svg"> - <defs - id="defs10623"> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient34508-1-3" - id="radialGradient99561-1" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" - cx="51" - cy="30" - fx="51" - fy="30" - r="42" /> - <linearGradient - inkscape:collect="always" - id="linearGradient34508-1-3"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop34510-1-9" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop34512-4-5" /> - </linearGradient> - <radialGradient - r="42" - fy="30" - fx="51" - cy="30" - cx="51" - gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" - gradientUnits="userSpaceOnUse" - id="radialGradient10592" - xlink:href="#linearGradient34508-1-3" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient34508-1-3" - id="radialGradient3770" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" - cx="51" - cy="30" - fx="51" - fy="30" - r="42" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient34508-1-3" - id="radialGradient3001" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" - cx="51" - cy="30" - fx="51" - fy="30" - r="42" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient34508-1-3" - id="radialGradient3007" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" - cx="51" - cy="30" - fx="51" - fy="30" - r="42" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient34508-1-3" - id="radialGradient3067" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" - cx="51" - cy="30" - fx="51" - fy="30" - r="42" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient34508-1-3" - id="radialGradient3072" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" - cx="51" - cy="30" - fx="51" - fy="30" - r="42" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient34508-1-3" - id="radialGradient2997" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" - cx="51" - cy="30" - fx="51" - fy="30" - r="42" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#000000" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="8" - inkscape:cx="-23.537329" - inkscape:cy="-31.442864" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="false" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:window-width="2133" - inkscape:window-height="1241" - inkscape:window-x="238" - inkscape:window-y="88" - inkscape:window-maximized="0" - borderlayer="true" - inkscape:showpageshadow="false"> - <inkscape:grid - type="xygrid" - id="grid3109" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - </sodipodi:namedview> - <metadata - id="metadata10626"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(-469.08263,-537.99307)"> - <circle - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:0.23756906;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - id="path7305" - cx="481.57138" - cy="559.4649" - r="1.5" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/checkbox-off.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index 6af26c9..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#fff" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/checkbox.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/checkbox.svg deleted file mode 100644 index cd98051..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#81c995"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/dash-placeholder.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF"> - <circle cx="12" cy="12" r="12" opacity="0.3"/> - <circle cx="12" cy="12" r="4"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/menu-toggle-off.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/menu-toggle-off.svg deleted file mode 100644 index d99f872..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/menu-toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="menu-toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#c7c7c7" - borderopacity="1" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="14.364584" - inkscape:cx="29.865118" - inkscape:cy="15.07179" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#ffffff"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/more-results.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/more-results.svg deleted file mode 100644 index b580bc2..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/more-results.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -1036.4)"> - <circle cx="8" cy="1044.4" r="8" fill="#3281ea"/> - <path transform="translate(0 1036.4)" d="m7 4v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/no-events.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/no-events.svg deleted file mode 100644 index c00d137..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> - <path d="M0 0h48v48H0z" fill="none"/> - <path d="m38 6h-2v-4h-4v4h-16v-4h-4v4h-2c-2.21 0-3.98 1.79-3.98 4l-0.02 28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4v-28c0-2.21-1.79-4-4-4zm0 32h-28v-22h28z" fill="#dedede"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/no-notifications.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index 061d81d..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="#dedede" opacity="1"> - <path d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/noise-texture.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 484f6c8..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" - height="900" - viewBox="0 0 1600 900" - version="1.1" - id="svg13" - sodipodi:docname="noise-texture.svg" - inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"> - <metadata - id="metadata17"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="698" - id="namedview15" - showgrid="false" - inkscape:zoom="0.26222222" - inkscape:cx="647.80786" - inkscape:cy="422.79535" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg13" /> - <defs - id="defs9"> - <radialGradient - id="a" - gradientTransform="matrix(1 1 -1 1 0.5 -0.5)"> - <stop - stop-color="#455A64" - stop-opacity="0" - offset="0.25" - id="stop2" - style="stop-color:#444444;stop-opacity:0" /> - <stop - stop-color="#455A64" - stop-opacity="0.5" - offset="0.75" - id="stop4" - style="stop-color:#444444;stop-opacity:0.50196081" /> - <stop - stop-color="#455A64" - stop-opacity="1" - offset="1" - id="stop6" - style="stop-color:#444444;stop-opacity:1" /> - </radialGradient> - </defs> - <rect - width="1600" - height="900" - fill="url(#a)" - id="rect11" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/process-working.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32"> - <defs> - <g id="g" fill="#FFFFFF" opacity="0.7"> - <circle cx="8" cy="8" r="8" fill="none"/> - <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7h-3a4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4v-3z"/> - </g> - </defs> - <use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/> - <use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/> - <use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/> - <use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/> - <use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/> - <use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/> - <use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/> - <use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/> - <use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/> - <use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/> - <use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/> - <use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/> - <use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/> - <use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/> - <use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/> - <use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/> - <use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/> - <use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/> - <use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/> - <use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/> - <use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/> - <use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/> - <use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/> - <use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/> - <use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/> - <use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/> - <use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/> - <use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/> - <use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/> - <use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/> - <use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/> - <use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/> - <use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/> - <use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/> - <use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/> - <use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/> - <use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/> - <use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/> - <use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/> - <use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/> - <use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/> - <use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/> - <use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/> - <use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/> - <use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/> - <use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/> - <use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/> - <use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/> - <use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/> - <use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/> - <use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/> - <use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/> - <use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/> - <use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/> - <use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/> - <use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/> - <use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/> - <use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/> - <use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/> - <use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/> - <use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/> - <use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/> - <use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/> - <use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/toggle-off.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 972f14b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#212121" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-12.207975" - inkscape:cy="5.6117304" - inkscape:document-units="px" - inkscape:current-layer="g519" - showgrid="false" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#5a5a5a"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.15;fill:#ffffff;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#2f2f2f;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/toggle-on.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index ec60d6d..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg176" - sodipodi:docname="toggle-on-Dark.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview178" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="8.34386" - inkscape:cx="8.7489483" - inkscape:cy="24.389192" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg176"> - <inkscape:grid - type="xygrid" - id="grid3683" /> - </sodipodi:namedview> - <defs - id="defs159"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.35;fill:#3281ea" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - id="circle14" - style="fill:#3281ea;fill-opacity:1;stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close-active.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close-active.svg deleted file mode 100644 index d6a41b8..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close-active.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-active.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="1.2591896" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#dc4040;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close-hover.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close-hover.svg deleted file mode 100644 index 56e6861..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close-hover.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-hover.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter943" - x="-0.216" - width="1.432" - y="-0.216" - height="1.432"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="2.88" - id="feGaussianBlur945" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="712" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="-3.0014284" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter943)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff7575;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close.svg b/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close.svg deleted file mode 100644 index ee76871..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/assets/window-close.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="13.111111" - inkscape:cx="12.766972" - inkscape:cy="12.927705" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff5252;stroke-width:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/gnome-shell.css b/themes/.themes/Orchis-Dark-Compact/gnome-shell/gnome-shell.css deleted file mode 100644 index 0b30683..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,4735 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -stage { - font-size: 9.75pt; - font-weight: 400; - color: white; -} - -.search-statustext { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -.modal-dialog .modal-dialog-linked-button, .hotplug-notification-item { - border: none; - margin-bottom: 4px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - font-size: 9.75pt; - font-weight: 500; -} - -.modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - color: white !important; -} - -.modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus { - color: #3281EA; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.modal-dialog .modal-dialog-linked-button:focus:active, .hotplug-notification-item:focus:active { - color: white; -} - -.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child { - margin-left: 4px !important; - margin-right: 0 !important; - border-radius: 9999px 0 0 9999px; -} - -.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child { - margin-left: 0 !important; - margin-right: 4px !important; - border-right-width: 0; - border-radius: 0 9999px 9999px 0; -} - -.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child { - margin: 0 4px 4px 4px !important; - border-right-width: 0; - border-radius: 9999px; -} - -.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { - border: none; - background-color: transparent; - box-shadow: none; -} - -.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: #242424; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { - color: #3281EA; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.screenshot-ui-show-pointer-button:focus:active, .screenshot-ui-type-button:focus:active { - color: white; -} - -.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:outlined, .screenshot-ui-type-button:outlined, .screenshot-ui-show-pointer-button:checked, .screenshot-ui-type-button:checked { - color: white; - background-color: #3281EA; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.workspace-switcher-container, .switcher-list, .resize-popup, .osd-monitor-label, .osd-window { - color: white; - background-color: #212121; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - padding: 8px; -} - -/* General Typography */ -.message-list .message-list-placeholder { - font-weight: 800; - font-size: 15pt; -} - -.quick-toggle-menu .header .title { - font-weight: 700; - font-size: 15pt; -} - -.bt-menu-placeholder.popup-menu-item { - font-weight: 700; - font-size: 13pt; -} - -.background-app-item .title { - font-weight: 700; - font-size: 11pt; -} - -.quick-toggle-menu .header .subtitle { - font-weight: 700; - font-size: 9pt; -} - -.background-app-item .subtitle { - font-weight: 400; - font-size: 9pt; -} - -/* WIDGETS */ -.shell-link { - border-radius: 10px; - color: #3281EA; - background-color: transparent; -} - -.shell-link:hover { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.15); -} - -.shell-link:active { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -.lowres-icon { - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - icon-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); -} - -/* Entries */ -StEntry { - min-height: 32px; - padding: 0 8px; - border-radius: 9999px; - border-width: 0; - selection-background-color: #3281EA; - selected-color: white !important; - font-size: 11.25pt; - font-weight: 400; - caret-color: rgba(255, 255, 255, 0.7); - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.12); - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -StEntry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -StEntry:focus { - color: white; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #3281EA; -} - -StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FBC02D; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(255, 255, 255, 0.5); -} - -/* Buttons */ -.button { - min-height: 24px; - padding: 4px 8px; - border: none; - border-radius: 10px; - text-align: center; - font-size: 9.75pt; - font-weight: 500; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:checked { - color: white; - background-color: #3281EA; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:focus { - color: white; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button, .background-app-item .close-button { - min-height: 16px; - min-width: 16px; - padding: 8px; - border-radius: 9999px; - border: none; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:hover, .background-app-item .close-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:active, .background-app-item .close-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:checked, .background-app-item .close-button:checked { - color: white; - background-color: #3281EA; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:insensitive, .background-app-item .close-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:focus, .background-app-item .close-button:focus { - color: white; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button > StIcon, .background-app-item .close-button > StIcon { - icon-size: 16px; -} - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(255, 255, 255, 0.08); -} - -.check-box:active StBin { - background-color: rgba(255, 255, 255, 0.3); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(50, 129, 234, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(50, 129, 234, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.popup-sub-menu .toggle-switch { - background-image: url("assets/menu-toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* Slider */ -.slider { - height: 20px; - -barlevel-height: 2px; - -barlevel-background-color: rgba(255, 255, 255, 0.3); - -barlevel-border-width: 0; - -barlevel-border-color: rgba(255, 255, 255, 0.12); - -barlevel-active-background-color: #3281EA; - -barlevel-active-border-color: #3b87eb; - -barlevel-overdrive-color: #F44336; - -barlevel-overdrive-border-color: #f54c40; - -barlevel-overdrive-separator-width: 2px; - -slider-handle-radius: 6px; - -slider-handle-border-width: 0; - -slider-handle-border-color: white; - color: white; -} - -.slider:hover { - color: white; -} - -.slider:active { - color: #f2f2f2; -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; - margin: 6px; -} - -StScrollView StScrollBar { - min-width: 8px; - min-height: 8px; -} - -StScrollBar StBin#trough { - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.08); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - border: 4px solid transparent; - transition: 500ms all ease; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: white; -} - -#LookingGlassDialog StScrollBar StBin#trough, #overviewGroup StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.12); -} - -#LookingGlassDialog StScrollBar StButton#vhandle, #overviewGroup StScrollBar StButton#vhandle, #LookingGlassDialog StScrollBar StButton#hhandle, #overviewGroup StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:hover, #overviewGroup StScrollBar StButton#vhandle:hover, #LookingGlassDialog StScrollBar StButton#hhandle:hover, #overviewGroup StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:active, #overviewGroup StScrollBar StButton#vhandle:active, #LookingGlassDialog StScrollBar StButton#hhandle:active, #overviewGroup StScrollBar StButton#hhandle:active { - background-color: white; -} - -.popup-menu .popup-sub-menu StScrollBar StBin#trough { - background-color: rgba(0, 0, 0, 0.15); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle { - background-color: rgba(0, 0, 0, 0.35); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:hover, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.45); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:active, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.65); -} - -/* Popovers/Menus */ -.popup-menu-boxpointer { - -arrow-border-radius: 4px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 8px; - -arrow-rise: 2px; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu { - min-width: 10em; - color: white; - background-color: transparent; - border: none; - padding: 0; - margin: 0; - border-radius: 18px; -} - -.popup-menu .popup-menu-content { - padding: 4px; - margin: 0 3px 14px; - background-color: rgba(33, 33, 33, 0.97); - border-radius: 18px; - border: none; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.popup-menu .popup-menu-item { - spacing: 4px; - padding: 4px 8px; - color: white !important; - background-color: transparent; - transition-duration: 100ms; - border-radius: 9999px; - background-image: none; - border: none; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 8px; - padding-left: 0; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0; - padding-left: 8px; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 14px 14px 0 0; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.95) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked.selected { - background-color: #e5e5e5 !important; - color: rgba(0, 0, 0, 0.85) !important; -} - -.popup-menu .popup-menu-item:checked:active { - background-color: #dfdfdf !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked.selected:active { - background-color: #e0e0e0 !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item.selected { - background-color: rgba(255, 255, 255, 0.08) !important; - color: white !important; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:active { - background-color: rgba(255, 255, 255, 0.3) !important; - color: white !important; - transition-duration: 150ms; -} - -.popup-menu .popup-menu-item.selected:active { - color: white !important; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(255, 255, 255, 0.5) !important; -} - -.popup-menu .popup-inactive-menu-item { - color: white !important; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(255, 255, 255, 0.5) !important; -} - -.popup-menu .popup-menu-arrow, -.popup-menu .popup-menu-icon { - icon-size: 16px; -} - -.popup-menu .popup-sub-menu { - margin: 0; - border-radius: 0 0 14px 14px; - border: none; - box-shadow: none; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(255, 255, 255, 0.95) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 14px; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.15) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-ornament { - width: 1.2em; - text-align: center !important; -} - -.popup-menu .popup-menu-ornament:ltr { - text-align: right; -} - -.popup-menu .popup-menu-ornament:rtl { - text-align: left; -} - -.popup-menu .popup-separator-menu-item { - background: none; - border: none; -} - -.popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 4px 32px 4px 24px !important; - background-color: rgba(255, 255, 255, 0.12); -} - -.popup-sub-menu .popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 4px 36px 4px 16px !important; - background-color: rgba(0, 0, 0, 0.1); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 2px; - margin-bottom: 1.75em; -} - -.background-menu { - -boxpointer-gap: 2px; - -arrow-rise: 0; -} - -.aggregate-menu { - min-width: 19em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 2px; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 10px; - margin-left: 0; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 10px; - margin-right: 0; -} - -.app-menu { - max-width: 27.25em; -} - -.app-menu .popup-menu-ornament { - width: 0 !important; -} - -.app-menu .popup-menu-item > :first-child:ltr { - padding-left: 8px; - margin-left: 0; -} - -.app-menu .popup-menu-item > :first-child:rtl { - padding-right: 8px; - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel { - font-weight: bold; - font-size: 13px; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { - margin-left: 0; -} - -.app-menu .popup-inactive-menu-item:first-child .popup-separator-menu-item-separator { - height: 0; - background-color: transparent; -} - -/* Date/Time Menu */ -#calendarArea { - padding: 4px 0 !important; -} - -.calendar { - padding: 0 !important; - margin: 0 !important; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.7); -} - -.datemenu-calendar-column { - spacing: 4px; - border: none; - padding: 0 !important; - margin: 0 !important; - color: rgba(255, 255, 255, 0.7); -} - -.datemenu-calendar-column:hover, .datemenu-calendar-column:focus { - color: white; - background-color: rgba(255, 255, 255, 0.08); -} - -.datemenu-calendar-column:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.datemenu-calendar-column:ltr { - margin-right: 4px !important; - margin-left: 10px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - margin-left: 4px !important; - margin-right: 10px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-right-width: 0; -} - -.datemenu-calendar-column .datemenu-displays-box { - spacing: 4px; -} - -.datemenu-today-button { - min-height: 40px; - padding: 4px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - background: none; - color: rgba(255, 255, 255, 0.7); -} - -.datemenu-today-button .day-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; -} - -.datemenu-today-button .date-label { - font-size: 18pt; - font-weight: 400; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.08); -} - -.datemenu-today-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.calendar-month-label { - height: 16px; - margin: 2px; - padding: 6px 16px; - border-radius: 10px; - color: rgba(255, 255, 255, 0.7); - font-weight: bold; - text-align: center; - text-shadow: none; -} - -.calendar-month-label:focus { - color: white; - background-color: rgba(255, 255, 255, 0.08); -} - -.pager-button { - width: 24px; - height: 24px; - margin: 2px; - border-radius: 9999px; - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.pager-button:hover, .pager-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.08); -} - -.pager-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.calendar-change-month-back { - padding: 0 2px; - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - padding: 0 2px; - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day, -.calendar-day-base { - font-size: 9pt; - font-weight: 400; - text-align: center; - width: 3em !important; - height: 3em !important; - padding: 0 !important; - margin: 2px !important; - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - border: none !important; - font-feature-settings: "tnum"; - text-shadow: none; -} - -.calendar-day:hover, .calendar-day:focus, -.calendar-day-base:hover, -.calendar-day-base:focus { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: none; -} - -.calendar-day:active, -.calendar-day-base:active { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.3); - border: none !important; -} - -.calendar-day:selected, -.calendar-day-base:selected { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border: none !important; - box-shadow: none !important; - outline: none !important; -} - -.calendar-day.calendar-weekend, -.calendar-day-base.calendar-weekend { - color: rgba(255, 255, 255, 0.5); -} - -.calendar-day.calendar-day-heading, -.calendar-day-base.calendar-day-heading { - width: 24px !important; - height: 20px !important; - margin-top: 2px !important; - padding: 4px 0 0 !important; - border-radius: 9999px; - background-color: transparent; - color: rgba(255, 255, 255, 0.5); - font-size: 9pt; - font-weight: 400; - font-weight: bold; - text-align: center; -} - -.calendar-day { - border-width: 0; -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: white; -} - -.calendar-today { - font-weight: bold !important; - color: white !important; - background-color: #3281EA !important; - border: none; -} - -.calendar-today:hover, .calendar-today:focus { - background-color: #408aeb !important; - color: white !important; -} - -.calendar-today:active, .calendar-today:selected { - background-color: #3281EA !important; - color: white !important; -} - -.calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { - background-color: #408aeb !important; - color: white !important; -} - -.calendar-day-with-events { - color: rgba(255, 255, 255, 0.5); - background-image: url("assets/calendar-today.svg"); - background-size: contain; -} - -.calendar-day-with-events.calendar-work-day { - color: rgba(255, 255, 255, 0.5); - font-weight: bold; -} - -.calendar-other-month, -.calendar-other-month-day { - color: rgba(255, 255, 255, 0.3); - font-weight: normal; -} - -.calendar-week-number { - margin: 6px !important; - padding: 0 8px !important; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.03); - color: rgba(255, 255, 255, 0.5); - font-size: 8.25pt; - font-weight: bold; - text-align: center; - text-shadow: none; - font-feature-settings: "tnum"; -} - -.world-clocks-button, -.weather-button, -.events-button { - padding: 4px 8px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.world-clocks-button:hover, .world-clocks-button:focus, -.weather-button:hover, -.weather-button:focus, -.events-button:hover, -.events-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.08); -} - -.world-clocks-button:active, -.weather-button:active, -.events-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.world-clocks-header, -.weather-header, -.message-list-section-title, -.events-section-title, -.events-title { - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - margin-bottom: 2px; - text-shadow: none; -} - -.weather-grid, -.world-clocks-grid { - spacing-rows: 8px; - spacing-columns: 16px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - font-size: 0.9em; -} - -.events-button .events-box { - spacing: 6px; -} - -.events-button .events-list { - color: rgba(255, 255, 255, 0.7); - spacing: 12px; - text-shadow: none; -} - -.events-button .event-time { - color: rgba(255, 255, 255, 0.3); - font-feature-settings: "tnum"; -} - -.world-clocks-button .world-clocks-city { - color: rgba(255, 255, 255, 0.5); - font-weight: normal; - font-size: 0.9em; -} - -.world-clocks-button .world-clocks-time { - color: rgba(255, 255, 255, 0.5); - font-feature-settings: "tnum"; - font-weight: bold; - font-size: 0.9em; -} - -.world-clocks-button .world-clocks-time:ltr { - text-align: right; -} - -.world-clocks-button .world-clocks-time:rtl { - text-align: left; -} - -.world-clocks-button .world-clocks-timezone { - color: rgba(255, 255, 255, 0.5); - font-feature-settings: "tnum"; - font-size: 0.9em; -} - -.weather-button .weather-box { - spacing: 12px; -} - -.weather-button .weather-header-box { - spacing: 8px; -} - -.weather-button .weather-header.location { - font-weight: normal; - color: rgba(255, 255, 255, 0.5); - font-size: 0.8em; -} - -.weather-button .weather-forecast-icon { - icon-size: 24px; - color: rgba(255, 255, 255, 0.5); -} - -.weather-button .weather-forecast-time { - color: rgba(255, 255, 255, 0.5); - font-size: 0.7em; - font-feature-settings: "tnum"; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; - color: rgba(255, 255, 255, 0.65); - text-shadow: none; -} - -/* Message List */ -.message-list { - width: 30em; - padding: 0; - color: rgba(255, 255, 255, 0.7); - text-shadow: none; - border: none; -} - -.message-list:ltr { - margin-left: 0; - margin-right: 0; - padding-right: 0; - border-right-width: 0; -} - -.message-list:rtl { - margin-right: 0; - margin-left: 0; - padding-left: 0; - border-left-width: 0; -} - -.message-list .message-list-placeholder { - color: rgba(255, 255, 255, 0.3); -} - -.message-list .message-list-placeholder > StIcon { - icon-size: 48px; - margin-bottom: 6px; - -st-icon-style: symbolic; -} - -.message-list-sections { - spacing: 4px; - margin: 0; - padding-bottom: 4px; -} - -.message-list-sections:ltr { - margin-right: 2px; - padding-left: 4px; -} - -.message-list-sections:rtl { - margin-left: 2px; - padding-right: 4px; -} - -.message-list-section, -.message-list-section-list { - spacing: 4px; -} - -.message-list-controls { - margin: 4px 8px 0; - padding: 2px; - spacing: 8px; -} - -.message { - background-color: rgba(255, 255, 255, 0.03); - border: none; - border-radius: 10px; - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.message:hover, .message:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.message:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.popup-menu .message { - box-shadow: none; -} - -.message .message-icon-bin { - padding: 12px; - padding-right: 4px; -} - -.message .message-icon-bin:rtl { - padding-left: 4px; -} - -.message .message-icon-bin > StIcon { - icon-size: 36px; - -st-icon-style: symbolic; -} - -.message .message-icon-bin > .fallback-app-icon { - width: 16px; - height: 16px; -} - -.message .message-content { - spacing: 4px; - padding: 6px; - margin-bottom: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.message .message-title { - font-weight: bold; - padding-top: 0.57em; - color: rgba(255, 255, 255, 0.7); -} - -.message .message-secondary-bin { - padding: 0 4px; -} - -.message .message-secondary-bin > .event-time { - color: rgba(255, 255, 255, 0.7); - font-size: 0.9em; - padding-bottom: 0.13em; -} - -.message .message-secondary-bin > .event-time:ltr { - text-align: right; -} - -.message .message-secondary-bin > .event-time:rtl { - text-align: left; -} - -.message .message-close-button { - color: rgba(255, 255, 255, 0.7); - padding: 0; - height: 20px; - width: 20px; - border-radius: 9999px; -} - -.message .message-close-button:hover, .message .message-close-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.08); -} - -.message .message-close-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.message .message-close-button:insensitive { - color: rgba(255, 255, 255, 0.3); -} - -.message .message-body { - color: rgba(255, 255, 255, 0.5); -} - -.url-highlighter { - link-color: #3281EA; -} - -/* Media Controls */ -.message-media-control { - margin: 20px 4px !important; - padding: 8px !important; - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -.message-media-control:hover, .message-media-control:focus { - color: white; - background-color: rgba(255, 255, 255, 0.08); -} - -.message-media-control:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.message-media-control:insensitive { - color: rgba(255, 255, 255, 0.3); -} - -.message-media-control:last-child:ltr { - margin-right: 16px !important; -} - -.message-media-control:last-child:rtl { - margin-left: 16px !important; -} - -.media-message-cover-icon { - icon-size: 32px !important; - margin: 0; - padding: 0; -} - -.media-message-cover-icon.fallback { - background-color: rgba(255, 255, 255, 0.08); - padding: 8px; - color: rgba(255, 255, 255, 0.5); - border: none; - border-radius: 5px; - icon-size: 24px !important; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 12px; -} - -.candidate-popup-content { - background-color: #3C3C3C; - border-radius: 10px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); - margin: 2px 10px 13px; - padding: 4px; - spacing: 4px; - border: none; -} - -.candidate-index { - padding: 0 0.5em 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 2px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.08); - color: white; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.candidate-box:selected { - background-color: #3281EA; - color: white; -} - -.candidate-box:last-child { - margin-right: 0; -} - -.candidate-page-button-box { - height: 2em; -} - -.vertical .candidate-page-button-box { - padding-top: 0.5em; -} - -.horizontal .candidate-page-button-box { - padding-left: 0.5em; -} - -.candidate-page-button { - padding: 4px; -} - -.candidate-page-button-previous { - border-radius: 10px 0px 0px 10px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 0px 10px 10px 0px; -} - -.candidate-page-button-icon { - icon-size: 1em; -} - -.quick-settings { - padding: 12px !important; - border-radius: 28px !important; - margin-top: 2px !important; - border: none; -} - -.quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .button { - padding: 8px; -} - -.quick-settings .icon-button > StIcon, .quick-settings .background-app-item .close-button > StIcon, .background-app-item .quick-settings .close-button > StIcon, .quick-settings .button > StIcon { - icon-size: 16px; -} - -.quick-settings-grid { - spacing-rows: 8px; - spacing-columns: 8px; -} - -.quick-toggle, .quick-menu-toggle { - border-radius: 9999px; - min-width: 11em; - max-width: 11em; - min-height: 34px; - border: none; -} - -.quick-toggle { - background-color: rgba(255, 255, 255, 0.06) !important; - /* Move padding into the box; this is to allow menu arrows - to extend to the border */ -} - -.quick-toggle:hover { - background-color: rgba(255, 255, 255, 0.12) !important; -} - -.quick-toggle:active { - background-color: rgba(255, 255, 255, 0.24) !important; -} - -.quick-toggle:checked { - background-color: #3281EA !important; - color: white !important; -} - -.quick-toggle:checked:hover { - background-color: #478eec !important; - color: white !important; -} - -.quick-toggle:checked:active { - background-color: #5b9aee !important; - color: white !important; -} - -.quick-toggle > StBoxLayout { - spacing: 4px; -} - -.quick-toggle.button { - padding: 0; -} - -.quick-toggle > StBoxLayout { - padding: 0 8px; -} - -.quick-toggle:ltr > StBoxLayout { - padding-left: 10px; -} - -.quick-toggle:rtl > StBoxLayout { - padding-right: 10px; -} - -.quick-toggle .quick-toggle-title { - font-weight: bold; -} - -.quick-toggle StBoxLayout > .quick-toggle-subtitle { - font-weight: normal; - font-size: 12px; -} - -.quick-toggle .quick-toggle-icon { - icon-size: 16px; -} - -.quick-menu-toggle .quick-toggle { - min-width: auto; - max-width: auto; -} - -.quick-menu-toggle .quick-toggle:ltr { - border-radius: 9999px 0 0 9999px; -} - -.quick-menu-toggle .quick-toggle:ltr > StBoxLayout { - padding-right: 0; -} - -.quick-menu-toggle .quick-toggle:rtl { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle:rtr > StBoxLayout { - padding-left: 0; -} - -.quick-menu-toggle .quick-toggle:ltr:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle:rtl:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle-arrow { - background-color: rgba(255, 255, 255, 0.08) !important; - padding: 4px 7px; - border: none !important; -} - -.quick-menu-toggle .quick-toggle-arrow:hover { - background-color: rgba(255, 255, 255, 0.12) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:active { - background-color: rgba(255, 255, 255, 0.3) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:checked { - background-color: #3281EA !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:hover { - background-color: #478eec !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:active { - background-color: #5b9aee !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:ltr { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle-arrow:rtl { - border-radius: 9999px 0 0 9999px; -} - -.quick-slider > StBoxLayout { - spacing: 4px; -} - -.quick-slider .icon-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button { - padding: 6px; -} - -.quick-slider .slider-bin { - min-height: 16px; - padding: 4px; - border-radius: 9999px; -} - -.quick-slider .slider-bin:focus { - color: #3281EA; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.quick-slider .slider-bin:focus:active { - color: white; -} - -.quick-slider .quick-toggle-icon { - icon-size: 16px; -} - -.quick-toggle-menu { - border-radius: 20px !important; - padding: 8px; - margin: 8px 14px 0; - background-color: white !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item { - padding: 6px !important; - border-radius: 9999px !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item StLabel { - color: rgba(0, 0, 0, 0.65); -} - -.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.quick-toggle-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.25) !important; -} - -.quick-toggle-menu .popup-menu-item > StIcon { - -st-icon-style: symbolic; -} - -.quick-toggle-menu .popup-menu-item > :first-child:ltr { - padding-left: 6px !important; -} - -.quick-toggle-menu .popup-menu-item > :first-child:rtl { - padding-right: 6px !important; -} - -.quick-toggle-menu .popup-menu-item .popup-separator-menu-item-separator { - margin: 4px 12px 4px 0 !important; - padding: 0 !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item .toggle-switch { - background-image: url("assets/menu-toggle-off.svg"); -} - -.quick-toggle-menu .header { - spacing-rows: 2px; - spacing-columns: 8px; - padding-bottom: 8px; -} - -.quick-toggle-menu .header .icon { - icon-size: 24px; - border-radius: 9999px; - padding: 6px; - background-color: rgba(0, 0, 0, 0.08) !important; -} - -.quick-toggle-menu .header .icon.active { - background-color: #3281EA !important; - color: white !important; -} - -.quick-settings-system-item > StBoxLayout { - spacing: 8px; -} - -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button { - background-color: rgba(255, 255, 255, 0.06); -} - -.quick-settings-system-item .icon-button:hover, .quick-settings-system-item .background-app-item .close-button:hover, .background-app-item .quick-settings-system-item .close-button:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.quick-settings-system-item .icon-button:active, .quick-settings-system-item .background-app-item .close-button:active, .background-app-item .quick-settings-system-item .close-button:active { - background-color: rgba(255, 255, 255, 0.24); -} - -.quick-settings-system-item .icon-button > StIcon, .quick-settings-system-item .background-app-item .close-button > StIcon, .background-app-item .quick-settings-system-item .close-button > StIcon { - -st-icon-style: symbolic; -} - -.quick-settings-system-item .power-item { - min-height: 0; - min-width: 0; -} - -.quick-settings-system-item .power-item:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - background-color: transparent; -} - -.nm-network-item .wireless-secure-icon { - icon-size: 8px; -} - -.bt-device-item .popup-menu-icon { - -st-icon-style: symbolic; -} - -.bt-menu-placeholder.popup-menu-item { - text-align: center; - padding: 2em 4em; -} - -.device-subtitle { - color: rgba(255, 255, 255, 0.5); -} - -.background-apps-quick-toggle { - min-height: 34px; - background-color: transparent; -} - -.background-apps-quick-toggle StIcon { - icon-size: 16px !important; -} - -.background-app-item .popup-menu-icon { - icon-size: 32px !important; - -st-icon-style: regular !important; -} - -.background-app-item .close-button { - padding: 4px; -} - -.background-app-item.popup-inactive-menu-item { - color: white; -} - -/* Notifications & Message Tray */ -.notification-banner { - min-height: 64px; - width: 34em; - font-size: 1em; - margin: 8px 8px 12px; - border-radius: 10px; - color: white; - background-color: rgba(44, 44, 44, 0.92); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.notification-banner:hover { - background-color: rgba(44, 44, 44, 0.95); -} - -.notification-banner:focus { - background-color: #2C2C2C; -} - -.notification-banner .notification-actions { - spacing: 0; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - border-top: 1px solid rgba(255, 255, 255, 0.12) !important; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 10px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 10px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 10px 10px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08) !important; - outline: none !important; -} - -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { - background-color: rgba(255, 255, 255, 0.08); - color: white; - box-shadow: none !important; - outline: none !important; -} - -.notification-banner .notification-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #3281EA; - color: white; - border: 2px solid #3281EA; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: rgba(255, 255, 255, 0.7); -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: rgba(255, 255, 255, 0.7); -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - font-weight: bold; - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 0 4px; -} - -/* Modal Dialogs */ -.headline { - font-size: 15pt; - font-weight: 500; -} - -.modal-dialog { - border-radius: 24px; - color: white; - background-color: #2C2C2C; - border: 0 none rgba(0, 0, 0, 0.75); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; - background-color: #2C2C2C; -} - -.modal-dialog .modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; -} - -.end-session-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #F44336; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #f66c62; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #f32c1e; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #FBC02D; -} - -/* Message Dialog */ -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.lightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: rgba(255, 255, 255, 0.7); - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - font-size: 11.25pt; - font-weight: 400; - text-align: center; - color: rgba(255, 255, 255, 0.5); -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; -} - -.prompt-dialog .modal-dialog-linked-button:first-child { - color: #F44336; -} - -.prompt-dialog .modal-dialog-linked-button:first-child:active { - color: white !important; - background-color: #F44336; -} - -.prompt-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #3281EA; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #5c9bee; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #1b73e8; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:insensitive { - color: rgba(50, 129, 234, 0.5) !important; - background-color: rgba(50, 129, 234, 0.15); -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; - background-color: #2C2C2C; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; -} - -.prompt-dialog-error-label { - color: #FBC02D; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #FBC02D; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-device { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 10px; -} - -.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #3281EA; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Welcome dialog */ -.welcome-dialog-image { - background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); - background-size: contain; - /* Reasonable maximum dimensions */ - height: 300px; - width: 300px; -} - -/* Network Dialogs */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: white; -} - -.nm-dialog-header { - font-weight: bold; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-scroll-view { - border: none; - background-color: rgba(255, 255, 255, 0.08); - border-radius: 10px; - padding: 8px; - padding-right: 0; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 8px; - spacing: 0px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.nm-dialog-item:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.nm-dialog-item:selected { - background-color: #3281EA; - color: white; -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.nm-dialog-icons { - spacing: 8px; -} - -.no-networks-label { - color: rgba(255, 255, 255, 0.5); -} - -.no-networks-box { - spacing: 4px; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 8px; - padding: 8px 12px; - margin-bottom: 8em; - border-radius: 9999px; -} - -.osd-window > * { - spacing: 8px; -} - -.osd-window StIcon { - icon-size: 32px; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window StLabel:ltr { - margin-right: 4px; -} - -.osd-window StLabel:rtl { - margin-left: 4px; -} - -.osd-window .level { - height: 4px; - min-width: 160px; - margin-bottom: 4px; - -barlevel-height: 4px; - -barlevel-background-color: rgba(50, 129, 234, 0.3); - -barlevel-active-background-color: #3281EA; - -barlevel-overdrive-color: #F44336; - -barlevel-overdrive-separator-width: 3px; - -barlevel-border-width: 0; -} - -.osd-window .level:first-child { - margin-bottom: 0px; -} - -.osd-window .level:ltr { - margin-right: 4px; -} - -.osd-window .level:rtl { - margin-left: 4px; -} - -.osd-monitor-label { - border-radius: 16px; - font-size: 3em; - font-weight: bold; - margin: 6px; - text-align: center; - min-width: 1.3em; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.8); - border: none; -} - -.pad-osd-window .pad-osd-title-box { - spacing: 8px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 4px; -} - -.combo-box-label { - width: 15em; -} - -.resize-popup { - border-radius: 16px; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - border-radius: 16px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 10px; - border: none; -} - -.switcher-list .item-box:outlined { - background-color: rgba(255, 255, 255, 0.08); -} - -.switcher-list .item-box:selected { - background-color: #3281EA; - color: white; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-list .switcher-list-item-container { - spacing: 8px; -} - -.switcher-arrow { - border-color: rgba(255, 255, 255, 0.7); - color: rgba(255, 255, 255, 0.7); -} - -.switcher-arrow:highlighted { - color: white; -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -.cycler-highlight { - border: 5px solid #3281EA; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher-container { - border-radius: 16px; -} - -.workspace-switcher { - background: transparent; - border: none; - border-radius: 0; - padding: 0; - spacing: 8px; -} - -.ws-switcher-box { - height: 50px; - background-size: 32px; - border: none; - background: rgba(255, 255, 255, 0.08); - border-radius: 10px; -} - -.ws-switcher-active-up, -.ws-switcher-active-down, -.ws-switcher-active-left, -.ws-switcher-active-right { - height: 52px; - background-color: #3281EA; - border: none; - border-radius: 12px; - color: white; -} - -/* Top Bar */ -#panel { - font-weight: bold; - font-feature-settings: "tnum"; - padding: 0 !important; - transition-duration: 250ms; - height: 34px; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.65); - margin: 2px; - border-radius: 9999px; -} - -#panel.unlock-screen, #panel.login-screen, #panel:overview { - background-color: transparent; -} - -#panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel:overview .panel-corner { - -panel-corner-opacity: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(33, 33, 33, 0.65); - -panel-corner-border-width: 0; - -panel-corner-border-color: transparent; - -panel-corner-opacity: 1; - transition-duration: 250ms; -} - -#panel .panel-button { - font-weight: bold; - color: white; - -natural-hpadding: 9px; - -minimum-hpadding: 9px; - transition-duration: 150ms; - border: 2px solid transparent; - border-radius: 9999px; - margin: 0; -} - -#panel .panel-button.clock-display { - -natural-hpadding: 0 !important; - -minimum-hpadding: 0 !important; - padding: 0 !important; - spacing: 0 !important; -} - -#panel .panel-button.clock-display .clock-display-box { - spacing: 0; -} - -#panel .panel-button.clock-display .clock { - border-radius: 9999px; - padding: 0 8px !important; -} - -#panel .panel-button:hover { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:hover.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:hover.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 4px; - margin: 0; -} - -#panel .panel-button .appindicator-trayicons-box { - margin: 0 4px; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; -} - -#panel .panel-button#panelActivities { - -natural-hpadding: 10px; -} - -#panel .panel-button#panelActivities StBoxLayout { - spacing: 4px; -} - -#panel .panel-button#panelActivities .workspace-dot { - border-radius: 9999px; - min-width: 8px; - min-height: 8px; - background-color: white; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button { - border: 0 none transparent !important; - margin: 0 !important; - padding: 0 !important; - -natural-hpadding: 2px !important; - -minimum-hpadding: 2px !important; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .panel-status-menu-box { - spacing: 0; - padding: 0; - margin: 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon { - border-radius: 9999px; - width: 31px; - margin: 2px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:hover, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:checked, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:active, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:overview, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:focus, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button { - border-radius: 9999px; - width: 31px; - margin: 2px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_status_keyboard_InputSourceIndicator.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_AppIndicatorsIndicatorStatusIcon.panel-button { - -natural-hpadding: 13px !important; - -minimum-hpadding: 13px !important; -} - -#panel .screencast-indicator, -#panel .remote-access-indicator { - color: #FBC02D; -} - -#appMenu { - spacing: 4px; -} - -#appMenu .label-shadow { - color: transparent; -} - -#appMenu .panel-status-menu-box { - padding: 0 4px; - spacing: 4px; -} - -/* Activities Ripple */ -.ripple-box { - background-color: rgba(50, 129, 234, 0.35); - width: 52px; - height: 52px; - border-radius: 0 0 52px 0; -} - -.ripple-box:rtl { - border-radius: 0 0 0 52px; -} - -/* OVERVIEW */ -.controls-manager, .secondary-monitor-workspaces { - spacing: 8px; -} - -#overviewGroup { - background-color: #242424; -} - -.overview-controls { - padding-bottom: 32px; -} - -/* Window Picker */ -.window-picker { - spacing: 4px; -} - -.window-caption { - color: white; - background-color: rgba(25, 25, 25, 0.9); - border-radius: 9999px; - padding: 4px 8px; -} - -.window-close, .screenshot-ui-close-button { - background-color: #242424; - color: white; - border-radius: 21px; - padding: 3px; - height: 30px; - width: 30px; - box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); - transition-duration: 300ms; -} - -.window-close StIcon, .screenshot-ui-close-button StIcon { - icon-size: 24px; -} - -.window-close:hover, .screenshot-ui-close-button:hover { - background-color: #4a4a4a; -} - -.window-close:active, .screenshot-ui-close-button:active { - color: rgba(255, 255, 255, 0.8); - background-color: #171717; -} - -.workspace-background { - border-radius: 30px; - background-color: #242424; - box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.15); -} - -.search-entry { - min-height: 24px; - padding: 4px 4px; - width: 320px; - border-radius: 9999px; - selection-background-color: #3281EA; - selected-color: white !important; - caret-color: rgba(255, 255, 255, 0.7); - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.12); - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.search-entry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -.search-entry:focus { - color: white; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #3281EA; -} - -.search-entry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: rgba(255, 255, 255, 0.7); -} - -.search-entry StLabel.hint-text { - margin-left: 2px; - color: rgba(255, 255, 255, 0.5); -} - -#overview .search-entry { - margin-top: 8px; - margin-bottom: 4px; - border: none !important; - caret-color: rgba(0, 0, 0, 0.75); - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.75); - border-color: transparent; - box-shadow: none; -} - -#overview .search-entry:hover { - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.85); - box-shadow: none; -} - -#overview .search-entry:focus { - color: rgba(0, 0, 0, 0.85); - border-color: transparent; - background-color: rgba(255, 255, 255, 0.95); - border: none; - box-shadow: none; - selection-background-color: #3281EA; - selected-color: white !important; -} - -#overview .search-entry .search-entry-icon { - color: rgba(0, 0, 0, 0.65); -} - -#overview .search-entry:hover .search-entry-icon, #overview .search-entry:focus .search-entry-icon { - color: rgba(0, 0, 0, 0.75); -} - -#overview .search-entry StLabel.hint-text { - color: rgba(0, 0, 0, 0.35); -} - -/* Search */ -#searchResultsContent { - max-width: 1024px; - spacing: 4px; -} - -.search-section { - spacing: 6px; -} - -.search-section .search-section-separator { - height: 0; - background-color: transparent; -} - -.search-section-content { - background-color: rgba(255, 255, 255, 0.12); - border-radius: 14px; - border: none; - box-shadow: none; - text-shadow: none; - color: white; - padding: 12px; - spacing: 4px; -} - -.list-search-result, .search-provider-icon { - border-radius: 10px; -} - -.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 200ms; - border-radius: 10px; -} - -.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - border-radius: 10px; -} - -.grid-search-results { - spacing: 20px; - margin: 0 6px; -} - -.search-provider-icon .list-search-provider-content { - spacing: 8px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.7); -} - -.list-search-results { - spacing: 4px; -} - -.list-search-result .list-search-result-content { - spacing: 4px; -} - -.list-search-result .list-search-result-title { - spacing: 8px; -} - -.list-search-result .list-search-result-description { - color: rgba(255, 255, 255, 0.5); -} - -/* Dash */ -#dash { - font-size: 9pt; - font-weight: 400; - margin-top: 12px; -} - -#dash .placeholder { - background-image: none; - background-size: contain; - height: 32px; -} - -#dash .empty-dash-drop-target { - width: 32px; - height: 32px; -} - -#dash .app-well-app-running-dot { - margin-bottom: 15px; -} - -.dash-background { - background-color: rgba(255, 255, 255, 0.2); - margin-bottom: 12px; - padding: 12px; - spacing: 6px; - border-radius: 9999px; - box-shadow: none; - border: none; -} - -.dash-item-container > * { - margin: 0 2px; -} - -.dash-item-container:ltr:first-child { - margin-left: 0; -} - -.dash-item-container:rtl:first-child { - margin-right: 0; -} - -.dash-item-container .show-apps, -.dash-item-container .app-well-app { - padding-bottom: 12px !important; -} - -.dash-item-container .show-apps .overview-icon, -.dash-item-container .app-well-app .overview-icon { - padding: 8px !important; - border-radius: 9999px; -} - -.dash-separator { - width: 1px; - margin: 0 2px 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -.dash-label { - border-radius: 9999px; - padding: 4px 8px; - color: white; - background-color: rgba(0, 0, 0, 0.75); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); - text-align: center; - -y-offset: 6px; - -x-offset: 6px; -} - -/* App Grid */ -.grid-search-result .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon, .search-provider-icon, .list-search-result { - color: white; - border-radius: 20px; - padding: 8px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.icon-grid { - row-spacing: 12px; - column-spacing: 12px; - max-row-spacing: 42px; - max-column-spacing: 42px; - page-padding-top: 24px; - page-padding-bottom: 24px; - page-padding-left: 18px; - page-padding-right: 18px; -} - -/* App Icons */ - -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - - -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout, -.show-apps .overview-icon.overview-icon-with-label > StBoxLayout, -.app-well-app .overview-icon.overview-icon-with-label > StBoxLayout { - spacing: 4px; -} - -/* App Folders */ -.app-well-app.app-folder { - background: none; - border-radius: 20px; -} - -.app-well-app.app-folder .overview-icon { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 20px; -} - -.app-well-app.app-folder:hover .overview-icon { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-well-app.app-folder:active .overview-icon { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog { - border-radius: 40px; - border: none; - background-color: rgba(36, 36, 36, 0.95); - spacing: 6px; - box-shadow: none; - outline: none; -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, -.app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: 800; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - min-height: 28px; - padding: 4px; - border: none; - color: white; - background-color: rgba(255, 255, 255, 0.15); - caret-color: white; - selection-background-color: rgba(255, 255, 255, 0.12) !important; - selected-color: white !important; - width: 300px; -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.25); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.95); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.7); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border: none; - height: 32px; - width: 32px; - padding: 4px; - border-radius: 9999px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog .icon-grid { - row-spacing: 12px; - column-spacing: 30px; - page-padding-top: 0; - page-padding-bottom: 0; - page-padding-left: 0; - page-padding-right: 0; -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.app-folder-dialog-container { - padding: 12px; - width: 620px; - height: 620px; -} - -.app-well-app-running-dot { - width: 8px; - height: 2px; - border-radius: 0; - background-color: white; - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - width: 16px; - background-color: #3281EA; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 4px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 8px; -} - -.app-menu, -.app-well-menu { - max-width: 27.25em; -} - -.page-indicator { - padding: 4px 8px 0; -} - -.page-indicator .page-indicator-icon { - width: 10px; - height: 10px; - border-radius: 10px; - background-color: white; -} - -.apps-scroll-view { - padding: 0; -} - -.system-action-icon { - background-color: rgba(0, 0, 0, 0.8); - color: white; - border-radius: 9999px; -} - -.page-navigation-hint { - width: 300px; - color: white; -} - -.page-navigation-hint.dnd { - background: rgba(255, 255, 255, 0.1); -} - -.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { - background-gradient-start: rgba(255, 255, 255, 0.05); - background-gradient-end: transparent; - background-gradient-direction: horizontal; - border-radius: 15px 0px 0px 15px; -} - -.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { - background-gradient-start: transparent; - background-gradient-end: rgba(255, 255, 255, 0.05); - background-gradient-direction: horizontal; - border-radius: 0px 15px 15px 0px; -} - -.page-navigation-arrow { - margin: 6px; - padding: 18px; - width: 24px; - height: 24px; - border-radius: 9999px; - color: white; -} - -.page-navigation-arrow:insensitive { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.page-navigation-arrow:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.page-navigation-arrow:active { - background-color: rgba(255, 255, 255, 0.24); - color: white; -} - -/* Workspace pager */ -.workspace-thumbnails .workspace-thumbnail { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border: none; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 4px; - padding: 4px; -} - -.workspace-thumbnails .workspace-thumbnail { - border-radius: 3px; -} - -.workspace-thumbnails .placeholder { - background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg"); - background-size: contain; - width: 18px; -} - -.workspace-thumbnail-indicator { - border: 3px solid #3281EA; - border-radius: 3px; - padding: 0px; -} - -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(189, 214, 248, 0.3); - box-shadow: 0 0 2px 2px #8fbaf3; -} - -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #3281EA; - -pie-background-color: rgba(235, 243, 253, 0.3); -} - -.magnifier-zoom-region { - border: 2px solid #3281EA; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -.select-area-rubberband { - background-color: rgba(50, 129, 234, 0.3); - border: 1px solid #3281EA; -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.7); - border-radius: 9999px; - icon-size: 64px; -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 99px; - padding: 8px; - width: 40px; - height: 40px; -} - -.user-icon.user-avatar { - border: 2px rgba(255, 255, 255, 0.7); -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #FBC02D; -} - -/* Workspace animation */ -.workspace-animation { - background-color: #242424; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(50, 129, 234, 0.3); - border: 1px solid #3281EA; -} - -.tile-preview-left.on-primary { - border-radius: 11px 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 11px 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 11px 11px 0 0; -} - -/* On-screen Keyboard */ -#keyboard { - background-color: rgba(0, 0, 0, 0.85); - border: none; - border-top-width: 0; - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 4px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container { - padding: 2px; - spacing: 2px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 10px; - border: none; - color: inherit; - background-color: #212121; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: white; - background-color: #3b3b3b; -} - -.keyboard-key:checked, .keyboard-key:active { - color: white; - background-color: #545454; -} - -.keyboard-key:grayed { - background-color: #242424; - color: white; - border-color: #242424; -} - -.keyboard-key.default-key { - background-color: #0F0F0F; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { - color: rgba(255, 255, 255, 0.7); - background-color: #212121; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active { - color: rgba(255, 255, 255, 0.7); - background-color: #121212; -} - -.keyboard-key.enter-key { - background-color: #3281EA; - color: white; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: white; - background-color: #498fec; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: white; - background-color: #1667d3; -} - -.keyboard-key.shift-key-uppercase { - color: #3281EA; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #498fec; - background-color: #3281EA; -} - -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -/* Looking Glass */ -#LookingGlassDialog { - color: rgba(255, 255, 255, 0.7); - background-color: #242424; - spacing: 4px; - padding: 0; - border: none; - border-radius: 18px; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.45); -} - -#LookingGlassDialog > #Toolbar { - padding: 4px 6px; - border: none; - border-radius: 18px 18px 0 0; - background-color: #3e3e3e; - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .labels { - spacing: 0; - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 4px; - -minimum-hpadding: 4px; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); - transition-duration: 150ms; - padding-left: 12px; - padding-right: 12px; - min-height: 22px; - border-radius: 10px; - background-color: transparent; -} - -#LookingGlassDialog .notebook-tab:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); - text-shadow: none; - box-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: none; - color: white; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; -} - -.lg-dialog StEntry { - selection-background-color: #3281EA; - selected-color: white; - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.lg-dialog .shell-link { - color: #3281EA; -} - -.lg-dialog .shell-link:hover { - color: #3281EA; -} - -.lg-dialog .actor-link { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:hover { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:active { - color: rgba(204, 204, 204, 0.5); -} - -.lg-dialog .actor-link StIcon { - icon-size: 12px; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-title { - spacing: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-button { - min-height: 32px; - padding: 4px; - border: none; - border-radius: 10px; - font-size: 9.75pt; - font-weight: 500; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:focus { - color: white; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extensions-list { - padding: 4px; - spacing: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extension { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - padding: 4px; - box-shadow: none; -} - -.lg-extension-name { - font-size: 18pt; - font-weight: 400; - color: white; -} - -.lg-extension-meta { - spacing: 4px; -} - -#LookingGlassPropertyInspector { - color: white; - background: #333333; - border: none; - border-radius: 10px; - padding: 4px; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); -} - -#LookingGlassPropertyInspector .window-close, #LookingGlassPropertyInspector .screenshot-ui-close-button { - margin: 4px; -} - -.lg-debug-flag-button { - color: white; -} - -.lg-debug-flag-button StLabel { - padding: 4px, 8px; -} - -.lg-debug-flag-button:hover { - color: white; -} - -.lg-debug-flag-button:active { - color: #cccccc; -} - -.lg-debug-flags-header { - padding-top: 8px; - padding: 4px; -} - -.icon-label-button-container { - spacing: 4px; - font-size: 9pt; - font-weight: 400; -} - -.icon-label-button-container StIcon { - icon-size: 32px; -} - -.screenshot-ui-panel { - color: white; - background-color: #212121; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - border-radius: 31px; - padding: 12px; - padding-bottom: 6px; - margin-bottom: 4em; - spacing: 8px; -} - -.screenshot-ui-close-button { - padding: 4px !important; -} - -.screenshot-ui-close-button.left { - margin-left: 6px; -} - -.screenshot-ui-close-button.right { - margin-right: 6px; -} - -.screenshot-ui-type-button { - min-width: 48px; - padding: 8px 12px !important; - border-radius: 19px; -} - -.screenshot-ui-capture-button { - width: 36px; - height: 36px; - border-radius: 9999px; - border: 4px white; - padding: 2px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { - background-color: white; - transition-duration: 200ms; - border-radius: 9999px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { - background-color: #d9d9d9; -} - -.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { - background-color: gray; -} - -.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { - background-color: #F44336; -} - -.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { - background-color: #f55a4e; -} - -.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { - background-color: #f22314; -} - -.screenshot-ui-shot-cast-container { - background-color: rgba(255, 255, 255, 0.08); - border-radius: 10px; - padding: 3px; - spacing: 3px; -} - -.screenshot-ui-shot-cast-container:ltr { - margin-left: 9px; -} - -.screenshot-ui-shot-cast-container:rtl { - margin-right: 9px; -} - -.screenshot-ui-shot-cast-button { - padding: 4px 8px; - background-color: transparent; - border-radius: 7px; -} - -.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.screenshot-ui-shot-cast-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.screenshot-ui-shot-cast-button:checked { - background-color: white; - color: black; -} - -.screenshot-ui-shot-cast-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-show-pointer-button { - border-radius: 9999px; - padding: 8px !important; -} - -.screenshot-ui-show-pointer-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { - border: 2px white; -} - -.screenshot-ui-area-selector-handle { - border-radius: 9999px; - background-color: white; - box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); - width: 24px; - height: 24px; -} - -.screenshot-ui-window-selector { - background-color: #242424; -} - -.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { - margin: 100px; -} - -.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { - margin-bottom: 200px; -} - -.screenshot-ui-window-selector-window-border { - transition-duration: 200ms; - border-radius: 10px; - border: 6px transparent; -} - -.screenshot-ui-window-selector-check { - transition-duration: 200ms; - color: transparent; - border-radius: 9999px; - border-width: 12px; - icon-size: 24px; -} - -.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { - border-color: #135cbc; -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { - border-color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { - color: white; - background-color: #3281EA; -} - -.screenshot-ui-screen-selector { - transition-duration: 200ms; - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-screen-selector:hover { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-screen-selector:active { - background-color: rgba(0, 0, 0, 0.7); -} - -.screenshot-ui-screen-selector:checked { - background-color: transparent; - border: 2px white; -} - -.screenshot-ui-tooltip { - color: white; - background-color: #242424; - border-radius: 9999px; - padding: 4px 8px; - text-align: center; - -y-offset: 24px; -} - -/* Login Dialog */ -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog, -.unlock-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry, -.unlock-dialog StEntry { - selection-background-color: #3281EA; - selected-color: white !important; - caret-color: rgba(255, 255, 255, 0.7); - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.12); - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.login-dialog StEntry:focus, -.unlock-dialog StEntry:focus { - color: white; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #3281EA; -} - -.login-dialog StEntry:insensitive, -.unlock-dialog StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .modal-dialog-button-box, -.unlock-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button, -.unlock-dialog .modal-dialog-button { - padding: 4px 18px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, -.unlock-dialog .modal-dialog-button:hover, -.unlock-dialog .modal-dialog-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:active, -.unlock-dialog .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:insensitive, -.unlock-dialog .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default, -.unlock-dialog .modal-dialog-button:default { - color: rgba(255, 255, 255, 0.7); - background-color: #3281EA; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, -.unlock-dialog .modal-dialog-button:default:hover, -.unlock-dialog .modal-dialog-button:default:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:active, -.unlock-dialog .modal-dialog-button:default:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:insensitive, -.unlock-dialog .modal-dialog-button:default:insensitive { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button, -.unlock-dialog .cancel-button, -.unlock-dialog .switch-user-button, -.unlock-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 99px; - width: 32px; - height: 32px; - border: none; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .cancel-button:hover, .login-dialog .cancel-button:focus, -.login-dialog .switch-user-button:hover, -.login-dialog .switch-user-button:focus, -.login-dialog .login-dialog-session-list-button:hover, -.login-dialog .login-dialog-session-list-button:focus, -.unlock-dialog .cancel-button:hover, -.unlock-dialog .cancel-button:focus, -.unlock-dialog .switch-user-button:hover, -.unlock-dialog .switch-user-button:focus, -.unlock-dialog .login-dialog-session-list-button:hover, -.unlock-dialog .login-dialog-session-list-button:focus { - color: white; -} - -.login-dialog .cancel-button:active, -.login-dialog .switch-user-button:active, -.login-dialog .login-dialog-session-list-button:active, -.unlock-dialog .cancel-button:active, -.unlock-dialog .switch-user-button:active, -.unlock-dialog .login-dialog-session-list-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon, -.unlock-dialog .cancel-button StIcon, -.unlock-dialog .switch-user-button StIcon, -.unlock-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .caps-lock-warning-label, -.login-dialog .login-dialog-message-warning, -.unlock-dialog .caps-lock-warning-label, -.unlock-dialog .login-dialog-message-warning { - color: white; -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-button-box { - width: 23em; - spacing: 5px; -} - -.login-dialog-message { - text-align: center; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; - font-size: 1em; - font-weight: bold; - color: rgba(255, 255, 255, 0.7); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: white; -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: white; -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid white; -} - -.login-dialog-user-list-item { - border-radius: 10px; - padding: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list-item:ltr { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl { - padding-left: 1em; -} - -.login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: white; -} - -.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: white; -} - -.user-widget-label { - color: white; -} - -.user-widget.horizontal .user-widget-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; - text-align: left; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; - text-align: right; -} - -.user-widget.vertical .user-widget-label { - font-size: 15pt; - font-weight: 500; - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-label { - color: rgba(255, 255, 255, 0.5); - font-size: 1em; - padding-top: 1em; -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(25, 25, 25, 0.9); - color: white; - border-radius: 10px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(36, 36, 36, 0.9); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(25, 25, 25, 0.9); - background-color: rgba(255, 255, 255, 0.7); - border-radius: 99px; - margin-right: 12px; -} - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); -} - -#lockDialogGroup { - background-color: #242424; -} - -#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { - background-color: rgba(25, 25, 25, 0.2); -} - -#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { - background-color: rgba(25, 25, 25, 0.4); -} - -#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { - background-color: rgba(50, 129, 234, 0.5); -} - -.bottom #dashtodockDashScrollview, -.top #dashtodockDashScrollview { - -st-hfade-offset: 24px; -} - -.left #dashtodockDashScrollview, -.right #dashtodockDashScrollview { - -st-vfade-offset: 24px; -} - -#dashtodockContainer { - background: transparent; -} - -#dashtodockContainer .number-overlay { - min-width: 1.2em; - min-height: 1.2em; - color: white; - background-color: rgba(0, 0, 0, 0.75); - text-align: center; - padding: 0.4em 0.5em; -} - -#dashtodockContainer .notification-badge { - min-width: 16px; - min-height: 16px; - color: white; - background-color: #3281EA; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 9999px; - margin: 2px 3px 5px; - padding: 3px; - font-weight: bold; - text-align: center; -} - -#dashtodockContainer.top #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.top.straight-corner #dash, #dashtodockContainer.top.shrink.straight-corner #dash, #dashtodockContainer.top.extended #dash, #dashtodockContainer.top.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-background, #dashtodockContainer.top.shrink.straight-corner #dash .dash-background, #dashtodockContainer.top.extended #dash .dash-background, #dashtodockContainer.top.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner #dash .show-apps, #dashtodockContainer.top.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.straight-corner #dash .show-apps, #dashtodockContainer.top.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.extended #dash .show-apps, #dashtodockContainer.top.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.bottom #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.bottom.straight-corner #dash, #dashtodockContainer.bottom.shrink.straight-corner #dash, #dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-background, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-background, #dashtodockContainer.bottom.extended #dash .dash-background, #dashtodockContainer.bottom.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner #dash .show-apps, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.straight-corner #dash .show-apps, #dashtodockContainer.bottom.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended #dash .show-apps, #dashtodockContainer.bottom.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.left #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.left.straight-corner #dash, #dashtodockContainer.left.shrink.straight-corner #dash, #dashtodockContainer.left.extended #dash, #dashtodockContainer.left.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-background, #dashtodockContainer.left.shrink.straight-corner #dash .dash-background, #dashtodockContainer.left.extended #dash .dash-background, #dashtodockContainer.left.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner #dash .show-apps, #dashtodockContainer.left.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.straight-corner #dash .show-apps, #dashtodockContainer.left.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.extended #dash .show-apps, #dashtodockContainer.left.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.right #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.right.straight-corner #dash, #dashtodockContainer.right.shrink.straight-corner #dash, #dashtodockContainer.right.extended #dash, #dashtodockContainer.right.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-background, #dashtodockContainer.right.shrink.straight-corner #dash .dash-background, #dashtodockContainer.right.extended #dash .dash-background, #dashtodockContainer.right.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner #dash .show-apps, #dashtodockContainer.right.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.straight-corner #dash .show-apps, #dashtodockContainer.right.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.extended #dash .show-apps, #dashtodockContainer.right.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.extended .dash-background, #dashtodockContainer.straight-corner .dash-background { - border-radius: 0 !important; -} - -#dashtodockContainer.shrink .dash-background { - padding: 2px !important; -} - -#dashtodockContainer.shrink .dash-item-container .app-well-app, #dashtodockContainer.shrink .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.shrink.extended .dash-background { - border-radius: 0; -} - -#dashtodockContainer #dash, #dashtodockContainer:overview #dash { - background: transparent; -} - -#dashtodockContainer.left .dash-item-container .app-well-app, #dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, #dashtodockContainer.right .show-apps { - padding: 2px 4px !important; -} - -#dashtodockContainer.left .dash-background, #dashtodockContainer.right .dash-background { - margin-bottom: 0 !important; -} - -#dashtodockContainer.left.shrink .dash-background, #dashtodockContainer.left.shrink.extended .dash-background, #dashtodockContainer.right.shrink .dash-background, #dashtodockContainer.right.shrink.extended .dash-background { - padding: 1px 2px !important; -} - -#dashtodockContainer.left.shrink .dash-item-container .app-well-app, #dashtodockContainer.left.shrink .show-apps, #dashtodockContainer.left.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended .show-apps, #dashtodockContainer.right.shrink .dash-item-container .app-well-app, #dashtodockContainer.right.shrink .show-apps, #dashtodockContainer.right.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended .show-apps { - margin: 0 !important; - padding: 1px 0 !important; -} - -#dashtodockContainer.left.extended .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.right.extended .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner .dash-item-container .app-well-app { - padding: 2px 12px !important; -} - -#dashtodockContainer.left.extended .show-apps, #dashtodockContainer.left.straight-corner .show-apps, #dashtodockContainer.right.extended .show-apps, #dashtodockContainer.right.straight-corner .show-apps { - padding: 2px 12px 24px !important; -} - -#dashtodockContainer.top .dash-background, #dashtodockContainer.bottom .dash-background { - padding: 12px 10px !important; -} - -#dashtodockContainer.top.shrink .dash-background, #dashtodockContainer.bottom.shrink .dash-background { - padding: 2px 1px !important; -} - -#dashtodockContainer.top.shrink .dash-item-container .app-well-app, #dashtodockContainer.top.shrink .show-apps, #dashtodockContainer.bottom.shrink .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink .show-apps { - margin: 0 !important; - padding: 0 1px 12px !important; -} - -#dashtodockContainer.top.extended .dash-separator, #dashtodockContainer.top.straight-corner .dash-separator, #dashtodockContainer.bottom.extended .dash-separator, #dashtodockContainer.bottom.straight-corner .dash-separator { - margin: 0 8px !important; -} - -#dashtodockContainer.top.extended .dash-item-container .app-well-app, #dashtodockContainer.top.extended .show-apps, #dashtodockContainer.top.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner .show-apps, #dashtodockContainer.bottom.extended .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended .show-apps, #dashtodockContainer.bottom.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner .show-apps { - padding: 12px 2px !important; -} - -#dashtodockContainer #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer #dash .app-well-app-running-dot { - margin-bottom: 3px !important; -} - -#dashtodockContainer #dash StWidget.focused .app-well-app-running-dot { - background-color: #3281EA; -} - -#dashtodockContainer.opaque #dash .dash-background { - background-color: #212121; -} - -#dashtodockContainer.transparent #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer:overview #dash { - background: none; -} - -#dashtodockContainer:overview #dash .dash-background { - background-color: rgba(255, 255, 255, 0.12); -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #3281EA; -} - -#dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.opaque:overview .dash-background, #dashtodockContainer.transparent:overview .dash-background { - background-color: transparent !important; -} - -#dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { - background: none; -} - -#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - transition-duration: 250ms; - background-size: contain; -} - -#dashtodockContainer.shrink .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - padding: 1px 2px; -} - -#dashtodockContainer.extended .app-well-app .overview-icon, -#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, -#dashtodockContainer.extended:overview .show-apps .overview-icon { - border-radius: 10px; -} - -#dashtodockContainer .metro .overview-icon { - border-radius: 0; -} - -.dashtodock-app-well-preview-menu-item { - padding: 1em 1em 0.5em 1em; -} - -#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { - width: 1px; - height: auto; - border-right-width: 1px; - margin: 32px 0; -} - -.dashtopanelMainPanel { - border-radius: 0 !important; - padding: 0 !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .dash-background { - background-color: rgba(33, 33, 33, 0.65); - margin-bottom: 0 !important; - padding: 0 !important; - border-radius: 0 !important; -} - -.dashtopanelMainPanel .show-apps .overview-icon { - margin: 0 !important; - border-radius: 5px !important; -} - -.dashtopanelMainPanel .panel-button, .dashtopanelMainPanel .panel-button.clock-display .clock { - border-radius: 7px !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .arcmenu-menu-button { - border-radius: 5px !important; - padding: 8px 6px !important; -} - -.popup-menu.panel-menu .popup-menu-content, .popup-menu.panel-menu.quick-settings .popup-menu-content { - margin-bottom: 2px !important; -} - -.dashtopanelSecondaryMenu { - border-radius: 12px !important; -} - -#preview-menu { - margin: 4px !important; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important; - border-radius: 12px !important; - padding: 0 !important; -} - -#dashtopanelPreviewScrollview { - padding: 12px 0 !important; - border-radius: 12px !important; -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:focus { - color: white; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.openweather-provider:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: white; -} - -.openweather-current-databox-values { - background: none; - color: rgba(255, 255, 255, 0.5); -} - -.openweather-current-databox-captions { - background: none; - color: rgba(255, 255, 255, 0.5); -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: rgba(255, 255, 255, 0.7); -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: rgba(255, 255, 255, 0.5); -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: rgba(255, 255, 255, 0.7); -} - -.popup-sub-menu .openweather-current-icon, .popup-sub-menu .openweather-current-summary, .popup-sub-menu .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.95); -} - -.popup-sub-menu .openweather-current-databox-values { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-current-databox-captions { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-forecast-icon, .popup-sub-menu .openweather-forecast-summary { - color: rgba(0, 0, 0, 0.85); -} - -.popup-sub-menu .openweather-forecast-day, .popup-sub-menu .openweather-forecast-temperature { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-sunrise-icon, .popup-sub-menu .openweather-sunset-icon, .popup-sub-menu .openweather-build-icon { - color: rgba(0, 0, 0, 0.85); -} - -.arcmenu-menu-button, -.arcmenu-button { - border-width: 0 !important; - border-radius: 9999px !important; -} - -.cosmic-solid-bg { - background-color: #242424; -} - -.cosmic-dock #dock { - background-color: transparent; -} - -.cosmic-dock #dock .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -.cosmic-dock.extended #dash { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; - padding: 0 0; -} - -.cosmic-dock.extended #dash .dash-background { - border-radius: 0; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -.overview-components-transparent .search-entry, -.overview-components-light .search-entry, -.overview-components-dark .search-entry { - caret-color: rgba(255, 255, 255, 0.75) !important; -} - -.overview-components-transparent .search-entry .search-entry-icon, -.overview-components-light .search-entry .search-entry-icon, -.overview-components-dark .search-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.65); -} - -.overview-components-transparent .search-entry StLabel.hint-text, -.overview-components-light .search-entry StLabel.hint-text, -.overview-components-dark .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.35) !important; -} diff --git a/themes/.themes/Orchis-Dark-Compact/gnome-shell/pad-osd.css b/themes/.themes/Orchis-Dark-Compact/gnome-shell/pad-osd.css deleted file mode 100644 index 31c2377..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gnome-shell/pad-osd.css +++ /dev/null @@ -1,30 +0,0 @@ -.Leader { - stroke-width: .5 !important; - stroke: #535353; - fill: none !important; -} - -.Button { - stroke-width: .25; - stroke: #ededed; - fill: #ededed; -} - -.Ring { - stroke-width: .5 !important; - stroke: #535353 !important; - fill: none !important; -} - -.Label { - stroke: none !important; - stroke-width: .1 !important; - font-size: .1 !important; - fill: transparent !important; -} - -.TouchStrip, .TouchRing { - stroke-width: .1 !important; - stroke: #ededed !important; - fill: #535353 !important; -} diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/apps.rc b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/apps.rc deleted file mode 100644 index 530e72f..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/apps.rc +++ /dev/null @@ -1,92 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. -# custom widgets, programs giving us a chance to alter their UI to fit more with -# the theme or stuff that is supposed to look different, like panels. - -# TODO: This could really look nicer -style "gimp_spin_scale" { - # Spin background - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "chrome_gtk_frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 -} - -# Disable spin button assets for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" - -# Chromium lets us define some colours and settings for better integration -class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/border.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/border.png deleted file mode 100644 index 20d503b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/border.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-active.png deleted file mode 100644 index d941286..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-disabled.png deleted file mode 100644 index 72e96fa..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-hover.png deleted file mode 100644 index a60405b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button.png deleted file mode 100644 index 453c9f0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 100644 index 280c8c7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-disabled.png deleted file mode 100644 index 8f01e1d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 100644 index 1afd9cd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 89e7943..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 100644 index 8c00947..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png deleted file mode 100644 index 41cf117..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 100644 index a530150..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed.png deleted file mode 100644 index 3c60bdf..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 100644 index e584aa1..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png deleted file mode 100644 index fcc9144..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 100644 index 576e02f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index c6030dd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-active.png deleted file mode 100644 index 1719361..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-disabled.png deleted file mode 100644 index b89db89..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-hover.png deleted file mode 100644 index c289e30..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry.png deleted file mode 100644 index 90ea958..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-left-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-active.png deleted file mode 100644 index aa77a4b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-disabled.png deleted file mode 100644 index 280362d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-hover.png deleted file mode 100644 index d34a87e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry.png deleted file mode 100644 index 6503c06..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/combo-right-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-active.png deleted file mode 100644 index 5fb1896..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-background-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index ce14ba8..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-background.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-background.png deleted file mode 100644 index fdf26ab..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-disabled.png deleted file mode 100644 index 72e96fa..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-hover.png deleted file mode 100644 index c56ef47..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry.png deleted file mode 100644 index 453c9f0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-active.png deleted file mode 100644 index d941286..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-disabled.png deleted file mode 100644 index e83089d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-hover.png deleted file mode 100644 index a60405b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button.png deleted file mode 100644 index e83089d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/flat-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/focus.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/focus.png deleted file mode 100644 index df25091..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame-inline.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index 7d10ff1..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame-notebook.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index 7b5020e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame.png deleted file mode 100644 index f617e4f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz-active.png deleted file mode 100644 index dc092fa..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz-hover.png deleted file mode 100644 index 5f06bfa..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index 92142fd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert-active.png deleted file mode 100644 index d7d2c6e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert-hover.png deleted file mode 100644 index 69d104b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index 8beda09..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png deleted file mode 100644 index 9a201e2..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-checked.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 5a522b7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png deleted file mode 100644 index fdded11..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-mixed.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index 85c7537..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png deleted file mode 100644 index c848c73..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index f3e3d8d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png deleted file mode 100644 index 9272328..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-checked.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 12bd2b4..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png deleted file mode 100644 index fdded11..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-mixed.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index 85c7537..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png deleted file mode 100644 index c848c73..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-unchecked.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index f3e3d8d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-alt-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-alt-disabled.png deleted file mode 100644 index 3f97de3..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-alt.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-alt.png deleted file mode 100644 index c5d452c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-disabled.png deleted file mode 100644 index 412fbab..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down.png deleted file mode 100644 index ae90840..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-alt-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-alt-disabled.png deleted file mode 100644 index 57cdac8..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-alt.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-alt.png deleted file mode 100644 index 80dc6f0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-disabled.png deleted file mode 100644 index 994d4dd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-semi.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index 51c5b22..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left.png deleted file mode 100644 index d5853ab..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-alt-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-alt-disabled.png deleted file mode 100644 index 58041f9..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-alt.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-alt.png deleted file mode 100644 index 11ead9e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-disabled.png deleted file mode 100644 index 633d232..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-semi.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index 9b77f10..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right.png deleted file mode 100644 index d6c41a8..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-alt-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-alt-disabled.png deleted file mode 100644 index 7785e26..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-alt.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-alt.png deleted file mode 100644 index 375e1b6..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-disabled.png deleted file mode 100644 index 242c40c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up.png deleted file mode 100644 index f2a2247..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/progressbar-progress.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/progressbar-progress.png deleted file mode 100644 index 5eb34a6..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/progressbar-progress.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/progressbar-trough.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/progressbar-trough.png deleted file mode 100644 index aba61d5..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/progressbar-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-active.png deleted file mode 100644 index 8074b0d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-disabled.png deleted file mode 100644 index 5c263bb..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-hover.png deleted file mode 100644 index 3abd778..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index 79727be..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-active.png deleted file mode 100644 index 8c00947..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-disabled.png deleted file mode 100644 index 41cf117..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 100644 index a530150..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed.png deleted file mode 100644 index 3c60bdf..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 100644 index e584aa1..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-disabled.png deleted file mode 100644 index fcc9144..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 100644 index 576e02f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index c6030dd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index 99c3fcd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png deleted file mode 100644 index ba71de2..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index 8fa6c3b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index ee7a21e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-disabled.png deleted file mode 100644 index c024215..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index 7cd2615..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index 0ec3805..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index 3af50b3..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png deleted file mode 100644 index 142e937..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index 00f75cd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index bd00ddf..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png deleted file mode 100644 index 3ffd8c4..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index fd1bfe2..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index a3cb348..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-trough.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index e5e9d5b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png deleted file mode 100644 index 2d63c0d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png deleted file mode 100644 index 7ca8e6b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png deleted file mode 100644 index 2b80215..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png deleted file mode 100644 index 5394756..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png deleted file mode 100644 index 5e35639..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png deleted file mode 100644 index 344037d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png deleted file mode 100644 index a5baa4e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png deleted file mode 100644 index 59039a9..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png deleted file mode 100644 index 3e50c25..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png deleted file mode 100644 index 056290d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index 52ec5a2..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png deleted file mode 100644 index 0b1d0a0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index 3a9168b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index bf60f8e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index b9c6739..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png deleted file mode 100644 index 6ae4a44..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index 09cc0bc..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index f5ce411..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index af8b227..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png deleted file mode 100644 index 932ef70..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index cf4b3dd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index f2d50ce..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index 73854ae..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png deleted file mode 100644 index 463fd62..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index 1d30d56..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index 2836fa3..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/tab.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/tab.png deleted file mode 100644 index 9cb811b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/tab.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button-active.png deleted file mode 100644 index 45da44f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png deleted file mode 100644 index a240cb6..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button.png deleted file mode 100644 index 269e20e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-ltr-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button-active.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button-active.png deleted file mode 100644 index a5a46b9..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png deleted file mode 100644 index 810a277..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button.png b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button.png deleted file mode 100644 index 269e20e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/assets/treeview-rtl-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/gtkrc b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/gtkrc deleted file mode 100644 index 881540b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/gtkrc +++ /dev/null @@ -1,36 +0,0 @@ -# Based on Bridge by ScionicSpectre and Adwaita by GNOME -# vim:set ts=2 sw=2 sts=2 ai et: -# -# This is the GTK 2 version of Materia. It's whole purpose is to look as the -# GTK 3 version as much as possible until GTK 2 dies completely. -# -# Note: comments for explaining styles are on the bottom of each file beside the -# widget matches. - -# Declare the colours used throughout the theme. -# There shouldn't be any fiddling with them in the theme files themselves in -# order to not mess up the dark theme. - -# Text/base -gtk-color-scheme = "text_color:#FFFFFF\nbase_color:#2C2C2C" -# Foreground/background -gtk-color-scheme = "fg_color:#FFFFFF\nbg_color:#212121" -# Selected foreground/background -gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#3281EA" -# Titlebar foreground/background -gtk-color-scheme = "titlebar_fg_color:#FFFFFF\ntitlebar_bg_color:#2C2C2C" -# Menus -gtk-color-scheme = "menu_color:#3C3C3C" -# Tooltips foreground/background -gtk-color-scheme = "tooltip_fg_color:#FFFFFF\ntooltip_bg_color:#616161" -# Links -gtk-color-scheme = "link_color:#3281EA\nvisited_link_color:#CE93D8" - -# Set GTK settings -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -# And hand over the control to the theme files -include "main.rc" -include "apps.rc" -include "hacks.rc" diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/hacks.rc b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/hacks.rc deleted file mode 100644 index c288da3..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/hacks.rc +++ /dev/null @@ -1,36 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file contains horrible hacks to make this theme work with some programs -# This is mostly due to the limitations of GTK 2 but sometimes its the fault of -# the programs themselves. Not going to point fingers. -# -# Either way, it's a WONTFIX for both, hence this horrible file. - -style "toplevel_hack" { - engine "adwaita" {} -} - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -style "vim_notebook" { - bg[NORMAL] = @base_color - bg[ACTIVE] = @bg_color -} - -# Vim puts an eventbox between the tab and the label and colours it, -# we need to handle that -widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" - -# (he)xchat input box -class "SexySpellEntry" style:highest "normal_entry" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but GTK uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that -widget_class "*Chrom*<GtkEntry>" style "chrome_entry" - -# Hack to be able to match widgets in LibreOffice -class "GtkWindow" style "toplevel_hack" diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/main.rc b/themes/.themes/Orchis-Dark-Compact/gtk-2.0/main.rc deleted file mode 100644 index d1716f7..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-2.0/main.rc +++ /dev/null @@ -1,2636 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This is the main theme file, handling all the default widgets and theme -# properties. Since GTK 2 is old, we need to overcome some of its limitations, -# which is also mostly done in this file. Sadly not all of them can be overcome -# so there will always be a visible difference between the GTK 2 and 3 theme. - -style "default" { - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-padding = 0 - GtkWidget::focus-line-width = 2 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) - GtkToolbar::internal-padding = 2 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 4 - GtkWidget::tooltip-alpha = 230 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @visited_link_color - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkHTML::vlink-color = @visited_link_color - GtkIMHtml::hyperlink-color = @link_color - GtkIMHtml::hyperlink-visited-color = @visited_link_color - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 3 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {0, 0, 0, 0} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {0, 0, 0, 0} - - GtkPaned::handle-size = 8 - GtkHPaned::handle-size = 8 - GtkVPaned::handle-size = 8 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 17 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 24 - GtkScale::slider_width = 24 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 4 - GtkProgressBar::min-vertical-bar-width = 4 - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 4 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 12 - - GtkCheckButton::indicator-size = 24 - GtkCheckButton::indicator_spacing = 2 - GtkOptionMenu::indicator_spacing = {8, 8, 4, 4} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 0 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 0 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = mix (0.5, @text_color, @base_color) - text[ACTIVE] = @text_color - - base[NORMAL] = @base_color - base[PRELIGHT] = mix (0.08, @text_color, @base_color) - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-disabled.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - - image { - function = ARROW - detail = "vscrollbar" - } - - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-left-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-right-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left-alt.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right-alt.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {5, 5, 5, 5} # Super strange, {4, 4, 4, 4} does not work properly... - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-horz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-horz-hover.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-horz-active.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-vert-hover.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-vert-active.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - state = NORMAL - file = "assets/pan-down-alt.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = PRELIGHT - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = ACTIVE - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = INSENSITIVE - file = "assets/pan-down-alt-disabled.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-right-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-right-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-left-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-left-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 1, 0, 0} - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {1, 0, 0, 0} - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 0, 1} - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 1, 0} - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {1, 0, 0, 0} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 1, 0, 0} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-ltr-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-rtl-trough.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-disabled.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-hover.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-active.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-disabled.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-hover.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-active.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-disabled.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - ########## - # Scales # - ########## - - # Troughs, overrided later on. We set them here too because some widgets - # don't specify their orientation. - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-disabled.png" - } - - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-disabled.png" - } - - ########### - # Menubar # - ########### - - # image { - # function = BOX - # detail = "menubar" - # file = "assets/border.png" - # border = {0, 0, 0, 1} - # } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - - ######### - # Spins # - ######### - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-disabled.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-disabled.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-disabled.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-disabled.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - } -} - -style "menubar" { - bg[NORMAL] = @titlebar_bg_color - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) - # Needed to fix Firefox's menubar text - bg[SELECTED] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[SELECTED] = @titlebar_fg_color -} - -style "menubar_item" { - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - bg[PRELIGHT] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) -} - -style "menu" { - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @menu_color - bg[INSENSITIVE] = @menu_color - bg[PRELIGHT] = @menu_color - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) -} - -style "menu_item" { - xthickness = 4 - ythickness = 4 - - bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) - fg[PRELIGHT] = @fg_color - # Chromium uses this setting - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) - text[SELECTED] = @fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - border = {0, 0, 0, 1} - } - } -} - -style "button_label" { - # fg[NORMAL] = mix(0.7, @fg_color, @bg_color) - # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "normal_button_label" { - # fg[NORMAL] = @fg_color - # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) - - font_name = "Regular" -} - -style "button" { - xthickness = 6 - ythickness = 6 - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) - - # We set this same as the border of the border of the entry - # This way there's no overlap - xthickness = 6 - ythickness = 6 -} - -style "combobox" { - xthickness = 6 - ythickness = 6 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/entry-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "combobox_cellview" { - # text[NORMAL] = mix(0.7, @fg_color, @bg_color) - # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) -} - -style "combobox_entry" { - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 2, 0, 0} - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - - engine "pixmap" { - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-left-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-left-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-left-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-right-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-right-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-right-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-right-entry.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-right-entry-hover.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-right-entry-active.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-right-entry-disabled.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-left-entry.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-left-entry-hover.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-left-entry-active.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-left-entry-disabled.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - } -} - -style "combo_button_padding" { - # Since one side of the button is missing, we need to shift the arrow a - # little to the right. - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button. - GtkButton::inner-border = {3, 6, 3, 3} -} - -style "notebook" { - xthickness = 3 - ythickness = 3 -} - -style "notebook_tab_label" { - fg[ACTIVE] = mix(0.7, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - base[NORMAL] = @base_color - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = @base_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = @bg_color -} - -style "normal_entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - } -} - -style "scale_vert" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - } -} - -style "progressbar" { - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "treeview_header" { - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = mix(0.7, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - - font_name = "Medium" - - GtkButton::inner-border = {4, 4, 0, 2} - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/treeview-ltr-button.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-ltr-button-hover.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-ltr-button-active.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = NORMAL - file = "assets/treeview-rtl-button.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-rtl-button-hover.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-rtl-button-active.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -style "scrolled_window" { - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -style "frame" { - engine "pixmap" { - image { - function = SHADOW - shadow = NONE - } - - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - } -} - -style "tool_button" { - GtkButton::inner-border = {2, 2, 2, 2} - - # For the sake of sanity style buttons this way - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/flat-button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/flat-button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = OUT - file = "assets/flat-button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = IN - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - # GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - image { - function = BOX - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } -} - -style "tooltip" { - xthickness = 8 - ythickness = 8 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "disable_text_shadow" { - engine "murrine" { - textstyle = 0 - } -} - -style "disable_separator" { - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 -} - -# Default style, containing theme properties and trying to match every widget as -# much as possible, which is not only faster than trying to match every widget -# by its own but also less bug-prune and more consistent. However there is some -# widget specific stuff that needs to be taken care of, which is the point of -# every other style below. -class "GtkWidget" style "default" - -###################################### -# Override padding, style and colour # -###################################### - -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -# Menu and menubar items -widget_class "*<GtkMenuItem>*" style "menu_item" -widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" -widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" - -# Treeview buttons -widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*<GtkComboBox>.<GtkButton>" style "combobox" -widget_class "*<GtkOptionMenu>" style "combobox" - -# And disable separators on them -widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFontButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFileChooserButton>*<GtkSeparator>" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" - -# Join the Combo entry and button -widget_class "*<GtkCombo>*" style "combobox_entry" - -# Tweak the padding on the button a little bit because it -# uses it a bit differently -widget_class "*<GtkCombo>.<GtkButton>" style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there -# isn't a way to apply the style to only the comboboxes that -# have an entry inside - -# Tool buttons have different styles -widget_class "*<GtkToolButton>*<GtkButton>" style "tool_button" -widget_class "*<GtkVBox>*<GtkEventBox>.<GtkToolbar>*<GtkButton>" style "tool_button" - -# Notebooks -widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" -widget_class "*<GtkNotebook>.<GtkHBox>.<GtkLabel>" style "notebook_tab_label" - -# Notebooks are white, act accordingly -widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" -widget_class "*<GtkNotebook>*<GtkProgressBar>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GimpRuler>" style "notebook_bg" -widget_class "*<GtkNotebook>.<GimpDisplayShell>*<GtkEventBox>" style "notebook_bg" - -# However, stuff inside eventboxes inside notebooks is grey -# again, react -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "normal_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkProgressBar>" style "normal_bg" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "normal_bg" - -# Button labels -widget_class "*<GtkButton>.<GtkLabel>" style "button_label" - -# Normalize button labels -widget_class "*<GtkCheckButton>.<GtkLabel>" style "normal_button_label" -widget_class "*<GtkOptionMenu>.<GtkLabel>" style "normal_button_label" - -# ComboBoxes tend to draw the button label with text[] -# instead of fg[], we need to fix that -widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview" - -# Disable white text shadows -widget_class "*<GtkLabel>" style "disable_text_shadow" -widget_class "*<GtkCellView>" style "disable_text_shadow" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-light.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-light@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/gtk-dark.css b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/gtk-dark.css deleted file mode 100644 index 128607c..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,8557 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #3281EA 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #3281EA 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #F44336; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 4; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 10px; - -gtk-secondary-caret-color: #3281EA; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: white; - background-color: #414141; -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #3281EA; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 10px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 10px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -.background.csd { - border-radius: 0 0 16px 16px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #212121; - color: white; -} - -.gtkstyle-fallback:hover { - background-color: #141414; - color: white; -} - -.gtkstyle-fallback:active { - background-color: #080808; - color: white; -} - -.gtkstyle-fallback:disabled { - background-color: #212121; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #3281EA; - color: white; -} - -.view { - background-color: #2C2C2C; - color: white; -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview { - border-radius: 10px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 10px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label { - color: rgba(255, 255, 255, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: white; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 32px; - padding: 0 8px; - border-radius: 10px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: white; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #F44336; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #FBC02D; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #3C3C3C; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #3281EA; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #F44336; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #F44336; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FBC02D; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#3281EA), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3281EA), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, .nautilus-window.background.csd notebook > header tab button.flat:checked, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .nautilus-window.background.csd notebook > header tab button.flat:checked:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 22px; - min-width: 22px; - padding: 4px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 8px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 24px; - padding: 0 8px; - border-radius: 5px; - color: white; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -/********* - * Links * - *********/ -*:link { - color: #3281EA; -} - -*:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 24px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 4px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 4px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 2px; -} - -spinbutton.vertical button.down { - margin: 0 2px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 2px 6px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px; - background-color: #212121; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.inline-toolbar { - padding: 4px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -searchbar > revealer > box, -.location-bar { - padding: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: white; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 16px 16px 0 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 10px; - margin-left: 2px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 10px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 4px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 4px; - padding-right: 4px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 22px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 16px 16px 0 0; - border: none; - padding: 4px 2px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 0 2px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 40px; - padding: 0 4px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #2C2C2C; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar separator.titlebutton { - margin-top: 10px; - margin-bottom: 10px; - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 8px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 2px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 4px; - padding-right: 4px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 10px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(255, 255, 255, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: white; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #2C2C2C; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 2px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 10px; -} - -menu { - margin: 2px; - padding: 4px; - background-color: #3C3C3C; - background-clip: border-box; -} - -.background > menu { - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 3px 6px; - color: white; - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: white; -} - -menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: #505050; -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - border-radius: 6px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 10px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: white; - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 9px; -} - -popover.background.combo { - padding: 4px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 4px; -} - -popover.background > stack { - margin: 0px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 8px; - margin: 0; -} - -popover.background separator { - margin: 2px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - padding: 4px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame, notebook.frame > stack { - border-radius: 5px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 5px 5px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 10px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 5px 5px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 5px 5px; -} - -notebook > header.left > tabs > tab { - border-radius: 5px 0 0 5px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 5px 5px 0; -} - -notebook.frame > header.top { - border-radius: 5px 5px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 5px 5px; -} - -notebook.frame > header.left { - border-radius: 5px 0 0 5px; -} - -notebook.frame > header.right { - border-radius: 0 5px 5px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border-width: 1px; - border-color: #404040; - background-color: #212121; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 10px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: white; -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #3281EA; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 10px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 11px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 10px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #3281EA; -} - -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification > box > label { - padding-left: 6px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: white; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 2px 4px; - border: 1px solid rgba(255, 255, 255, 0.12); - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.3); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #3C3C3C; -} - -messagedialog .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -messagedialog .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -messagedialog.csd.background { - border-bottom-left-radius: 16px; - border-bottom-right-radius: 16px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -4px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 4px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #3281EA; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #F44336; -} - -.csd filechooser { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 16px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 16px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #2C2C2C; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 5px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 16px 16px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 10px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 16px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; -} - -.solid-csd decoration:backdrop { - background-color: #2C2C2C; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#3281EA, 0.08); - background-image: radial-gradient(circle, alpha(#3281EA, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - margin: 2px; - border-radius: 7px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 24px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 8px; - background-color: #2C2C2C; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - margin: 0 0 8px 8px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 16px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: white; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #2C2C2C; - border-radius: 14px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #2d3949; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border-style: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: white; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 10px; - padding-right: 10px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #3281EA; - color: #3281EA; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -.conflict-row:not(:selected) { - background-color: #6a582c; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window paned > separator { - background-color: #242424; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 16px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #242424; - border-bottom-left-radius: 16px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 4px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -56px; - padding-right: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -56px; - padding-left: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #3C3C3C; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 4px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -2px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -2px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#242424); -} - -.csd .tweak-categories { - border-bottom-left-radius: 16px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#2C2C2C); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#2C2C2C); -} - -.tweak-group-startup { - background-image: image(#2C2C2C); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 10px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 16px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 16px; - border-top-left-radius: 16px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 16px 16px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #2C2C2C; - border-bottom-right-radius: 16px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 10px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #2C2C2C; - border-bottom-left-radius: 16px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 16px 16px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 2px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 16px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #212121; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - padding: 2px 2px 0; -} - -tabbox > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 16px; -} - -#weather-page-content-view { - border-bottom-right-radius: 16px; - border-bottom-left-radius: 16px; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 16px 16px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 16px; - border-top-right-radius: 16px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 16px; - border-top-right-radius: 16px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 4px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -stack.view.polari-entry-area { - background-color: #212121; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 16px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#212121); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -layouttabbar > box > button { - margin: 4px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -2px #3281EA; - background-color: #2C2C2C; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #F44336; - color: white; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 10px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 10px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -preferences stacksidebar.sidebar list { - background-color: #242424; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 10px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 10px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - margin-bottom: -1px; - padding: 4px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #3281EA 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #3281EA; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: white; -} - -dockoverlayedge { - background-color: #212121; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #3281EA; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #3281EA; -} - -pillbox { - background-color: #212121; - border-radius: 10px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 8px; - padding-right: 8px; -} - -button.dzlmenubutton image { - min-width: 26px; -} - -button.dzlmenubutton image.arrow { - min-width: 23px; -} - -button.dzlmenubuttonitem { - color: white; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -idelayoutstackheader button:checked { - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #212121; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(50, 129, 234, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #3281EA; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #3281EA; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3281EA; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: white; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: white; -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel .view { - background-image: image(#242424); -} - -.side-panel .view:hover { - background-image: image(#363636); -} - -.side-panel .view:selected { - background-image: image(#3281EA); -} - -.side-panel .view:selected:hover { - background-image: image(#428bec); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 16px 16px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 16px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 16px; - background-color: #212121; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 16px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 16px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 4px 0 2px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -4px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -4px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 16px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -list.categories { - background-image: image(#242424); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 10px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 32px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: white; - background-color: #212121; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #242424; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #2C2C2C; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #2C2C2C; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - background-color: #2C2C2C; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 16px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 16px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #2C2C2C; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 10px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 16px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#3C3C3C); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 28px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 18px; - min-width: 14px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #212121; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 10px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -notebook.meld-notebook > stack { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.meld-notebook-child { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #3C3C3C; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #404040; -} - -window.background.chromium > button { - color: #3281EA; -} - -window.background.chromium > button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 8px; -} - -window.background.chromium spinner { - color: #3281EA; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #3281EA; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(255, 255, 255, 0.3); - background-color: #2C2C2C; -} - -tooltip.background.chromium { - color: white; - background-color: #191919; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #3C3C3C; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #3281EA; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #404040; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #404040; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #404040; - border-radius: 10px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(255, 255, 255, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #2C2C2C; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #3281EA; - box-shadow: inset 0 0 0 1px #3281EA; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #242424; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: white; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#MozillaGtkWidget > widget > frame { - color: #404040; -} - -#MozillaGtkWidget menu > separator { - color: #404040; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #2C2C2C; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #2C2C2C; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#3281EA); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #3281EA; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -UnityDecoration .top:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #3281EA; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 24px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #3281EA; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #3281EA; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(255, 255, 255, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.2); - background-color: #3C3C3C; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: white; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 4px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #3281EA; -} - -.brisk-menu .session-button { - padding: 8px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: white; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 10px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #2C2C2C; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 10px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - color: white; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #3281EA; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #3281EA; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 10px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #2C2C2C; - border-color: #2C2C2C; -} - -.budgie-popover .container { - padding: 4px; -} - -.budgie-popover separator { - margin: 2px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 24px; - padding: 0 8px; - color: white; - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(255, 255, 255, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: white; - padding: 2px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(255, 255, 255, 0.04); - border-right: none; - border-bottom-left-radius: 10px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 4px 6px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 10px; - border-top-left-radius: 10px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - padding: 4px; - margin: 4px; - border-radius: 9px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 2px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(255, 255, 255, 0.12); - padding: 4px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 4px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 2px; - outline-width: 0; - border-radius: 10px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 2px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 4px; -} - -.budgie-popover.places-menu .container { - padding: 2px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 1px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 2px; - padding-top: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 2px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 10px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 2px 0; - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(33, 33, 33, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 16px 16px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: white; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 16px 16px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 16px; -} - -.right .budgie-panel.dock-mode { - border-radius: 16px 0 0 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 16px; -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: white; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #3281EA; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: white; -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 4px; - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -2px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 4px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 2px; - margin-right: 2px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 2px; - padding-right: 2px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #3C3C3C; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 10px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 32px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 32px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 8px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 10px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px; -} - -image.raven-mpris { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border-radius: 10px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -4px; - margin-right: -2px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 8px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 4px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 4px 4px 4px 8px; - margin: 2px; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 4px; - border-radius: 16px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 8px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 8px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 20px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 16px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 16px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 16px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 16px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #F44336; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 4px 12px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: white; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #242424; - border-bottom-left-radius: 16px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 10px; -} - -button.centerbutton:first-child { - border-radius: 10px 0 0 10px; -} - -button.centerbutton:last-child { - border-radius: 0 10px 10px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #2C2C2C; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(255, 255, 255, 0.7); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(255, 255, 255, 0.7); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#3281EA) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #3281EA; -} - -XfdesktopIconView.view { - border-radius: 10px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 10px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #212121; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #2C2C2C; -} - -window#whiskermenu-window > frame > border { - border-radius: 16px; - padding: 4px 6px 4px 6px; - margin: 4px; - border: none; - background-color: rgba(33, 33, 33, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 2px 4px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 2px; - background-color: #2C2C2C; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 10px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 16px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 16px; - background-color: rgba(33, 33, 33, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 4px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 10px; - box-shadow: none; - background-color: #3C3C3C; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #3281EA; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #2C2C2C; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: white; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #242424; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #646464; - -NemoPlacesTreeView-disk-full-fg-color: #3281EA; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 2px; - padding-bottom: 2px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/gtk.css b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/gtk.css deleted file mode 100644 index 128607c..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/gtk.css +++ /dev/null @@ -1,8557 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #3281EA 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #3281EA 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #F44336; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 4; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 10px; - -gtk-secondary-caret-color: #3281EA; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: white; - background-color: #414141; -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #3281EA; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 10px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 10px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -.background.csd { - border-radius: 0 0 16px 16px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #212121; - color: white; -} - -.gtkstyle-fallback:hover { - background-color: #141414; - color: white; -} - -.gtkstyle-fallback:active { - background-color: #080808; - color: white; -} - -.gtkstyle-fallback:disabled { - background-color: #212121; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #3281EA; - color: white; -} - -.view { - background-color: #2C2C2C; - color: white; -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview { - border-radius: 10px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 10px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label { - color: rgba(255, 255, 255, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: white; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 32px; - padding: 0 8px; - border-radius: 10px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: white; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #F44336; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #FBC02D; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #3C3C3C; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #3281EA; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #F44336; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #F44336; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FBC02D; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#3281EA), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3281EA), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, .nautilus-window.background.csd notebook > header tab button.flat:checked, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .nautilus-window.background.csd notebook > header tab button.flat:checked:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 22px; - min-width: 22px; - padding: 4px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 8px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 24px; - padding: 0 8px; - border-radius: 5px; - color: white; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -/********* - * Links * - *********/ -*:link { - color: #3281EA; -} - -*:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 24px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 4px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 4px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 2px; -} - -spinbutton.vertical button.down { - margin: 0 2px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 2px 6px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px; - background-color: #212121; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.inline-toolbar { - padding: 4px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -searchbar > revealer > box, -.location-bar { - padding: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: white; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 16px 16px 0 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 10px; - margin-left: 2px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 10px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 4px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 4px; - padding-right: 4px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 22px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 16px 16px 0 0; - border: none; - padding: 4px 2px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 0 2px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 40px; - padding: 0 4px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #2C2C2C; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar separator.titlebutton { - margin-top: 10px; - margin-bottom: 10px; - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 8px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 2px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 4px; - padding-right: 4px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 10px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(255, 255, 255, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: white; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #2C2C2C; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 2px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 10px; -} - -menu { - margin: 2px; - padding: 4px; - background-color: #3C3C3C; - background-clip: border-box; -} - -.background > menu { - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 3px 6px; - color: white; - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: white; -} - -menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: #505050; -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - border-radius: 6px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 10px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: white; - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 9px; -} - -popover.background.combo { - padding: 4px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 4px; -} - -popover.background > stack { - margin: 0px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 8px; - margin: 0; -} - -popover.background separator { - margin: 2px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - padding: 4px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame, notebook.frame > stack { - border-radius: 5px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 5px 5px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 10px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 5px 5px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 5px 5px; -} - -notebook > header.left > tabs > tab { - border-radius: 5px 0 0 5px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 5px 5px 0; -} - -notebook.frame > header.top { - border-radius: 5px 5px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 5px 5px; -} - -notebook.frame > header.left { - border-radius: 5px 0 0 5px; -} - -notebook.frame > header.right { - border-radius: 0 5px 5px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border-width: 1px; - border-color: #404040; - background-color: #212121; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 10px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: white; -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #3281EA; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 10px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 11px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 10px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #3281EA; -} - -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification > box > label { - padding-left: 6px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: white; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 2px 4px; - border: 1px solid rgba(255, 255, 255, 0.12); - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.3); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #3C3C3C; -} - -messagedialog .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -messagedialog .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -messagedialog.csd.background { - border-bottom-left-radius: 16px; - border-bottom-right-radius: 16px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -4px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 4px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #3281EA; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #F44336; -} - -.csd filechooser { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 16px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 16px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #2C2C2C; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 5px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 16px 16px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 10px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 16px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; -} - -.solid-csd decoration:backdrop { - background-color: #2C2C2C; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#3281EA, 0.08); - background-image: radial-gradient(circle, alpha(#3281EA, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - margin: 2px; - border-radius: 7px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 24px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 8px; - background-color: #2C2C2C; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - margin: 0 0 8px 8px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 16px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: white; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #2C2C2C; - border-radius: 14px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #2d3949; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border-style: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: white; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 10px; - padding-right: 10px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #3281EA; - color: #3281EA; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -.conflict-row:not(:selected) { - background-color: #6a582c; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window paned > separator { - background-color: #242424; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 16px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #242424; - border-bottom-left-radius: 16px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 4px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -56px; - padding-right: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -56px; - padding-left: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #3C3C3C; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 4px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -2px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -2px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#242424); -} - -.csd .tweak-categories { - border-bottom-left-radius: 16px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#2C2C2C); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#2C2C2C); -} - -.tweak-group-startup { - background-image: image(#2C2C2C); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 10px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 16px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 16px; - border-top-left-radius: 16px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 16px 16px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #2C2C2C; - border-bottom-right-radius: 16px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 10px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #2C2C2C; - border-bottom-left-radius: 16px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 16px 16px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 2px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 16px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #212121; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - padding: 2px 2px 0; -} - -tabbox > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 16px; -} - -#weather-page-content-view { - border-bottom-right-radius: 16px; - border-bottom-left-radius: 16px; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 16px 16px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 16px; - border-top-right-radius: 16px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 16px; - border-top-right-radius: 16px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 4px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -stack.view.polari-entry-area { - background-color: #212121; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 16px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#212121); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -layouttabbar > box > button { - margin: 4px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -2px #3281EA; - background-color: #2C2C2C; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #F44336; - color: white; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 10px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 10px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -preferences stacksidebar.sidebar list { - background-color: #242424; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 10px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 10px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - margin-bottom: -1px; - padding: 4px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #3281EA 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #3281EA; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: white; -} - -dockoverlayedge { - background-color: #212121; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #3281EA; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #3281EA; -} - -pillbox { - background-color: #212121; - border-radius: 10px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 8px; - padding-right: 8px; -} - -button.dzlmenubutton image { - min-width: 26px; -} - -button.dzlmenubutton image.arrow { - min-width: 23px; -} - -button.dzlmenubuttonitem { - color: white; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -idelayoutstackheader button:checked { - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #212121; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(50, 129, 234, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #3281EA; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #3281EA; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3281EA; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: white; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: white; -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel .view { - background-image: image(#242424); -} - -.side-panel .view:hover { - background-image: image(#363636); -} - -.side-panel .view:selected { - background-image: image(#3281EA); -} - -.side-panel .view:selected:hover { - background-image: image(#428bec); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 16px 16px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 16px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 16px; - background-color: #212121; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 16px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 16px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 4px 0 2px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -4px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -4px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 16px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -list.categories { - background-image: image(#242424); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 10px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 32px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: white; - background-color: #212121; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #242424; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #2C2C2C; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #2C2C2C; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - background-color: #2C2C2C; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 16px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 16px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #2C2C2C; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 10px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 16px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#3C3C3C); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 28px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 18px; - min-width: 14px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #212121; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 10px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -notebook.meld-notebook > stack { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.meld-notebook-child { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #3C3C3C; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #404040; -} - -window.background.chromium > button { - color: #3281EA; -} - -window.background.chromium > button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 8px; -} - -window.background.chromium spinner { - color: #3281EA; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #3281EA; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(255, 255, 255, 0.3); - background-color: #2C2C2C; -} - -tooltip.background.chromium { - color: white; - background-color: #191919; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #3C3C3C; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #3281EA; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #404040; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #404040; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #404040; - border-radius: 10px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(255, 255, 255, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #2C2C2C; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #3281EA; - box-shadow: inset 0 0 0 1px #3281EA; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #242424; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: white; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#MozillaGtkWidget > widget > frame { - color: #404040; -} - -#MozillaGtkWidget menu > separator { - color: #404040; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #2C2C2C; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #2C2C2C; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#3281EA); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #3281EA; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -UnityDecoration .top:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #3281EA; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 24px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #3281EA; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #3281EA; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(255, 255, 255, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.2); - background-color: #3C3C3C; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: white; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 4px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #3281EA; -} - -.brisk-menu .session-button { - padding: 8px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: white; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 10px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #2C2C2C; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 10px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - color: white; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #3281EA; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #3281EA; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 10px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #2C2C2C; - border-color: #2C2C2C; -} - -.budgie-popover .container { - padding: 4px; -} - -.budgie-popover separator { - margin: 2px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 24px; - padding: 0 8px; - color: white; - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(255, 255, 255, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: white; - padding: 2px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(255, 255, 255, 0.04); - border-right: none; - border-bottom-left-radius: 10px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 4px 6px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 10px; - border-top-left-radius: 10px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - padding: 4px; - margin: 4px; - border-radius: 9px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 2px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(255, 255, 255, 0.12); - padding: 4px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 4px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 2px; - outline-width: 0; - border-radius: 10px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 2px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 4px; -} - -.budgie-popover.places-menu .container { - padding: 2px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 1px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 2px; - padding-top: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 2px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 10px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 2px 0; - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(33, 33, 33, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 16px 16px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: white; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 16px 16px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 16px; -} - -.right .budgie-panel.dock-mode { - border-radius: 16px 0 0 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 16px; -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: white; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #3281EA; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: white; -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 4px; - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -2px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 4px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 2px; - margin-right: 2px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 2px; - padding-right: 2px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #3C3C3C; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 10px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 32px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 32px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 8px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 10px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px; -} - -image.raven-mpris { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border-radius: 10px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -4px; - margin-right: -2px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 8px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 4px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 4px 4px 4px 8px; - margin: 2px; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 4px; - border-radius: 16px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 8px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 8px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 20px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 16px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 16px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 16px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 16px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #F44336; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 4px 12px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: white; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #242424; - border-bottom-left-radius: 16px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 10px; -} - -button.centerbutton:first-child { - border-radius: 10px 0 0 10px; -} - -button.centerbutton:last-child { - border-radius: 0 10px 10px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #2C2C2C; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(255, 255, 255, 0.7); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(255, 255, 255, 0.7); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#3281EA) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #3281EA; -} - -XfdesktopIconView.view { - border-radius: 10px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 10px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #212121; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #2C2C2C; -} - -window#whiskermenu-window > frame > border { - border-radius: 16px; - padding: 4px 6px 4px 6px; - margin: 4px; - border: none; - background-color: rgba(33, 33, 33, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 2px 4px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 2px; - background-color: #2C2C2C; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 10px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 16px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 16px; - background-color: rgba(33, 33, 33, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 4px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 10px; - box-shadow: none; - background-color: #3C3C3C; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #3281EA; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #2C2C2C; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: white; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #242424; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #646464; - -NemoPlacesTreeView-disk-full-fg-color: #3281EA; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 2px; - padding-bottom: 2px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/thumbnail.png b/themes/.themes/Orchis-Dark-Compact/gtk-3.0/thumbnail.png deleted file mode 100644 index 0bbb6bd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-light.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-light@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/gtk-dark.css b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/gtk-dark.css deleted file mode 100644 index 4c9d4e5..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/gtk-dark.css +++ /dev/null @@ -1,7227 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -dnd { - color: white; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #2C2C2C; - color: white; -} - -iconview:disabled, .view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 5px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 10px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: white; - background-color: #2C2C2C; - border: 1px solid black; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -.accent { - color: #3281EA; -} - -.success { - color: #81C995; -} - -.warning { - color: #FBC02D; -} - -.error { - color: #F44336; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: white; -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: white; - background-color: #2C2C2C; - background-clip: padding-box; - border-radius: 10px; - border: none; -} - -.osd { - padding: 4px; - margin: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: white; - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background entry image, entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: white; -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -entry { - min-height: 32px; - padding: 0 6px; - border-spacing: 4px; - border-radius: 10px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; -} - -entry.error image { - color: #F44336; -} - -entry.error selection { - color: white; - background-color: #F44336; -} - -entry.error:focus-within { - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; - outline-color: #F44336; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(244, 67, 54, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(244, 67, 54, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; -} - -entry.success image { - color: #81C995; -} - -entry.success selection { - color: rgba(0, 0, 0, 0.87); - background-color: #81C995; -} - -entry.success:focus-within { - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; - outline-color: #81C995; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(129, 201, 149, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(129, 201, 149, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; -} - -entry.warning image { - color: #FBC02D; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FBC02D; -} - -entry.warning:focus-within { - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; - outline-color: #FBC02D; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(251, 192, 45, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(251, 192, 45, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #3281EA 0%, rgba(50, 129, 234, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #3281EA 95%, rgba(50, 129, 234, 0)); - } -} - -.nautilus-window tabbar tab > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:checked, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nautilus-window tabbar tab > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabbar tab > button.flat:checked:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 10px 0 0 10px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 10px 10px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 4px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 4px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 10px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 10px; -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #3281EA; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #F44336; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #3281EA; -} - -link:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 10px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 4px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) > text { - min-width: 24px; - padding-left: 8px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical > text { - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 2px; -} - -spinbutton.vertical > button.down { - margin: 0 2px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 4px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 2px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 2px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 4px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 4px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: white; -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 2px 4px; - background-color: #212121; - border-spacing: 4px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 5px; -} - -searchbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar entry { - caret-color: white; -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); -} - -headerbar entry, headerbar entry > text { - color: white; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: white; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: white; - min-height: 40px; - padding: 0; - margin: 0; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #2C2C2C; -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar .title { - padding: 0 8px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 8px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #212121; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - border-radius: 16px 16px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: white; -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: white; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 4px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 4px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 4px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 4px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 4px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -headerbar.default-decoration { - min-height: 22px; - padding: 0; - background-image: none; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 4px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(50, 129, 234, 0.1)), linear-gradient(to top, #343434 3px, #393939); -} - -window.devel headerbar.titlebar:backdrop { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#2C2C2C); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 4px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 4px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 4px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 4px; - padding-right: 4px; - border-radius: 10px; - border-spacing: 2px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 2px; - margin-right: 2px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); - border: none; - border-radius: 10px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 4px; - margin-bottom: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 8px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: white; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #404040; - border-top-color: #404040; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #2C2C2C; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: white; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #3281EA; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(50, 129, 234, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #2C2C2C; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 6px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 12px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 24px; - min-width: 24px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 2px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; - border: none; - border-radius: 9px; - color: white; -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(255, 255, 255, 0.12); - margin: 2px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 4px 8px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 48px; - padding: 2px 6px; - border-radius: 5px; - color: white; - font: initial; - text-shadow: none; - border-spacing: 4px; -} - -popover.background modelbutton accelerator { - color: rgba(255, 255, 255, 0.5); - margin-left: 20px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(255, 255, 255, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 4px 8px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #2C2C2C; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 22px; - padding: 4px 8px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #404040; - color: white; -} - -notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame { - border-radius: 10px; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border: none; - background-color: #212121; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #404040; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #404040; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #404040; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 10px 0 0 10px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #404040; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 10px 10px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 10px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -12px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -12px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: -6px; - padding: 6px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: white; -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #3281EA; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #3281EA; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale > trough > highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(255, 255, 255, 0.7); -} - -scale > marks indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: white; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 10px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 10px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 4px 12px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #2C2C2C; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 8px; -} - -separator.spacer.vertical { - min-height: 8px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.frame { - border-radius: 10px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(255, 255, 255, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #3281EA; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #3281EA; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 6px 8px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 8px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 8px; - margin-right: 8px; - min-height: 40px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 4px; - margin-bottom: 4px; - border-spacing: 2px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #2C2C2C; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #3281EA; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 6px; - padding: 6px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: white; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -expander-widget > box > title { - border-radius: 10px; -} - -expander-widget > box > title:hover > expander { - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 10px; - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 10px; -} - -calendar > header { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - min-height: 22px; -} - -calendar > grid { - margin: 2px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #3C3C3C; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -window.dialog.message .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -window.dialog.message.csd .dialog-action-area { - padding: 4px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 4px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #3281EA; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #F44336; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 4px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 4px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #3281EA; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #F44336; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 4px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar row { - min-height: 22px; - padding: 4px 6px; - border-radius: 5px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 4px; - padding-right: 4px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 4px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #212121; - color: white; -} - -.navigation-sidebar > row { - min-height: 22px; - padding: 4px 6px; - border-radius: 0 9999px 9999px 0; - margin: 0 4px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #3281EA; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.navigation-sidebar > separator { - margin: 4px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 4px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 2px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 4px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 10px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 4px; - border-spacing: 8px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: white; - background-color: #2C2C2C; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 4px 8px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(25, 25, 25, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 5px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 4px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd.messagedialog { - background-color: #3C3C3C; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.about.background, window.csd.about.background:backdrop, window.csd.info.background, window.csd.info.background:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; -} - -window.solid-csd:backdrop { - background-color: #2C2C2C; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #3281EA; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 8px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 4px; - border-spacing: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 4px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 4px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 24px; - padding: 0 8px; -} - -emoji-completion-row > box { - border-spacing: 4px; - padding: 2px 4px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: white; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #2C2C2C; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 8px 8px; - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 16px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #3281EA; - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 2px 2px 2px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px #404040; -} - -.nautilus-window tabbar tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: white; -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window placesview label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window placesview label:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window infobar { - margin: 2px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 4px; -} - -.nautilus-window label.search-information { - margin: 2px; - border-radius: 4px; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 6px; -} - -#NautilusQueryEditor:focus-within { - color: white; -} - -#NautilusQueryEditor:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 2px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: white; -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 2px; - padding: 0; - min-height: 20px; - min-width: 20px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 16px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #2C2C2C; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #2C2C2C; -} - -#displayitem { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(255, 255, 255, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 10px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 8px; -} - -label.primary-label, label.month-name { - color: #3281EA; -} - -label.secondary-label { - color: rgba(255, 255, 255, 0.5); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #3281EA; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#3281EA, 0.3); -} - -popover.events { - background-color: #212121; - padding: 0; -} - -popover.events box { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -popover.events list { - background-color: #2C2C2C; - border-radius: 10px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 10px; -} - -event.timed widget.edge { - border-radius: 5px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 12px; - border-radius: 0 5px 5px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 12px; - border-radius: 5px 0 0 5px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #2C2C2C; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 4px; - margin-left: 4px; - margin-bottom: 4px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 32px; - min-width: 32px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 2px; - padding: 0; - min-height: 32px; - min-width: 32px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: white; - border-radius: 50%; - min-height: 2px; - min-width: 2px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #3281EA; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #3281EA; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #3281EA; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(255, 255, 255, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(255, 255, 255, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 8px 8px 12px 8px; - color: rgba(255, 255, 255, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.week-header.lines { - color: rgba(255, 255, 255, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 4px; -} - -.week-view .lines { - color: rgba(255, 255, 255, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#3281EA, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#3281EA, 0.25); -} - -monthcell { - border: solid 1px rgba(255, 255, 255, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #242424; - transition: background-color 200ms; - color: white; -} - -monthcell:selected { - background-color: alpha(#3281EA, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#3281EA, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#3281EA, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#3281EA, 0.3); - color: #3281EA; -} - -monthcell.today:selected { - background-color: alpha(#3281EA, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#3281EA, 0.35); -} - -monthcell label { - color: white; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(255, 255, 255, 0.04); -} - -monthcell.out-of-month label { - color: rgba(255, 255, 255, 0.7); -} - -monthcell button { - padding: 0 4px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 10px; - padding: 4px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 8px; -} - -agenda-view list > label { - padding: 4px 8px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 4px; -} - -datechooser .current-week { - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 10px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 4px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 4px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 4px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 14px; - border: none; - border-radius: 10px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 6px 10px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 10px 10px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 10px 0 0 10px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(255, 255, 255, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 4px; - margin: 4px; -} - -.context-tile-lozenge.grey { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #4cb168; - background-color: rgba(129, 201, 149, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #d79b04; - background-color: rgba(251, 192, 45, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #d2190b; - background-color: rgba(244, 67, 54, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(255, 255, 255, 0.7); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 22px; - min-width: 22px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 22px; - background-color: rgba(255, 255, 255, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 2px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 22px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 2px; - min-height: 22px; - min-width: 22px; - padding: 4px; - border-radius: 10px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #212121; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 8px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 10px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #3281EA; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: #4c4c4c; - color: white; -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #F44336; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #3281EA; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 4px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #3281EA; - color: white; -} - -menubutton.destructive-action { - background-color: #F44336; - color: white; -} - -menubutton.opaque { - background-color: #4c4c4c; - color: white; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 10px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 10px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 4px; - margin-bottom: 4px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 4px; - padding-right: 4px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 4px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(255, 255, 255, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: white; -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 10px; -} - -splitbutton.suggested-action { - background-color: #3281EA; - color: white; -} - -splitbutton.destructive-action { - background-color: #F44336; - color: white; -} - -splitbutton.opaque { - background-color: #4c4c4c; - color: white; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 4px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 8px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 4px; - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 8px; -} - -toast:dir(rtl) { - padding-right: 8px; -} - -toast > widget { - margin: 0 4px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 24px 8px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 8px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 16px 8px; - border-spacing: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 8px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 10px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: padding-box; - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 16px 8px; - border-spacing: 16px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 4px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 4px; -} - -preferencesgroup > box > box.single-line { - min-height: 32px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(255, 255, 255, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(255, 255, 255, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #3281EA; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.04); - margin-top: 4px; - margin-bottom: 4px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #3281EA; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #3281EA; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 5px; - padding-bottom: 3px; - border-spacing: 2px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 8px; - border-spacing: 4px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 8px; - margin-right: 8px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 4px; - min-height: 4px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #3281EA; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 24px; - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - padding: 0; - box-shadow: inset 0 -1px #404040; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 6px; - margin-bottom: 6px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 6px 4px; - background: alpha(#3281EA, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 10px 10px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(255, 255, 255, 0.7); - padding: 4px 8px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #404040; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 10px 10px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #2C2C2C; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 10px 10px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #2C2C2C; -} - -dnd tab { - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - margin: 16px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#3281EA, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #242424; - color: white; - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#3281EA,#242424,0.7); - color: white; -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#242424,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 16px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 16px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #2C2C2C; - color: white; -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#3281EA,#2C2C2C,0.7); - color: white; -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#2C2C2C,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #3281EA; -@define-color accent_fg_color white; -@define-color accent_color #3281EA; -@define-color destructive_bg_color #F44336; -@define-color destructive_fg_color white; -@define-color destructive_color #F44336; -@define-color success_bg_color #81C995; -@define-color success_fg_color rgba(0, 0, 0, 0.87); -@define-color success_color #81C995; -@define-color warning_bg_color #FBC02D; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FBC02D; -@define-color error_bg_color #F44336; -@define-color error_fg_color white; -@define-color error_color #F44336; -@define-color window_bg_color #212121; -@define-color window_fg_color white; -@define-color view_bg_color #2C2C2C; -@define-color view_fg_color white; -@define-color headerbar_bg_color #2C2C2C; -@define-color headerbar_fg_color white; -@define-color headerbar_border_color rgba(255, 255, 255, 0.12); -@define-color headerbar_backdrop_color #2C2C2C; -@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); -@define-color card_bg_color #2C2C2C; -@define-color card_fg_color white; -@define-color card_shade_color rgba(255, 255, 255, 0.12); -@define-color dialog_bg_color #242424; -@define-color dialog_fg_color white; -@define-color popover_bg_color #3C3C3C; -@define-color popover_fg_color white; -@define-color shade_color rgba(255, 255, 255, 0.12); -@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/gtk.css b/themes/.themes/Orchis-Dark-Compact/gtk-4.0/gtk.css deleted file mode 100644 index 4c9d4e5..0000000 --- a/themes/.themes/Orchis-Dark-Compact/gtk-4.0/gtk.css +++ /dev/null @@ -1,7227 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -dnd { - color: white; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #2C2C2C; - color: white; -} - -iconview:disabled, .view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 5px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 10px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: white; - background-color: #2C2C2C; - border: 1px solid black; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -.accent { - color: #3281EA; -} - -.success { - color: #81C995; -} - -.warning { - color: #FBC02D; -} - -.error { - color: #F44336; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: white; -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: white; - background-color: #2C2C2C; - background-clip: padding-box; - border-radius: 10px; - border: none; -} - -.osd { - padding: 4px; - margin: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: white; - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background entry image, entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: white; -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -entry { - min-height: 32px; - padding: 0 6px; - border-spacing: 4px; - border-radius: 10px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; -} - -entry.error image { - color: #F44336; -} - -entry.error selection { - color: white; - background-color: #F44336; -} - -entry.error:focus-within { - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; - outline-color: #F44336; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(244, 67, 54, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(244, 67, 54, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; -} - -entry.success image { - color: #81C995; -} - -entry.success selection { - color: rgba(0, 0, 0, 0.87); - background-color: #81C995; -} - -entry.success:focus-within { - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; - outline-color: #81C995; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(129, 201, 149, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(129, 201, 149, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; -} - -entry.warning image { - color: #FBC02D; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FBC02D; -} - -entry.warning:focus-within { - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; - outline-color: #FBC02D; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(251, 192, 45, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(251, 192, 45, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #3281EA 0%, rgba(50, 129, 234, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #3281EA 95%, rgba(50, 129, 234, 0)); - } -} - -.nautilus-window tabbar tab > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:checked, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nautilus-window tabbar tab > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabbar tab > button.flat:checked:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 10px 0 0 10px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 10px 10px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 4px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 4px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 10px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 10px; -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #3281EA; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #F44336; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #3281EA; -} - -link:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 10px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 4px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) > text { - min-width: 24px; - padding-left: 8px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical > text { - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 2px; -} - -spinbutton.vertical > button.down { - margin: 0 2px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 4px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 2px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 2px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 4px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 4px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: white; -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 2px 4px; - background-color: #212121; - border-spacing: 4px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 5px; -} - -searchbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar entry { - caret-color: white; -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); -} - -headerbar entry, headerbar entry > text { - color: white; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: white; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: white; - min-height: 40px; - padding: 0; - margin: 0; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #2C2C2C; -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar .title { - padding: 0 8px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 8px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #212121; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - border-radius: 16px 16px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: white; -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: white; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 4px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 4px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 4px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 4px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 4px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -headerbar.default-decoration { - min-height: 22px; - padding: 0; - background-image: none; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 4px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(50, 129, 234, 0.1)), linear-gradient(to top, #343434 3px, #393939); -} - -window.devel headerbar.titlebar:backdrop { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#2C2C2C); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 4px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 4px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 4px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 4px; - padding-right: 4px; - border-radius: 10px; - border-spacing: 2px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 2px; - margin-right: 2px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); - border: none; - border-radius: 10px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 4px; - margin-bottom: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 8px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: white; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #404040; - border-top-color: #404040; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #2C2C2C; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: white; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #3281EA; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(50, 129, 234, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #2C2C2C; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 6px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 12px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 24px; - min-width: 24px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 2px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; - border: none; - border-radius: 9px; - color: white; -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(255, 255, 255, 0.12); - margin: 2px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 4px 8px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 48px; - padding: 2px 6px; - border-radius: 5px; - color: white; - font: initial; - text-shadow: none; - border-spacing: 4px; -} - -popover.background modelbutton accelerator { - color: rgba(255, 255, 255, 0.5); - margin-left: 20px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(255, 255, 255, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 4px 8px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #2C2C2C; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 22px; - padding: 4px 8px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #404040; - color: white; -} - -notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame { - border-radius: 10px; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border: none; - background-color: #212121; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #404040; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #404040; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #404040; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 10px 0 0 10px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #404040; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 10px 10px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 10px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -12px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -12px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: -6px; - padding: 6px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: white; -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #3281EA; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #3281EA; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale > trough > highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(255, 255, 255, 0.7); -} - -scale > marks indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: white; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 10px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 10px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 4px 12px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #2C2C2C; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 8px; -} - -separator.spacer.vertical { - min-height: 8px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.frame { - border-radius: 10px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(255, 255, 255, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #3281EA; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #3281EA; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 6px 8px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 8px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 8px; - margin-right: 8px; - min-height: 40px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 4px; - margin-bottom: 4px; - border-spacing: 2px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #2C2C2C; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #3281EA; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 6px; - padding: 6px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: white; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -expander-widget > box > title { - border-radius: 10px; -} - -expander-widget > box > title:hover > expander { - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 10px; - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 10px; -} - -calendar > header { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - min-height: 22px; -} - -calendar > grid { - margin: 2px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #3C3C3C; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -window.dialog.message .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -window.dialog.message.csd .dialog-action-area { - padding: 4px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 4px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #3281EA; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #F44336; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 4px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 4px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #3281EA; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #F44336; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 4px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar row { - min-height: 22px; - padding: 4px 6px; - border-radius: 5px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 4px; - padding-right: 4px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 4px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #212121; - color: white; -} - -.navigation-sidebar > row { - min-height: 22px; - padding: 4px 6px; - border-radius: 0 9999px 9999px 0; - margin: 0 4px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #3281EA; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.navigation-sidebar > separator { - margin: 4px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 4px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 2px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 4px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 10px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 4px; - border-spacing: 8px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: white; - background-color: #2C2C2C; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 4px 8px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(25, 25, 25, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 5px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 4px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd.messagedialog { - background-color: #3C3C3C; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.about.background, window.csd.about.background:backdrop, window.csd.info.background, window.csd.info.background:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; -} - -window.solid-csd:backdrop { - background-color: #2C2C2C; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #3281EA; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 8px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 4px; - border-spacing: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 4px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 4px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 24px; - padding: 0 8px; -} - -emoji-completion-row > box { - border-spacing: 4px; - padding: 2px 4px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: white; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #2C2C2C; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 8px 8px; - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 16px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #3281EA; - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 2px 2px 2px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px #404040; -} - -.nautilus-window tabbar tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: white; -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window placesview label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window placesview label:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window infobar { - margin: 2px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 4px; -} - -.nautilus-window label.search-information { - margin: 2px; - border-radius: 4px; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 6px; -} - -#NautilusQueryEditor:focus-within { - color: white; -} - -#NautilusQueryEditor:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 2px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: white; -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 2px; - padding: 0; - min-height: 20px; - min-width: 20px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 16px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #2C2C2C; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #2C2C2C; -} - -#displayitem { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(255, 255, 255, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 10px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 8px; -} - -label.primary-label, label.month-name { - color: #3281EA; -} - -label.secondary-label { - color: rgba(255, 255, 255, 0.5); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #3281EA; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#3281EA, 0.3); -} - -popover.events { - background-color: #212121; - padding: 0; -} - -popover.events box { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -popover.events list { - background-color: #2C2C2C; - border-radius: 10px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 10px; -} - -event.timed widget.edge { - border-radius: 5px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 12px; - border-radius: 0 5px 5px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 12px; - border-radius: 5px 0 0 5px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #2C2C2C; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 4px; - margin-left: 4px; - margin-bottom: 4px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 32px; - min-width: 32px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 2px; - padding: 0; - min-height: 32px; - min-width: 32px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: white; - border-radius: 50%; - min-height: 2px; - min-width: 2px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #3281EA; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #3281EA; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #3281EA; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(255, 255, 255, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(255, 255, 255, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 8px 8px 12px 8px; - color: rgba(255, 255, 255, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.week-header.lines { - color: rgba(255, 255, 255, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 4px; -} - -.week-view .lines { - color: rgba(255, 255, 255, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#3281EA, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#3281EA, 0.25); -} - -monthcell { - border: solid 1px rgba(255, 255, 255, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #242424; - transition: background-color 200ms; - color: white; -} - -monthcell:selected { - background-color: alpha(#3281EA, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#3281EA, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#3281EA, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#3281EA, 0.3); - color: #3281EA; -} - -monthcell.today:selected { - background-color: alpha(#3281EA, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#3281EA, 0.35); -} - -monthcell label { - color: white; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(255, 255, 255, 0.04); -} - -monthcell.out-of-month label { - color: rgba(255, 255, 255, 0.7); -} - -monthcell button { - padding: 0 4px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 10px; - padding: 4px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 8px; -} - -agenda-view list > label { - padding: 4px 8px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 4px; -} - -datechooser .current-week { - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 10px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 4px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 4px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 4px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 14px; - border: none; - border-radius: 10px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 6px 10px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 10px 10px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 10px 0 0 10px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(255, 255, 255, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 4px; - margin: 4px; -} - -.context-tile-lozenge.grey { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #4cb168; - background-color: rgba(129, 201, 149, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #d79b04; - background-color: rgba(251, 192, 45, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #d2190b; - background-color: rgba(244, 67, 54, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(255, 255, 255, 0.7); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 22px; - min-width: 22px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 22px; - background-color: rgba(255, 255, 255, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 2px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 22px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 2px; - min-height: 22px; - min-width: 22px; - padding: 4px; - border-radius: 10px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #212121; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 8px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 10px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #3281EA; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: #4c4c4c; - color: white; -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #F44336; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #3281EA; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 4px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #3281EA; - color: white; -} - -menubutton.destructive-action { - background-color: #F44336; - color: white; -} - -menubutton.opaque { - background-color: #4c4c4c; - color: white; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 10px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 10px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 4px; - margin-bottom: 4px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 4px; - padding-right: 4px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 4px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(255, 255, 255, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: white; -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 10px; -} - -splitbutton.suggested-action { - background-color: #3281EA; - color: white; -} - -splitbutton.destructive-action { - background-color: #F44336; - color: white; -} - -splitbutton.opaque { - background-color: #4c4c4c; - color: white; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 4px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 8px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 4px; - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 8px; -} - -toast:dir(rtl) { - padding-right: 8px; -} - -toast > widget { - margin: 0 4px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 24px 8px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 8px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 16px 8px; - border-spacing: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 8px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 10px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: padding-box; - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 16px 8px; - border-spacing: 16px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 4px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 4px; -} - -preferencesgroup > box > box.single-line { - min-height: 32px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(255, 255, 255, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(255, 255, 255, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #3281EA; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.04); - margin-top: 4px; - margin-bottom: 4px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #3281EA; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #3281EA; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 5px; - padding-bottom: 3px; - border-spacing: 2px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 8px; - border-spacing: 4px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 8px; - margin-right: 8px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 4px; - min-height: 4px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #3281EA; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 24px; - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - padding: 0; - box-shadow: inset 0 -1px #404040; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 6px; - margin-bottom: 6px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 6px 4px; - background: alpha(#3281EA, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 10px 10px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(255, 255, 255, 0.7); - padding: 4px 8px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #404040; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 10px 10px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #2C2C2C; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 10px 10px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #2C2C2C; -} - -dnd tab { - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - margin: 16px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#3281EA, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #242424; - color: white; - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#3281EA,#242424,0.7); - color: white; -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#242424,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 16px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 16px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #2C2C2C; - color: white; -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#3281EA,#2C2C2C,0.7); - color: white; -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#2C2C2C,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #3281EA; -@define-color accent_fg_color white; -@define-color accent_color #3281EA; -@define-color destructive_bg_color #F44336; -@define-color destructive_fg_color white; -@define-color destructive_color #F44336; -@define-color success_bg_color #81C995; -@define-color success_fg_color rgba(0, 0, 0, 0.87); -@define-color success_color #81C995; -@define-color warning_bg_color #FBC02D; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FBC02D; -@define-color error_bg_color #F44336; -@define-color error_fg_color white; -@define-color error_color #F44336; -@define-color window_bg_color #212121; -@define-color window_fg_color white; -@define-color view_bg_color #2C2C2C; -@define-color view_fg_color white; -@define-color headerbar_bg_color #2C2C2C; -@define-color headerbar_fg_color white; -@define-color headerbar_border_color rgba(255, 255, 255, 0.12); -@define-color headerbar_backdrop_color #2C2C2C; -@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); -@define-color card_bg_color #2C2C2C; -@define-color card_fg_color white; -@define-color card_shade_color rgba(255, 255, 255, 0.12); -@define-color dialog_bg_color #242424; -@define-color dialog_fg_color white; -@define-color popover_bg_color #3C3C3C; -@define-color popover_fg_color white; -@define-color shade_color rgba(255, 255, 255, 0.12); -@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/themes/.themes/Orchis-Dark-Compact/index.theme b/themes/.themes/Orchis-Dark-Compact/index.theme deleted file mode 100644 index 05ef62f..0000000 --- a/themes/.themes/Orchis-Dark-Compact/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Orchis-Dark-Compact -Comment=An flat Materia Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Orchis-Dark-Compact -MetacityTheme=Orchis-Dark-Compact -IconTheme=Tela-circle-dark -CursorTheme=Vimix-dark -ButtonLayout=close,minimize,maximize:menu diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/button.svg b/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/button.svg deleted file mode 100644 index 51c67bf..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/button.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="12"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/close.svg b/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/close.svg deleted file mode 100644 index 1fe0805..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/close.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/maximize.svg b/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/maximize.svg deleted file mode 100644 index 02d76eb..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/maximize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/menu.svg b/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/menu.svg deleted file mode 100644 index ad8570a..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/menu.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="2"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/minimize.svg b/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/minimize.svg deleted file mode 100644 index dc1fa3f..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/minimize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 14h8v2h-8z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/shade.svg b/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/shade.svg deleted file mode 100644 index 29aeeae..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/shade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m6 14 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/unmaximize.svg b/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/unmaximize.svg deleted file mode 100644 index 9106037..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/unmaximize.svg +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - viewBox="0 0 24 24" - fill="#808080" - version="1.1" - id="svg4" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1368" - inkscape:window-height="711" - id="namedview6" - showgrid="true" - inkscape:zoom="1.8487896" - inkscape:cx="-63.850129" - inkscape:cy="24.233787" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4"> - <inkscape:grid - type="xygrid" - id="grid835" /> - </sodipodi:namedview> - <path - d="m 8,8 v 8 h 8 V 8 Z m 2,2 h 4 v 4 h -4 z" - id="path2" - style="stroke-width:1.33334" - sodipodi:nodetypes="cccccccccc" /> - <path - id="path839" - style="stroke-width:1.33334" - d="M 10 6 L 10 7 L 17 7 L 17 14 L 18 14 L 18 6 L 10 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/unshade.svg b/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/unshade.svg deleted file mode 100644 index fa98887..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/assets/unshade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m18 10-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> -</svg> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/metacity-theme-2.xml b/themes/.themes/Orchis-Dark-Compact/metacity-1/metacity-theme-2.xml deleted file mode 100644 index 7e7a215..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,621 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2020</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="#2d2d2d"/> -<constant name="C_titlebar_unfocused" value="#242424"/> -<constant name="C_highlight_focused" value="blend/#2d2d2d/#ffffff/0.1"/> -<constant name="C_highlight_unfocused" value="blend/#242424/#ffffff/0.1"/> -<constant name="C_title_focused" value="blend/#2d2d2d/#ffffff/0.87"/> -<constant name="C_title_unfocused" value="blend/#242424/#ffffff/0.6"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/metacity-theme-3.xml b/themes/.themes/Orchis-Dark-Compact/metacity-1/metacity-theme-3.xml deleted file mode 100644 index cae97e2..0000000 --- a/themes/.themes/Orchis-Dark-Compact/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,648 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2021</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> -<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis-Dark-Compact/metacity-1/thumbnail.png b/themes/.themes/Orchis-Dark-Compact/metacity-1/thumbnail.png deleted file mode 100644 index 578efdf..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/metacity-1/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/plank/dock.theme b/themes/.themes/Orchis-Dark-Compact/plank/dock.theme deleted file mode 100644 index 5ee9deb..0000000 --- a/themes/.themes/Orchis-Dark-Compact/plank/dock.theme +++ /dev/null @@ -1,66 +0,0 @@ -#This file based on: -#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme - -[PlankTheme] -#The roundness of the top corners. -TopRoundness=18 -#The roundness of the bottom corners. -BottomRoundness=0 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;0 -#The starting color (RGBA) of the fill gradient. -FillStartColor=0;;0;;0;;153 -#The ending color (RGBA) of the fill gradient. -FillEndColor=0;;0;;0;;153 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=0;;0;;0;;0 - -[PlankDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=1 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=2 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=1 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=2 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=0 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=150 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=250 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 -#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. -ItemMoveTime=450 -#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. -CascadeHide=true -#The color (RGBA) of the badge displaying urgent count -BadgeColor=229;;57;;53;;1 diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-active.png deleted file mode 100644 index b146ab2..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-inactive.png deleted file mode 100644 index b146ab2..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-left-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-left-active.png deleted file mode 100644 index 58fc04c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-left-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 58fc04c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-right-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-right-active.png deleted file mode 100644 index a573efe..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-right-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-right-inactive.png deleted file mode 100644 index a573efe..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/close-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/close-active.png deleted file mode 100644 index ac758ef..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/close-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/close-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/close-inactive.png deleted file mode 100644 index 1c26088..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/close-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/close-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/close-prelight.png deleted file mode 100644 index 89b25f7..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/close-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/close-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/close-pressed.png deleted file mode 100644 index 054bf82..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/close-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-active.png deleted file mode 100644 index cb6a22c..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-inactive.png deleted file mode 100644 index 5d19105..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-prelight.png deleted file mode 100644 index 48627d1..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-pressed.png deleted file mode 100644 index 51f9f0b..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/hide-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/left-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/left-active.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/left-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/left-inactive.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-active.png deleted file mode 100644 index 40c1a58..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-inactive.png deleted file mode 100644 index 086415a..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-prelight.png deleted file mode 100644 index ba050fb..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-pressed.png deleted file mode 100644 index 9a6a692..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-active.png deleted file mode 100644 index edeaebf..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index 250bbbc..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 0c397d0..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index e7ee6dd..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-active.png deleted file mode 100644 index 8aa1c4a..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-inactive.png deleted file mode 100644 index 1c2bb2f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-prelight.png deleted file mode 100644 index 70c2b37..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-pressed.png deleted file mode 100644 index 78e13ec..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/menu-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/right-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/right-active.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/right-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/right-inactive.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-active.png deleted file mode 100644 index a9f0799..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-inactive.png deleted file mode 100644 index 6314101..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-prelight.png deleted file mode 100644 index f55973d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-pressed.png deleted file mode 100644 index 0305e6d..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-active.png deleted file mode 100644 index dc39e24..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-inactive.png deleted file mode 100644 index 13917cc..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-prelight.png deleted file mode 100644 index 1717515..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-pressed.png deleted file mode 100644 index b9987b5..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/shade-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-active.png deleted file mode 100644 index f4eecec..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-inactive.png deleted file mode 100644 index ecd8b31..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-prelight.png deleted file mode 100644 index 803e5e9..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-pressed.png deleted file mode 100644 index 8e283ef..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-active.png deleted file mode 100644 index 00e8eae..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index c3b79f8..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-prelight.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index f521249..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-pressed.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index d2a3c37..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/themerc b/themes/.themes/Orchis-Dark-Compact/xfwm4/themerc deleted file mode 100644 index cb238f0..0000000 --- a/themes/.themes/Orchis-Dark-Compact/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=6 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afafaf -active_text_shadow_color=#252525 - -inactive_text_color=#808080 -inactive_text_shadow_color=#252525 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-1-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-1-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-1-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-1-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-1-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-2-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-2-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-2-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-2-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-2-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-3-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-3-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-3-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-3-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-3-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-4-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-4-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-4-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-4-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-4-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-5-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-5-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-5-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-5-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/title-5-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/top-left-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/top-left-active.png deleted file mode 100644 index 822b746..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/top-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/top-left-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/top-left-inactive.png deleted file mode 100644 index 822b746..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/top-right-active.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/top-right-active.png deleted file mode 100644 index e0ddfc2..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/top-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark-Compact/xfwm4/top-right-inactive.png b/themes/.themes/Orchis-Dark-Compact/xfwm4/top-right-inactive.png deleted file mode 100644 index e0ddfc2..0000000 Binary files a/themes/.themes/Orchis-Dark-Compact/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Dark/cinnamon/cinnamon.css b/themes/.themes/Orchis-Dark/cinnamon/cinnamon.css index 1811f5c..0d2e446 100644 --- a/themes/.themes/Orchis-Dark/cinnamon/cinnamon.css +++ b/themes/.themes/Orchis-Dark/cinnamon/cinnamon.css @@ -10,7 +10,7 @@ stage { min-height: 24px; padding: 5px 32px; transition-duration: 100ms; - border-radius: 12px; + border-radius: 10px; color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.04); } @@ -18,36 +18,36 @@ stage { .sound-button:focus { color: white; background-color: rgba(255, 255, 255, 0.12); - border-radius: 12px; + border-radius: 10px; } .sound-button:hover { color: white; background-color: rgba(255, 255, 255, 0.12); - border-radius: 12px; + border-radius: 10px; } .sound-button:hover:focus { color: white; background-color: rgba(255, 255, 255, 0.3); - border-radius: 12px; + border-radius: 10px; } .sound-button:active { color: white; background-color: rgba(255, 255, 255, 0.3); - border-radius: 12px; + border-radius: 10px; } .sound-button:insensitive { color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0.04); - border-radius: 12px; + border-radius: 10px; } .notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button, .calendar-today-home-button, .calendar-today-home-button-enabled { - border-radius: 12px; + border-radius: 10px; color: rgba(255, 255, 255, 0.7); background-color: transparent; } @@ -56,28 +56,28 @@ stage { .calendar-today-home-button-enabled:hover { color: white; background-color: rgba(255, 255, 255, 0.12); - border-radius: 12px; + border-radius: 10px; } .notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active, .calendar-today-home-button:active, .calendar-today-home-button-enabled:active { color: white; background-color: rgba(255, 255, 255, 0.3); - border-radius: 12px; + border-radius: 10px; } .notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, .calendar-today-home-button-enabled:insensitive { color: rgba(255, 255, 255, 0.3); background-color: transparent; - border-radius: 12px; + border-radius: 10px; } .modal-dialog-button-box .modal-dialog-button { min-height: 24px; - padding: 6px 30px; + padding: 4px 20px; transition-duration: 100ms; - border-radius: 12px; + border-radius: 10px; color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.04); } @@ -102,8 +102,8 @@ stage { } #menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 3px 12px; - min-height: 24px; + padding: 2px 8px; + min-height: 22px; caret-size: 1px; selection-background-color: #3281EA; selected-color: white; @@ -129,15 +129,15 @@ stage { #menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { icon-size: 16px; warning-color: #FBC02D; - padding: 0 6px; + padding: 0 4px; } #LookingGlassDialog { background-color: rgba(44, 44, 44, 0.97); - spacing: 6px; - padding: 6px 12px; + spacing: 4px; + padding: 4px 8px; border: none; - border-radius: 12px; + border-radius: 10px; color: white; box-shadow: 3px 6px rgba(0, 0, 0, 0.25); } @@ -278,10 +278,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #Tooltip { border-radius: 9999px; - padding: 6px 12px; + padding: 4px 8px; background-color: rgba(25, 25, 25, 0.9); color: white; - margin: 6px; + margin: 4px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); font-size: 1em; font-weight: normal; @@ -362,18 +362,18 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content { color: white; - padding: 6px; + padding: 4px; background-color: rgba(33, 33, 33, 0.97); - border-radius: 20px; - margin: 6px; + border-radius: 18px; + margin: 4px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); } .menu .popup-menu-item, .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item { - padding: 6px 12px; - spacing: 12px; + padding: 4px 8px; + spacing: 8px; border-radius: 9999px; } @@ -417,7 +417,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-menu-boxpointer { - -arrow-border-radius: 12px; + -arrow-border-radius: 10px; -arrow-background-color: rgba(0, 0, 0, 0); -arrow-border-width: 0; -arrow-border-color: rgba(0, 0, 0, 0); @@ -426,7 +426,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-combo-menu { - padding: 12px; + padding: 8px; } .popup-combobox-item { @@ -465,8 +465,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel { font-weight: bold; - height: 36px; - width: 42px; + height: 32px; + width: 36px; } #panel:highlight { @@ -511,12 +511,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } #panelRight:ltr { - padding-left: 6px; + padding-left: 4px; spacing: 0px; } #panelRight:rtl { - padding-right: 6px; + padding-right: 4px; spacing: 0px; } @@ -607,7 +607,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: 1px solid rgba(25, 25, 25, 0.9); color: white; spacing: 25px; - border-radius: 12px; + border-radius: 10px; font-size: 9pt; padding: 5px 8px; -cinnamon-caption-spacing: 4px; @@ -623,7 +623,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .expo-workspaces-name-entry, .expo-workspaces-name-entry#selected { height: 15px; - border-radius: 12px; + border-radius: 10px; font-size: 9pt; padding: 5px 8px; -cinnamon-caption-spacing: 4px; @@ -646,13 +646,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .expo-workspace-thumbnail-frame { border: 4px solid rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); - border-radius: 12px; + border-radius: 10px; } .expo-workspace-thumbnail-frame#active { border: 4px solid #3281EA; background-color: black; - border-radius: 12px; + border-radius: 10px; } .expo-background { @@ -752,7 +752,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .about-scrollBox { border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 12px; + border-radius: 10px; background-color: #2C2C2C; padding: 4px; padding-right: 0; @@ -776,19 +776,19 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .calendar-main-box { - margin: 0 6px; + margin: 0 4px; } .calendar { - padding: 6px 12px; + padding: 4px 8px; spacing-rows: 0px; spacing-columns: 0px; } .calendar-today-home-button, .calendar-today-home-button-enabled { - margin: 6px 0; - padding: 6px; + margin: 4px 0; + padding: 4px; } .calendar-today-day-label { @@ -867,7 +867,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { text-align: center; font-size: 14px; color: white; - border-radius: 12px; + border-radius: 10px; } .calendar-day-base { @@ -948,11 +948,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .calendar-events-main-box { height: 300px; - margin: 8px 0.8em 0 0; - padding: 8px; + margin: 6px 0.8em 0 0; + padding: 6px; min-width: 350px; border: none; - border-radius: 12px; + border-radius: 10px; background-gradient-direction: vertical; background-gradient-start: rgba(255, 255, 255, 0.04); background-gradient-end: rgba(255, 255, 255, 0.04); @@ -960,9 +960,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .calendar-events-no-events-button { - margin: 6px 0; - padding: 6px; - border-radius: 12px; + margin: 4px 0; + padding: 4px; + border-radius: 10px; } .calendar-events-no-events-button:hover { @@ -981,11 +981,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: rgba(255, 255, 255, 0.5); font-weight: bold; text-align: center; - margin-top: 9px; + margin-top: 6px; } .calendar-events-date-label { - padding: 3px 0 12px 3px; + padding: 2px 0 8px 2px; font-size: 1.1em; color: rgba(255, 255, 255, 0.7); font-weight: bold; @@ -1004,8 +1004,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .calendar-event-button { - margin: 6px 0 6px 0; - border-radius: 12px; + margin: 4px 0 4px 0; + border-radius: 10px; } .calendar-event-button:hover { @@ -1021,7 +1021,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .calendar-event-row-content { - margin: 6px; + margin: 4px; } .calendar-event-time-past { @@ -1072,11 +1072,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } #notification { - border-radius: 18px; - padding: 12px; - spacing-rows: 9px; - spacing-columns: 9px; - margin-from-right-edge-of-screen: 18px; + border-radius: 16px; + padding: 8px; + spacing-rows: 6px; + spacing-columns: 6px; + margin-from-right-edge-of-screen: 12px; width: 28em; color: white; background-color: rgba(44, 44, 44, 0.8); @@ -1085,12 +1085,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } #notification .notification-button, #notification .notification-icon-button { - padding: 6px; + padding: 4px; } .menu #notification, .popup-menu #notification { border: none; - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.05); box-shadow: none; margin: 0; @@ -1106,11 +1106,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 6px; + padding: 4px; } #notification.multi-line-notification { - padding-bottom: 12px; + padding-bottom: 8px; color: white; } @@ -1123,19 +1123,19 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } #notification-scrollview:ltr > StScrollBar { - padding-left: 6px; + padding-left: 4px; } #notification-scrollview:rtl > StScrollBar { - padding-right: 6px; + padding-right: 4px; } #notification-body { - spacing: 6px; + spacing: 4px; } #notification-actions { - spacing: 9px; + spacing: 6px; } .notification-with-image { @@ -1144,7 +1144,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .notification-button, .notification-icon-button { - padding: 6px; + padding: 4px; } .notification-icon-button > StIcon { @@ -1160,7 +1160,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: white; background-color: rgba(33, 33, 33, 0.97); border: none; - border-radius: 12px; + border-radius: 10px; padding: 20px; } @@ -1174,7 +1174,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .switcher-list .item-box { padding: 8px; - border-radius: 12px; + border-radius: 10px; } .switcher-list .item-box:outlined { @@ -1247,8 +1247,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: white; background-color: rgba(18, 18, 18, 0.95); border: 1px solid rgba(0, 0, 0, 0.65); - padding: 0 6px 6px; - border-radius: 18px; + padding: 0 4px 4px; + border-radius: 16px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); } @@ -1271,9 +1271,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .run-dialog { - padding: 6px 12px; + padding: 4px 8px; background-color: rgba(25, 25, 25, 0.9); - border-radius: 18px; + border-radius: 16px; color: white; } @@ -1294,7 +1294,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .run-dialog-error-box { padding-top: 15px; - spacing: 6px; + spacing: 4px; } .run-dialog-completion-box { @@ -1304,8 +1304,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .run-dialog-entry { width: 21em; - padding: 3px 12px; - border-radius: 12px; + padding: 2px 8px; + border-radius: 10px; caret-color: white; selected-color: white; selection-background-color: #3281EA; @@ -1434,7 +1434,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { min-width: 2em; font-size: 14pt; font-weight: bold; - border-radius: 12px; + border-radius: 10px; box-shadow: none; color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.04); @@ -1458,7 +1458,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .keyboard-subkeys { color: white; padding: 5px; - -arrow-border-radius: 12px; + -arrow-border-radius: 10px; -arrow-background-color: rgba(25, 25, 25, 0.9); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); @@ -1469,46 +1469,46 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .menu-favorites-box { margin: auto; - margin-bottom: 6px; - padding: 6px; + margin-bottom: 4px; + padding: 4px; transition-duration: 300; background-color: rgba(255, 255, 255, 0.05); border: none; - border-radius: 12px; + border-radius: 10px; } .menu-favorites-button { - padding: 9px; + padding: 6px; border: none; - border-radius: 12px; + border-radius: 10px; } .menu-favorites-button:hover { - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.1); } .menu-places-box { margin: auto; - padding: 9px; + padding: 6px; border: 1px solid rgba(0, 0, 0, 0); } .menu-places-button { - padding: 9px; + padding: 6px; } .menu-categories-box { - padding: 9px 30px; + padding: 6px 20px; } .menu-applications-inner-box, .menu-applications-outer-box { - padding: 9px 9px 0 9px; + padding: 6px 6px 0 6px; } .menu-application-button { - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; border: none; } @@ -1519,8 +1519,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .menu-application-button-selected { color: white; background-color: rgba(255, 255, 255, 0.12); - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; border: none; } @@ -1529,15 +1529,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .menu-application-button-label:ltr { - padding-left: 6px; + padding-left: 4px; } .menu-application-button-label:rtl { - padding-right: 6px; + padding-right: 4px; } .menu StScrollView.menu-application-button { - padding: 3px 0; + padding: 2px 0; border-radius: 14px; color: rgba(0, 0, 0, 0.75) !important; background-color: rgba(255, 255, 255, 0.95) !important; @@ -1546,17 +1546,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .menu StScrollView.menu-application-button .popup-menu-item { padding: 0; spacing: 0; - margin: 0 3px; - border-radius: 12px; + margin: 0 2px; + border-radius: 10px; color: rgba(0, 0, 0, 0.75) !important; } .menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 6px; + padding-left: 4px; } .menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 6px; + padding-right: 4px; } .menu StScrollView.menu-application-button .popup-menu-item:active { @@ -1570,39 +1570,39 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 6px 0 6px 6px; + padding: 4px 0 4px 4px; } .menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 6px 6px 6px 0; + padding: 4px 4px 4px 0; } .menu-category-button { - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; } .menu-category-button-selected { - padding: 6px; + padding: 4px; } .menu-category-button-hover, .menu-category-button-selected { color: white; background-color: rgba(255, 255, 255, 0.12); - border-radius: 12px; + border-radius: 10px; } .menu-category-button-greyed { - padding: 6px; + padding: 4px; color: rgba(255, 255, 255, 0.5); } .menu-category-button-label:ltr { - padding-left: 6px; + padding-left: 4px; } .menu-category-button-label:rtl { - padding-right: 6px; + padding-right: 4px; } .menu-selected-app-box { @@ -1623,7 +1623,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .menu-selected-app-description { max-width: 150px; - margin-bottom: 6px; + margin-bottom: 4px; } .menu-search-box:ltr { @@ -1663,7 +1663,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { min-width: 64px; min-height: 64px; color: rgba(255, 255, 255, 0.7); - border-radius: 18px; + border-radius: 16px; background-color: rgba(33, 33, 33, 0.65); border: none; } @@ -1676,12 +1676,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { padding: 0; height: 4px; background-color: rgba(0, 0, 0, 0.35); - border-radius: 12px; + border-radius: 10px; color: #3281EA; } .osd-window .level-bar { - border-radius: 12px; + border-radius: 10px; background-color: #3281EA; } @@ -1724,19 +1724,19 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .panel-bottom .window-list-item-box StLabel { - padding-left: 6px; + padding-left: 4px; } .panel-top .window-list-item-box StLabel { - padding-left: 6px; + padding-left: 4px; } .panel-left .window-list-item-box StLabel { - padding-top: 6px; + padding-top: 4px; } .panel-right .window-list-item-box StLabel { - padding-top: 6px; + padding-top: 4px; } .panel-top .window-list-item-box { @@ -1829,7 +1829,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { background-gradient-direction: vertical; background-gradient-start: #81C995; background-gradient-end: #81C995; - border-radius: 12px; + border-radius: 10px; box-shadow: none; } @@ -1839,11 +1839,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .window-list-preview { - padding: 12px; - spacing: 6px; + padding: 8px; + spacing: 4px; border: none; background-color: #2C2C2C; - border-radius: 12px; + border-radius: 10px; color: white; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); } @@ -1857,19 +1857,19 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .grouped-window-list-thumbnail-menu { - padding: 6px; - padding: 6px; - margin: 6px; + padding: 4px; + padding: 4px; + margin: 4px; background-color: rgba(33, 33, 33, 0.97); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); - border-radius: 18px; + border-radius: 16px; color: white; } .grouped-window-list-thumbnail-menu .item-box { - padding: 6px; - border-radius: 12px; - spacing: 6px; + padding: 4px; + border-radius: 10px; + spacing: 4px; margin: 1px; } @@ -1913,7 +1913,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { margin: 0; color: rgba(255, 255, 255, 0.6); border-radius: 0; - spacing: 6px; + spacing: 4px; border-bottom: 2px solid transparent; } @@ -1953,7 +1953,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { background-gradient-direction: vertical; background-gradient-start: #81C995; background-gradient-end: #81C995; - border-radius: 12px; + border-radius: 10px; box-shadow: none; } @@ -2069,11 +2069,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .sound-player-overlay { width: 290px; height: 80px; - padding: 12px 18px; - spacing: 6px; + padding: 8px 12px; + spacing: 4px; background-color: rgba(0, 0, 0, 0.45); border: none; - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; color: white; text-shadow: none; } @@ -2082,7 +2082,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { width: 16px; height: 16px; padding: 8px; - margin: 0 6px 6px; + margin: 0 4px 4px; color: white; border-radius: 9999px; border: none; @@ -2107,7 +2107,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .sound-player-overlay StLabel { - padding: 0 6px; + padding: 0 4px; } .sound-player-overlay StBoxLayout { @@ -2231,7 +2231,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .applet-separator { - padding: 1px 3px; + padding: 1px 2px; } .applet-separator-line { @@ -2240,7 +2240,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .applet-box { - padding: 0 6px; + padding: 0 4px; color: rgba(255, 255, 255, 0.7); text-shadow: none; transition-duration: 100ms; @@ -2248,7 +2248,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .applet-box.vertical { - padding: 6px 0; + padding: 4px 0; } .applet-box:hover { diff --git a/themes/.themes/Orchis-Dark/gnome-shell/gnome-shell.css b/themes/.themes/Orchis-Dark/gnome-shell/gnome-shell.css index b683e48..0b30683 100644 --- a/themes/.themes/Orchis-Dark/gnome-shell/gnome-shell.css +++ b/themes/.themes/Orchis-Dark/gnome-shell/gnome-shell.css @@ -1,6 +1,6 @@ /* This stylesheet is generated, DO NOT EDIT */ stage { - font-size: 10.5pt; + font-size: 9.75pt; font-weight: 400; color: white; } @@ -13,14 +13,14 @@ stage { .modal-dialog .modal-dialog-linked-button, .hotplug-notification-item { border: none; - margin-bottom: 6px; + margin-bottom: 4px; color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.04); border-color: transparent; box-shadow: none; text-shadow: none; icon-shadow: none; - font-size: 10.5pt; + font-size: 9.75pt; font-weight: 500; } @@ -65,20 +65,20 @@ stage { } .modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child { - margin-left: 6px !important; + margin-left: 4px !important; margin-right: 0 !important; border-radius: 9999px 0 0 9999px; } .modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child { margin-left: 0 !important; - margin-right: 6px !important; + margin-right: 4px !important; border-right-width: 0; border-radius: 0 9999px 9999px 0; } .modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child { - margin: 0 6px 6px 6px !important; + margin: 0 4px 4px 4px !important; border-right-width: 0; border-radius: 9999px; } @@ -142,7 +142,7 @@ stage { background-color: #212121; border: none; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - padding: 12px; + padding: 8px; } /* General Typography */ @@ -203,13 +203,13 @@ stage { /* Entries */ StEntry { - min-height: 36px; + min-height: 32px; padding: 0 8px; border-radius: 9999px; border-width: 0; selection-background-color: #3281EA; selected-color: white !important; - font-size: 12pt; + font-size: 11.25pt; font-weight: 400; caret-color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7); @@ -252,11 +252,11 @@ StEntry StLabel.hint-text { /* Buttons */ .button { min-height: 24px; - padding: 6px 12px; + padding: 4px 8px; border: none; border-radius: 10px; text-align: center; - font-size: 10.5pt; + font-size: 9.75pt; font-weight: 500; color: rgba(255, 255, 255, 0.7); background-color: transparent; @@ -313,7 +313,7 @@ StEntry StLabel.hint-text { .icon-button, .background-app-item .close-button { min-height: 16px; min-width: 16px; - padding: 12px; + padding: 8px; border-radius: 9999px; border: none; color: rgba(255, 255, 255, 0.7); @@ -380,7 +380,7 @@ StEntry StLabel.hint-text { .check-box StBin { width: 24px; height: 24px; - padding: 6px; + padding: 4px; border-radius: 100px; background-image: url("assets/checkbox-off.svg"); } @@ -431,7 +431,7 @@ StEntry StLabel.hint-text { /* Slider */ .slider { - height: 22px; + height: 20px; -barlevel-height: 2px; -barlevel-background-color: rgba(255, 255, 255, 0.3); -barlevel-border-width: 0; @@ -441,7 +441,7 @@ StEntry StLabel.hint-text { -barlevel-overdrive-color: #F44336; -barlevel-overdrive-border-color: #f54c40; -barlevel-overdrive-separator-width: 2px; - -slider-handle-radius: 7px; + -slider-handle-radius: 6px; -slider-handle-border-width: 0; -slider-handle-border-color: white; color: white; @@ -528,38 +528,38 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { /* Popovers/Menus */ .popup-menu-boxpointer { - -arrow-border-radius: 6px; + -arrow-border-radius: 4px; -arrow-background-color: transparent; -arrow-border-width: 0; -arrow-border-color: transparent; - -arrow-base: 12px; - -arrow-rise: 3px; + -arrow-base: 8px; + -arrow-rise: 2px; -arrow-box-shadow: none; background: transparent; } .popup-menu { - min-width: 12em; + min-width: 10em; color: white; background-color: transparent; border: none; padding: 0; margin: 0; - border-radius: 20px; + border-radius: 18px; } .popup-menu .popup-menu-content { - padding: 6px; + padding: 4px; margin: 0 3px 14px; background-color: rgba(33, 33, 33, 0.97); - border-radius: 20px; + border-radius: 18px; border: none; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); } .popup-menu .popup-menu-item { - spacing: 6px; - padding: 6px 12px; + spacing: 4px; + padding: 4px 8px; color: white !important; background-color: transparent; transition-duration: 100ms; @@ -569,13 +569,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .popup-menu .popup-menu-item:ltr { - padding-right: 12px; + padding-right: 8px; padding-left: 0; } .popup-menu .popup-menu-item:rtl { padding-right: 0; - padding-left: 12px; + padding-left: 8px; } .popup-menu .popup-menu-item:checked { @@ -694,44 +694,44 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { height: 1px; - margin: 6px 48px 6px 36px !important; + margin: 4px 32px 4px 24px !important; background-color: rgba(255, 255, 255, 0.12); } .popup-sub-menu .popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 6px 54px 6px 24px !important; + margin: 4px 36px 4px 16px !important; background-color: rgba(0, 0, 0, 0.1); } .popup-menu.panel-menu { - -boxpointer-gap: 4px; + -boxpointer-gap: 2px; margin-bottom: 1.75em; } .background-menu { - -boxpointer-gap: 4px; + -boxpointer-gap: 2px; -arrow-rise: 0; } .aggregate-menu { - min-width: 21em; + min-width: 19em; } .aggregate-menu .popup-menu-icon { padding: 0; - margin: 0 4px; + margin: 0 2px; -st-icon-style: symbolic; } .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { /* 12px spacing + 2*4px padding */ - padding-left: 16px; + padding-left: 10px; margin-left: 0; } .aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { /* 12px spacing + 2*4px padding */ - padding-right: 16px; + padding-right: 10px; margin-right: 0; } @@ -744,18 +744,18 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .app-menu .popup-menu-item > :first-child:ltr { - padding-left: 12px; + padding-left: 8px; margin-left: 0; } .app-menu .popup-menu-item > :first-child:rtl { - padding-right: 12px; + padding-right: 8px; margin-right: 0; } .app-menu .popup-inactive-menu-item:first-child > StLabel { font-weight: bold; - font-size: 14px; + font-size: 13px; } .app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { @@ -773,7 +773,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { /* Date/Time Menu */ #calendarArea { - padding: 6px 0 !important; + padding: 4px 0 !important; } .calendar { @@ -787,7 +787,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .datemenu-calendar-column { - spacing: 6px; + spacing: 4px; border: none; padding: 0 !important; margin: 0 !important; @@ -805,28 +805,28 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .datemenu-calendar-column:ltr { - margin-right: 6px !important; - margin-left: 12px !important; + margin-right: 4px !important; + margin-left: 10px !important; padding-left: 0 !important; padding-right: 0 !important; border-left-width: 0; } .datemenu-calendar-column:rtl { - margin-left: 6px !important; - margin-right: 12px !important; + margin-left: 4px !important; + margin-right: 10px !important; padding-left: 0 !important; padding-right: 0 !important; border-right-width: 0; } .datemenu-calendar-column .datemenu-displays-box { - spacing: 6px; + spacing: 4px; } .datemenu-today-button { - min-height: 48px; - padding: 6px; + min-height: 40px; + padding: 4px; border-radius: 10px; border: none; box-shadow: none; @@ -857,7 +857,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .calendar-month-label { - height: 20px; + height: 16px; margin: 2px; padding: 6px 16px; border-radius: 10px; @@ -873,8 +873,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .pager-button { - width: 28px; - height: 28px; + width: 24px; + height: 24px; margin: 2px; border-radius: 9999px; background-color: transparent; @@ -956,9 +956,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .calendar-day.calendar-day-heading, .calendar-day-base.calendar-day-heading { width: 24px !important; - height: 18px !important; + height: 20px !important; margin-top: 2px !important; - padding: 6px 0 0 !important; + padding: 4px 0 0 !important; border-radius: 9999px; background-color: transparent; color: rgba(255, 255, 255, 0.5); @@ -1039,7 +1039,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .world-clocks-button, .weather-button, .events-button { - padding: 6px 12px; + padding: 4px 8px; border-radius: 10px; border: none; box-shadow: none; @@ -1071,7 +1071,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .events-title { color: rgba(255, 255, 255, 0.5); font-weight: bold; - margin-bottom: 3px; + margin-bottom: 2px; text-shadow: none; } @@ -1086,7 +1086,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .events-section-title { color: rgba(255, 255, 255, 0.5); font-weight: bold; - font-size: 1em; + font-size: 0.9em; } .events-button .events-box { @@ -1107,14 +1107,14 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .world-clocks-button .world-clocks-city { color: rgba(255, 255, 255, 0.5); font-weight: normal; - font-size: 1em; + font-size: 0.9em; } .world-clocks-button .world-clocks-time { color: rgba(255, 255, 255, 0.5); font-feature-settings: "tnum"; font-weight: bold; - font-size: 1em; + font-size: 0.9em; } .world-clocks-button .world-clocks-time:ltr { @@ -1128,7 +1128,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .world-clocks-button .world-clocks-timezone { color: rgba(255, 255, 255, 0.5); font-feature-settings: "tnum"; - font-size: 1em; + font-size: 0.9em; } .weather-button .weather-box { @@ -1142,17 +1142,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .weather-button .weather-header.location { font-weight: normal; color: rgba(255, 255, 255, 0.5); - font-size: 0.9em; + font-size: 0.8em; } .weather-button .weather-forecast-icon { - icon-size: 32px; + icon-size: 24px; color: rgba(255, 255, 255, 0.5); } .weather-button .weather-forecast-time { color: rgba(255, 255, 255, 0.5); - font-size: 0.8em; + font-size: 0.7em; font-feature-settings: "tnum"; font-weight: normal; padding-top: 0.2em; @@ -1194,35 +1194,35 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .message-list .message-list-placeholder > StIcon { icon-size: 48px; - margin-bottom: 12px; + margin-bottom: 6px; -st-icon-style: symbolic; } .message-list-sections { - spacing: 6px; + spacing: 4px; margin: 0; - padding-bottom: 6px; + padding-bottom: 4px; } .message-list-sections:ltr { - margin-right: 4px; - padding-left: 6px; + margin-right: 2px; + padding-left: 4px; } .message-list-sections:rtl { - margin-left: 4px; - padding-right: 6px; + margin-left: 2px; + padding-right: 4px; } .message-list-section, .message-list-section-list { - spacing: 6px; + spacing: 4px; } .message-list-controls { - margin: 8px 16px 0; - padding: 4px; - spacing: 12px; + margin: 4px 8px 0; + padding: 2px; + spacing: 8px; } .message { @@ -1246,12 +1246,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .message .message-icon-bin { - padding: 18px; - padding-right: 6px; + padding: 12px; + padding-right: 4px; } .message .message-icon-bin:rtl { - padding-left: 6px; + padding-left: 4px; } .message .message-icon-bin > StIcon { @@ -1266,8 +1266,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .message .message-content { spacing: 4px; - padding: 9px; - margin-bottom: 8px; + padding: 6px; + margin-bottom: 4px; color: rgba(255, 255, 255, 0.7); } @@ -1278,7 +1278,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .message .message-secondary-bin { - padding: 0 8px; + padding: 0 4px; } .message .message-secondary-bin > .event-time { @@ -1298,8 +1298,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .message .message-close-button { color: rgba(255, 255, 255, 0.7); padding: 0; - height: 24px; - width: 24px; + height: 20px; + width: 20px; border-radius: 9999px; } @@ -1327,8 +1327,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { /* Media Controls */ .message-media-control { - margin: 24px 4px !important; - padding: 12px !important; + margin: 20px 4px !important; + padding: 8px !important; border-radius: 9999px; color: rgba(255, 255, 255, 0.7); } @@ -1363,7 +1363,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .media-message-cover-icon.fallback { background-color: rgba(255, 255, 255, 0.08); - padding: 12px; + padding: 8px; color: rgba(255, 255, 255, 0.5); border: none; border-radius: 5px; @@ -1383,9 +1383,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { background-color: #3C3C3C; border-radius: 10px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); - margin: 3px 10px 13px; - padding: 6px; - spacing: 6px; + margin: 2px 10px 13px; + padding: 4px; + spacing: 4px; border: none; } @@ -1400,8 +1400,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 3px; - border-radius: 4px; + margin-right: 2px; + border-radius: 6px; } .candidate-box:hover { @@ -1453,14 +1453,14 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-settings { - padding: 18px !important; - border-radius: 38px !important; - margin-top: 3px !important; + padding: 12px !important; + border-radius: 28px !important; + margin-top: 2px !important; border: none; } .quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .button { - padding: 12px; + padding: 8px; } .quick-settings .icon-button > StIcon, .quick-settings .background-app-item .close-button > StIcon, .background-app-item .quick-settings .close-button > StIcon, .quick-settings .button > StIcon { @@ -1468,15 +1468,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-settings-grid { - spacing-rows: 12px; - spacing-columns: 12px; + spacing-rows: 8px; + spacing-columns: 8px; } .quick-toggle, .quick-menu-toggle { border-radius: 9999px; - min-width: 12em; - max-width: 12em; - min-height: 44px; + min-width: 11em; + max-width: 11em; + min-height: 34px; border: none; } @@ -1510,7 +1510,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-toggle > StBoxLayout { - spacing: 6px; + spacing: 4px; } .quick-toggle.button { @@ -1518,15 +1518,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-toggle > StBoxLayout { - padding: 0 12px; + padding: 0 8px; } .quick-toggle:ltr > StBoxLayout { - padding-left: 15px; + padding-left: 10px; } .quick-toggle:rtl > StBoxLayout { - padding-right: 15px; + padding-right: 10px; } .quick-toggle .quick-toggle-title { @@ -1573,7 +1573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .quick-menu-toggle .quick-toggle-arrow { background-color: rgba(255, 255, 255, 0.08) !important; - padding: 6px 10.5px; + padding: 4px 7px; border: none !important; } @@ -1609,16 +1609,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-slider > StBoxLayout { - spacing: 6px; + spacing: 4px; } .quick-slider .icon-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button { - padding: 9px; + padding: 6px; } .quick-slider .slider-bin { min-height: 16px; - padding: 6px; + padding: 4px; border-radius: 9999px; } @@ -1639,15 +1639,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-toggle-menu { - border-radius: 30px !important; - padding: 12px; - margin: 12px 21px 0; + border-radius: 20px !important; + padding: 8px; + margin: 8px 14px 0; background-color: white !important; color: rgba(0, 0, 0, 0.65) !important; } .quick-toggle-menu .popup-menu-item { - padding: 8px !important; + padding: 6px !important; border-radius: 9999px !important; color: rgba(0, 0, 0, 0.65) !important; } @@ -1675,15 +1675,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-toggle-menu .popup-menu-item > :first-child:ltr { - padding-left: 10px !important; + padding-left: 6px !important; } .quick-toggle-menu .popup-menu-item > :first-child:rtl { - padding-right: 10px !important; + padding-right: 6px !important; } .quick-toggle-menu .popup-menu-item .popup-separator-menu-item-separator { - margin: 6px 18px 6px 0 !important; + margin: 4px 12px 4px 0 !important; padding: 0 !important; background-color: rgba(0, 0, 0, 0.1) !important; } @@ -1693,15 +1693,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-toggle-menu .header { - spacing-rows: 3px; - spacing-columns: 12px; - padding-bottom: 12px; + spacing-rows: 2px; + spacing-columns: 8px; + padding-bottom: 8px; } .quick-toggle-menu .header .icon { icon-size: 24px; border-radius: 9999px; - padding: 9px; + padding: 6px; background-color: rgba(0, 0, 0, 0.08) !important; } @@ -1711,7 +1711,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .quick-settings-system-item > StBoxLayout { - spacing: 12px; + spacing: 8px; } .quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button { @@ -1763,7 +1763,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .background-apps-quick-toggle { - min-height: 44px; + min-height: 34px; background-color: transparent; } @@ -1777,7 +1777,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .background-app-item .close-button { - padding: 6px; + padding: 4px; } .background-app-item.popup-inactive-menu-item { @@ -1927,7 +1927,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .modal-dialog { - border-radius: 26px; + border-radius: 24px; color: white; background-color: #2C2C2C; border: 0 none rgba(0, 0, 0, 0.75); @@ -2034,7 +2034,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .run-dialog .run-dialog-description { - font-size: 12pt; + font-size: 11.25pt; font-weight: 400; text-align: center; color: rgba(255, 255, 255, 0.5); @@ -2204,15 +2204,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; background-color: rgba(255, 255, 255, 0.08); border-radius: 10px; - padding: 12px; + padding: 8px; padding-right: 0; } .nm-dialog-item { font-size: 1em; border-bottom: none; - border-radius: 4px; - padding: 12px; + border-radius: 6px; + padding: 8px; spacing: 0px; } @@ -2234,7 +2234,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .nm-dialog-icons { - spacing: 12px; + spacing: 8px; } .no-networks-label { @@ -2242,15 +2242,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .no-networks-box { - spacing: 6px; + spacing: 4px; } /* OSD */ .osd-window { text-align: center; font-weight: bold; - spacing: 12px; - padding: 12px 18px; + spacing: 8px; + padding: 8px 12px; margin-bottom: 8em; border-radius: 9999px; } @@ -2268,11 +2268,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .osd-window StLabel:ltr { - margin-right: 6px; + margin-right: 4px; } .osd-window StLabel:rtl { - margin-left: 6px; + margin-left: 4px; } .osd-window .level { @@ -2292,18 +2292,18 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .osd-window .level:ltr { - margin-right: 6px; + margin-right: 4px; } .osd-window .level:rtl { - margin-left: 6px; + margin-left: 4px; } .osd-monitor-label { - border-radius: 18px; + border-radius: 16px; font-size: 3em; font-weight: bold; - margin: 12px; + margin: 6px; text-align: center; min-width: 1.3em; } @@ -2316,11 +2316,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .pad-osd-window .pad-osd-title-box { - spacing: 12px; + spacing: 8px; } .pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; + spacing: 4px; } .combo-box-label { @@ -2328,17 +2328,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .resize-popup { - border-radius: 18px; + border-radius: 16px; } /* App Switcher */ .switcher-popup { padding: 8px; - spacing: 24px; + spacing: 16px; } .switcher-list { - border-radius: 18px; + border-radius: 16px; } .switcher-list .item-box { @@ -2358,7 +2358,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .switcher-list .thumbnail-box { padding: 2px; - spacing: 6px; + spacing: 4px; } .switcher-list .thumbnail { @@ -2371,7 +2371,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .switcher-list .switcher-list-item-container { - spacing: 12px; + spacing: 8px; } .switcher-arrow { @@ -2395,11 +2395,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { /* Workspace Switcher */ .workspace-switcher-group { - padding: 12px; + padding: 8px; } .workspace-switcher-container { - border-radius: 18px; + border-radius: 16px; } .workspace-switcher { @@ -2407,7 +2407,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; border-radius: 0; padding: 0; - spacing: 12px; + spacing: 8px; } .ws-switcher-box { @@ -2425,7 +2425,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { height: 52px; background-color: #3281EA; border: none; - border-radius: 13px; + border-radius: 12px; color: white; } @@ -2435,11 +2435,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; padding: 0 !important; transition-duration: 250ms; - height: 38px; + height: 34px; border: none; box-shadow: none; background-color: rgba(0, 0, 0, 0.65); - margin: 3px; + margin: 2px; border-radius: 9999px; } @@ -2463,10 +2463,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button { font-weight: bold; color: white; - -natural-hpadding: 11px; - -minimum-hpadding: 11px; + -natural-hpadding: 9px; + -minimum-hpadding: 9px; transition-duration: 150ms; - border: 3px solid transparent; + border: 2px solid transparent; border-radius: 9999px; margin: 0; } @@ -2484,7 +2484,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button.clock-display .clock { border-radius: 9999px; - padding: 0 12px !important; + padding: 0 8px !important; } #panel .panel-button:hover { @@ -2517,12 +2517,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel .panel-button .system-status-icon { icon-size: 16px; - padding: 6px; + padding: 4px; margin: 0; } #panel .panel-button .appindicator-trayicons-box { - margin: 0 6px; + margin: 0 4px; } #panel .panel-button .app-menu-icon { @@ -2530,11 +2530,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } #panel .panel-button#panelActivities { - -natural-hpadding: 15px; + -natural-hpadding: 10px; } #panel .panel-button#panelActivities StBoxLayout { - spacing: 6px; + spacing: 4px; } #panel .panel-button#panelActivities .workspace-dot { @@ -2550,8 +2550,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: 0 none transparent !important; margin: 0 !important; padding: 0 !important; - -natural-hpadding: 3px !important; - -minimum-hpadding: 3px !important; + -natural-hpadding: 2px !important; + -minimum-hpadding: 2px !important; } #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .panel-status-menu-box, @@ -2565,8 +2565,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon { border-radius: 9999px; - width: 33px; - margin: 3px 0; + width: 31px; + margin: 2px 0; } #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:hover, @@ -2586,8 +2586,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button { border-radius: 9999px; - width: 33px; - margin: 3px 0; + width: 31px; + margin: 2px 0; } #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:hover { @@ -2602,8 +2602,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { #panel Gjs_status_keyboard_InputSourceIndicator.panel-button, #panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_AppIndicatorsIndicatorStatusIcon.panel-button { - -natural-hpadding: 17px !important; - -minimum-hpadding: 17px !important; + -natural-hpadding: 13px !important; + -minimum-hpadding: 13px !important; } #panel .screencast-indicator, @@ -2612,7 +2612,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } #appMenu { - spacing: 6px; + spacing: 4px; } #appMenu .label-shadow { @@ -2620,8 +2620,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } #appMenu .panel-status-menu-box { - padding: 0 6px; - spacing: 6px; + padding: 0 4px; + spacing: 4px; } /* Activities Ripple */ @@ -2638,7 +2638,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { /* OVERVIEW */ .controls-manager, .secondary-monitor-workspaces { - spacing: 12px; + spacing: 8px; } #overviewGroup { @@ -2651,14 +2651,14 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { /* Window Picker */ .window-picker { - spacing: 6px; + spacing: 4px; } .window-caption { color: white; background-color: rgba(25, 25, 25, 0.9); border-radius: 9999px; - padding: 6px 12px; + padding: 4px 8px; } .window-close, .screenshot-ui-close-button { @@ -2693,7 +2693,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .search-entry { min-height: 24px; - padding: 6px 6px; + padding: 4px 4px; width: 320px; border-radius: 9999px; selection-background-color: #3281EA; @@ -2732,8 +2732,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } #overview .search-entry { - margin-top: 12px; - margin-bottom: 6px; + margin-top: 8px; + margin-bottom: 4px; border: none !important; caret-color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.75); @@ -2773,11 +2773,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { /* Search */ #searchResultsContent { max-width: 1024px; - spacing: 8px; + spacing: 4px; } .search-section { - spacing: 12px; + spacing: 6px; } .search-section .search-section-separator { @@ -2787,13 +2787,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .search-section-content { background-color: rgba(255, 255, 255, 0.12); - border-radius: 16px; + border-radius: 14px; border: none; box-shadow: none; text-shadow: none; color: white; - padding: 18px; - spacing: 8px; + padding: 12px; + spacing: 4px; } .list-search-result, .search-provider-icon { @@ -2812,12 +2812,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .grid-search-results { - spacing: 30px; - margin: 0 12px; + spacing: 20px; + margin: 0 6px; } .search-provider-icon .list-search-provider-content { - spacing: 12px; + spacing: 8px; } .search-provider-icon .list-search-provider-content .list-search-provider-details { @@ -2827,15 +2827,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { } .list-search-results { - spacing: 6px; + spacing: 4px; } .list-search-result .list-search-result-content { - spacing: 6px; + spacing: 4px; } .list-search-result .list-search-result-title { - spacing: 12px; + spacing: 8px; } .list-search-result .list-search-result-description { @@ -2899,20 +2899,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .dash-separator { width: 1px; - margin: 0 4px 12px; + margin: 0 2px 12px; background-color: rgba(255, 255, 255, 0.15); } .dash-label { border-radius: 9999px; - padding: 6px 12px; + padding: 4px 8px; color: white; background-color: rgba(0, 0, 0, 0.75); border: none; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); text-align: center; - -y-offset: 12px; - -x-offset: 8px; + -y-offset: 6px; + -x-offset: 6px; } /* App Grid */ @@ -2921,7 +2921,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 20px; - padding: 12px; + padding: 8px; border: none; transition-duration: 150ms; text-align: center; @@ -2970,7 +2970,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout, .show-apps .overview-icon.overview-icon-with-label > StBoxLayout, .app-well-app .overview-icon.overview-icon-with-label > StBoxLayout { - spacing: 6px; + spacing: 4px; } /* App Folders */ @@ -3015,7 +3015,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-folder-dialog .folder-name-container .folder-name-entry { min-height: 28px; - padding: 6px; + padding: 4px; border: none; color: white; background-color: rgba(255, 255, 255, 0.15); @@ -3053,7 +3053,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; height: 32px; width: 32px; - padding: 6px; + padding: 4px; border-radius: 9999px; } @@ -3102,11 +3102,11 @@ StWidget.focused .app-well-app-running-dot { } .rename-folder-popup .rename-folder-popup-item { - spacing: 6px; + spacing: 4px; } .rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 12px; + padding: 0 8px; } .app-menu, @@ -3115,7 +3115,7 @@ StWidget.focused .app-well-app-running-dot { } .page-indicator { - padding: 6px 12px 0; + padding: 4px 8px 0; } .page-indicator .page-indicator-icon { @@ -3191,8 +3191,8 @@ StWidget.focused .app-well-app-running-dot { .workspace-thumbnails { visible-width: 32px; - spacing: 6px; - padding: 6px; + spacing: 4px; + padding: 4px; } .workspace-thumbnails .workspace-thumbnail { @@ -3254,7 +3254,7 @@ StWidget.focused .app-well-app-running-dot { .user-icon StIcon { background-color: rgba(255, 255, 255, 0.05); border-radius: 99px; - padding: 12px; + padding: 8px; width: 40px; height: 40px; } @@ -3268,9 +3268,9 @@ StWidget.focused .app-well-app-running-dot { } .user-widget.vertical .user-icon StIcon { - padding: 20px; - padding-top: 18px; - padding-bottom: 22px; + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; width: 88px; height: 88px; } @@ -3290,7 +3290,7 @@ StWidget.focused .app-well-app-running-dot { .caps-lock-warning-label { text-align: center; padding-bottom: 8px; - font-size: 10.5pt; + font-size: 9.75pt; font-weight: 400; color: #FBC02D; } @@ -3327,7 +3327,7 @@ StWidget.focused .app-well-app-running-dot { } #keyboard .page-indicator { - padding: 6px; + padding: 4px; } #keyboard .page-indicator .page-indicator-icon { @@ -3336,8 +3336,8 @@ StWidget.focused .app-well-app-running-dot { } .key-container { - padding: 4px; - spacing: 4px; + padding: 2px; + spacing: 2px; } .keyboard-key { @@ -3439,17 +3439,17 @@ StWidget.focused .app-well-app-running-dot { #LookingGlassDialog { color: rgba(255, 255, 255, 0.7); background-color: #242424; - spacing: 6px; + spacing: 4px; padding: 0; border: none; - border-radius: 20px; + border-radius: 18px; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.45); } #LookingGlassDialog > #Toolbar { - padding: 6px 9px; + padding: 4px 6px; border: none; - border-radius: 20px 20px 0 0; + border-radius: 18px 18px 0 0; background-color: #3e3e3e; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.7); @@ -3461,14 +3461,14 @@ StWidget.focused .app-well-app-running-dot { } #LookingGlassDialog .notebook-tab { - -natural-hpadding: 6px; - -minimum-hpadding: 6px; + -natural-hpadding: 4px; + -minimum-hpadding: 4px; font-weight: bold; color: rgba(255, 255, 255, 0.5); transition-duration: 150ms; - padding-left: 18px; - padding-right: 18px; - min-height: 24px; + padding-left: 12px; + padding-right: 12px; + min-height: 22px; border-radius: 10px; background-color: transparent; } @@ -3488,12 +3488,12 @@ StWidget.focused .app-well-app-running-dot { } #LookingGlassDialog StBoxLayout#EvalBox { - padding: 6px; - spacing: 6px; + padding: 4px; + spacing: 4px; } #LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 6px; + spacing: 4px; } .lg-dialog StEntry { @@ -3534,16 +3534,16 @@ StWidget.focused .app-well-app-running-dot { } .lg-obj-inspector-title { - spacing: 6px; + spacing: 4px; color: rgba(255, 255, 255, 0.7); } .lg-obj-inspector-button { - min-height: 36px; - padding: 6px; + min-height: 32px; + padding: 4px; border: none; border-radius: 10px; - font-size: 10.5pt; + font-size: 9.75pt; font-weight: 500; color: rgba(255, 255, 255, 0.7); background-color: transparent; @@ -3593,13 +3593,13 @@ StWidget.focused .app-well-app-running-dot { } #lookingGlassExtensions { - padding: 6px; + padding: 4px; color: rgba(255, 255, 255, 0.7); } .lg-extensions-list { - padding: 6px; - spacing: 6px; + padding: 4px; + spacing: 4px; color: rgba(255, 255, 255, 0.7); } @@ -3608,7 +3608,7 @@ StWidget.focused .app-well-app-running-dot { border-radius: 10px; background-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); - padding: 6px; + padding: 4px; box-shadow: none; } @@ -3619,7 +3619,7 @@ StWidget.focused .app-well-app-running-dot { } .lg-extension-meta { - spacing: 6px; + spacing: 4px; } #LookingGlassPropertyInspector { @@ -3627,12 +3627,12 @@ StWidget.focused .app-well-app-running-dot { background: #333333; border: none; border-radius: 10px; - padding: 6px; + padding: 4px; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); } #LookingGlassPropertyInspector .window-close, #LookingGlassPropertyInspector .screenshot-ui-close-button { - margin: 6px; + margin: 4px; } .lg-debug-flag-button { @@ -3640,7 +3640,7 @@ StWidget.focused .app-well-app-running-dot { } .lg-debug-flag-button StLabel { - padding: 6px, 12px; + padding: 4px, 8px; } .lg-debug-flag-button:hover { @@ -3652,12 +3652,12 @@ StWidget.focused .app-well-app-running-dot { } .lg-debug-flags-header { - padding-top: 12px; - padding: 6px; + padding-top: 8px; + padding: 4px; } .icon-label-button-container { - spacing: 6px; + spacing: 4px; font-size: 9pt; font-weight: 400; } @@ -3672,28 +3672,28 @@ StWidget.focused .app-well-app-running-dot { border: none; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); border-radius: 31px; - padding: 18px; - padding-bottom: 12px; + padding: 12px; + padding-bottom: 6px; margin-bottom: 4em; - spacing: 12px; + spacing: 8px; } .screenshot-ui-close-button { - padding: 6px !important; + padding: 4px !important; } .screenshot-ui-close-button.left { - margin-left: 8px; + margin-left: 6px; } .screenshot-ui-close-button.right { - margin-right: 8px; + margin-right: 6px; } .screenshot-ui-type-button { min-width: 48px; - padding: 12px 18px !important; - border-radius: 13px; + padding: 8px 12px !important; + border-radius: 19px; } .screenshot-ui-capture-button { @@ -3701,7 +3701,7 @@ StWidget.focused .app-well-app-running-dot { height: 36px; border-radius: 9999px; border: 4px white; - padding: 4px; + padding: 2px; } .screenshot-ui-capture-button .screenshot-ui-capture-button-circle { @@ -3742,15 +3742,15 @@ StWidget.focused .app-well-app-running-dot { } .screenshot-ui-shot-cast-container:ltr { - margin-left: 3px; + margin-left: 9px; } .screenshot-ui-shot-cast-container:rtl { - margin-right: 3px; + margin-right: 9px; } .screenshot-ui-shot-cast-button { - padding: 6px 12px; + padding: 4px 8px; background-color: transparent; border-radius: 7px; } @@ -3774,7 +3774,7 @@ StWidget.focused .app-well-app-running-dot { .screenshot-ui-show-pointer-button { border-radius: 9999px; - padding: 12px !important; + padding: 8px !important; } .screenshot-ui-show-pointer-button StIcon { @@ -3863,7 +3863,7 @@ StWidget.focused .app-well-app-running-dot { color: white; background-color: #242424; border-radius: 9999px; - padding: 6px 12px; + padding: 4px 8px; text-align: center; -y-offset: 24px; } @@ -4183,7 +4183,7 @@ StWidget.focused .app-well-app-running-dot { .login-dialog-prompt-layout { padding-top: 24px; padding-bottom: 12px; - spacing: 12px; + spacing: 8px; width: 23em; } @@ -4419,7 +4419,7 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.left .dash-item-container .app-well-app, #dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, #dashtodockContainer.right .show-apps { - padding: 2px 6px !important; + padding: 2px 4px !important; } #dashtodockContainer.left .dash-background, #dashtodockContainer.right .dash-background { @@ -4427,12 +4427,12 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.left.shrink .dash-background, #dashtodockContainer.left.shrink.extended .dash-background, #dashtodockContainer.right.shrink .dash-background, #dashtodockContainer.right.shrink.extended .dash-background { - padding: 2px 4px !important; + padding: 1px 2px !important; } #dashtodockContainer.left.shrink .dash-item-container .app-well-app, #dashtodockContainer.left.shrink .show-apps, #dashtodockContainer.left.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended .show-apps, #dashtodockContainer.right.shrink .dash-item-container .app-well-app, #dashtodockContainer.right.shrink .show-apps, #dashtodockContainer.right.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended .show-apps { margin: 0 !important; - padding: 2px 0 !important; + padding: 1px 0 !important; } #dashtodockContainer.left.extended .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.right.extended .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner .dash-item-container .app-well-app { @@ -4448,12 +4448,12 @@ StWidget.focused .app-well-app-running-dot { } #dashtodockContainer.top.shrink .dash-background, #dashtodockContainer.bottom.shrink .dash-background { - padding: 4px 2px !important; + padding: 2px 1px !important; } #dashtodockContainer.top.shrink .dash-item-container .app-well-app, #dashtodockContainer.top.shrink .show-apps, #dashtodockContainer.bottom.shrink .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink .show-apps { margin: 0 !important; - padding: 0 2px 12px !important; + padding: 0 1px 12px !important; } #dashtodockContainer.top.extended .dash-separator, #dashtodockContainer.top.straight-corner .dash-separator, #dashtodockContainer.bottom.extended .dash-separator, #dashtodockContainer.bottom.straight-corner .dash-separator { @@ -4558,7 +4558,7 @@ StWidget.focused .app-well-app-running-dot { } .dashtopanelMainPanel .panel-button, .dashtopanelMainPanel .panel-button.clock-display .clock { - border-radius: 8px !important; + border-radius: 7px !important; margin: 0 !important; } @@ -4568,7 +4568,7 @@ StWidget.focused .app-well-app-running-dot { } .popup-menu.panel-menu .popup-menu-content, .popup-menu.panel-menu.quick-settings .popup-menu-content { - margin-bottom: 3px !important; + margin-bottom: 2px !important; } .dashtopanelSecondaryMenu { @@ -4576,7 +4576,7 @@ StWidget.focused .app-well-app-running-dot { } #preview-menu { - margin: 6px !important; + margin: 4px !important; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important; border-radius: 12px !important; padding: 0 !important; diff --git a/themes/.themes/Orchis-Dark/gtk-3.0/gtk-dark.css b/themes/.themes/Orchis-Dark/gtk-3.0/gtk-dark.css index ee1874a..128607c 100644 --- a/themes/.themes/Orchis-Dark/gtk-3.0/gtk-dark.css +++ b/themes/.themes/Orchis-Dark/gtk-3.0/gtk-dark.css @@ -27,13 +27,13 @@ -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 24; -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 6; - -GtkDialog-action-area-border: 6; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 4; outline-style: solid; outline-width: 2px; outline-color: transparent; outline-offset: -4px; - -gtk-outline-radius: 12px; + -gtk-outline-radius: 10px; -gtk-secondary-caret-color: #3281EA; } @@ -63,17 +63,17 @@ entry selection, label selection, textview text selection:focus, textview text s } .linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; } .linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; + border-top-right-radius: 10px; + border-bottom-right-radius: 10px; } .linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 12px; + border-radius: 10px; } .linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { @@ -81,17 +81,17 @@ entry selection, label selection, textview text selection:focus, textview text s } .linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } .linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; } .linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 12px; + border-radius: 10px; } /*************** @@ -103,7 +103,7 @@ entry selection, label selection, textview text selection:focus, textview text s } .background.csd { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .background.maximized, .background.solid-csd { @@ -166,7 +166,7 @@ textview border { } iconview { - border-radius: 12px; + border-radius: 10px; } .rubberband, @@ -190,7 +190,7 @@ treeview.view flowbox rubberband { flowbox flowboxchild { padding: 4px; - border-radius: 12px; + border-radius: 10px; } .content-view .tile:selected { @@ -214,7 +214,7 @@ headerbar label:disabled, tab label:disabled, button label:disabled { } label.osd { - border-radius: 12px; + border-radius: 10px; background-color: rgba(25, 25, 25, 0.9); color: white; } @@ -228,7 +228,7 @@ assistant .sidebar { } assistant .sidebar label { - min-height: 36px; + min-height: 32px; padding: 0 12px; color: rgba(255, 255, 255, 0.5); font-weight: 500; @@ -267,9 +267,9 @@ spinner:checked:disabled { ****************/ spinbutton.vertical, spinbutton:not(.vertical), entry { - min-height: 36px; + min-height: 32px; padding: 0 8px; - border-radius: 12px; + border-radius: 10px; caret-color: currentColor; transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); box-shadow: inset 0 0 0 2px transparent; @@ -322,14 +322,14 @@ entry image:disabled { spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, entry image.left { - margin-left: 2px; + margin-left: 0px; margin-right: 6px; } spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, entry image.right { margin-left: 6px; - margin-right: 2px; + margin-right: 0px; } spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, @@ -408,7 +408,7 @@ entry progress { } .gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; + border-radius: 10px; transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); border-image: none; box-shadow: inset 0 0 0 2px transparent; @@ -641,8 +641,8 @@ radio label, headerbar button.titlebutton label, button.close label, button.circ } .pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; + min-height: 22px; + min-width: 22px; padding: 0; border-radius: 9999px; } @@ -650,8 +650,8 @@ radio label, headerbar button.titlebutton label, button.close label, button.circ button { min-height: 24px; min-width: 16px; - padding: 6px 10px; - border-radius: 12px; + padding: 4px 8px; + border-radius: 10px; font-weight: 500; } @@ -748,29 +748,29 @@ button.text-button { button.image-button { min-width: 24px; - padding: 6px; + padding: 4px; } button.text-button.image-button { min-width: 24px; - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; } button.text-button.image-button label:first-child { - margin-left: 10px; + margin-left: 12px; } button.text-button.image-button label:last-child { - margin-right: 10px; + margin-right: 12px; } button.text-button.image-button.flat label:first-child { - margin-left: 6px; + margin-left: 8px; } button.text-button.image-button.flat label:last-child { - margin-right: 6px; + margin-right: 8px; } button.text-button.image-button image:not(:only-child) { @@ -778,7 +778,7 @@ button.text-button.image-button image:not(:only-child) { } .linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } .linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { @@ -790,9 +790,9 @@ button.text-button.image-button image:not(:only-child) { } button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; + min-width: 22px; + min-width: 22px; + padding: 4px; background-color: #212121; color: white; } @@ -816,7 +816,7 @@ button.osd:disabled { } button.osd.image-button, button.osd.circular { - padding: 12px; + padding: 8px; } button.osd.image-button > image, button.osd.circular > image { @@ -944,7 +944,7 @@ stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > but modelbutton.flat, .menuitem.button.flat { - min-height: 28px; + min-height: 24px; padding: 0 8px; border-radius: 5px; color: white; @@ -959,9 +959,9 @@ modelbutton.flat arrow.right { } button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; + min-height: 22px; + min-width: 22px; + padding: 4px; } /********* @@ -995,7 +995,7 @@ spinbutton:not(.vertical) { } spinbutton:not(.vertical) entry { - min-width: 32px; + min-width: 24px; margin: 0; border-image: none; border-radius: 0; @@ -1004,7 +1004,7 @@ spinbutton:not(.vertical) entry { } spinbutton:not(.vertical) button { - border: solid 6px transparent; + border: solid 4px transparent; } spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { @@ -1013,11 +1013,11 @@ spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { } spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; + margin-left: -2px; } spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; + margin-right: -2px; } spinbutton.vertical { @@ -1034,14 +1034,14 @@ spinbutton.vertical entry { border-radius: 0; box-shadow: none; background-color: transparent; - min-height: 36px; - min-width: 42px; + min-height: 32px; + min-width: 36px; padding: 0; } spinbutton.vertical button { padding: 0; - border: solid 6px transparent; + border: solid 4px transparent; } spinbutton.vertical button:focus:not(:hover):not(:active) { @@ -1050,11 +1050,11 @@ spinbutton.vertical button:focus:not(:hover):not(:active) { } spinbutton.vertical button.up { - margin: 0 3px; + margin: 0 2px; } spinbutton.vertical button.down { - margin: 0 3px; + margin: 0 2px; } treeview spinbutton:not(.vertical) { @@ -1082,17 +1082,17 @@ combobox decoration { } combobox button.combo cellview:dir(ltr) { - margin-left: -2px; + margin-left: 0px; } combobox button.combo cellview:dir(rtl) { - margin-right: -2px; + margin-right: 0px; } combobox menu menuitem { min-height: 20px; min-width: 40px; - padding: 3px 9px; + padding: 2px 6px; } combobox.linked button:nth-child(2):dir(ltr) { @@ -1106,25 +1106,25 @@ combobox.linked button:nth-child(2):dir(rtl) { } combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; + margin-right: -32px; + padding-right: 32px; } combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; + margin-left: -32px; + padding-left: 32px; } combobox > .linked:not(.vertical) > button:not(:only-child) { min-height: 16px; min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; + margin: 5px; + padding: 3px; + border-radius: 10px; } .linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { @@ -1148,7 +1148,7 @@ combobox > .linked:not(.vertical) > button:not(:only-child) { } button.combo:only-child { - border-radius: 12px; + border-radius: 10px; font-weight: normal; transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); box-shadow: inset 0 0 0 2px transparent; @@ -1182,7 +1182,7 @@ button.combo:only-child:disabled { ************/ toolbar { -GtkWidget-window-dragging: true; - padding: 3px; + padding: 2px; background-color: #212121; } @@ -1192,8 +1192,8 @@ toolbar { frame.documents-dropdown, .app-notification, toolbar.osd { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -1246,11 +1246,11 @@ toolbar:not(.inline-toolbar):not(.osd) spinbutton button { } toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; + margin: 6px 2px; } .inline-toolbar { - padding: 6px; + padding: 4px; border-style: solid; border-width: 0 1px 1px; border-color: rgba(255, 255, 255, 0.12); @@ -1258,12 +1258,12 @@ toolbar:not(.inline-toolbar):not(.osd) switch { } frame.view + .inline-toolbar { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } searchbar > revealer > box, .location-bar { - padding: 6px; + padding: 4px; border-style: solid; border-width: 0 0 1px; border-color: rgba(255, 255, 255, 0.12); @@ -1343,7 +1343,7 @@ searchbar > revealer > box { .titlebar { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #2C2C2C; color: white; @@ -1393,16 +1393,16 @@ searchbar > revealer > box { } .titlebar .linked:not(.vertical) > entry { - border-radius: 12px; + border-radius: 10px; } .titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 12px; - margin-left: 3px; + border-radius: 10px; + margin-left: 2px; } .linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 12px; + border-radius: 10px; } .titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { @@ -1416,7 +1416,7 @@ searchbar > revealer > box { .titlebar stackswitcher { border-radius: 9999px; - margin: 6px 0; + margin: 4px 0; } .titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { @@ -1425,8 +1425,8 @@ searchbar > revealer > box { .titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { min-width: 0; - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; } .titlebar.selection-mode { @@ -1502,11 +1502,11 @@ searchbar > revealer > box { } .titlebar.default-decoration { - min-height: 24px; + min-height: 22px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; border: none; - padding: 6px 3px; + padding: 4px 2px; } .tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { @@ -1516,9 +1516,9 @@ searchbar > revealer > box { .titlebar.default-decoration button.titlebutton { padding: 0; - min-height: 24px; - min-width: 24px; - margin: 0 3px; + min-height: 22px; + min-width: 22px; + margin: 0 2px; } .background:not(.csd) .titlebar.default-decoration button.titlebutton:active { @@ -1531,8 +1531,8 @@ searchbar > revealer > box { } headerbar { - min-height: 48px; - padding: 0 6px; + min-height: 40px; + padding: 0 4px; } headerbar:not(.titlebar) { @@ -1546,19 +1546,19 @@ box.vertical headerbar { headerbar entry, headerbar spinbutton, headerbar button { - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; } headerbar separator.titlebutton { - margin-top: 12px; - margin-bottom: 12px; + margin-top: 10px; + margin-bottom: 10px; background-color: rgba(255, 255, 255, 0.12); } headerbar switch { - margin-top: 12px; - margin-bottom: 12px; + margin-top: 8px; + margin-bottom: 8px; } headerbar spinbutton button { @@ -1580,7 +1580,7 @@ headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-acti } headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 12px; + padding: 0 8px; } headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { @@ -1588,7 +1588,7 @@ headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-acti } headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 3px; + margin-top: 2px; } headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { @@ -1617,10 +1617,10 @@ headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizon ************/ .caja-pathbar button, .path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 12px; + border-radius: 10px; } .caja-pathbar button:checked, @@ -1788,7 +1788,7 @@ treeview.view acceleditor > label { menubar, .menubar { -GtkWidget-window-dragging: true; - padding: 3px; + padding: 2px; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); background-color: #2C2C2C; color: white; @@ -1833,18 +1833,18 @@ menubar > menuitem label:disabled, .background.popup { background-color: transparent; background-image: none; - border-radius: 12px; + border-radius: 10px; } menu { - margin: 3px; - padding: 6px; + margin: 2px; + padding: 4px; background-color: #3C3C3C; background-clip: border-box; } .background > menu { - border-radius: 11px; + border-radius: 9px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } @@ -1856,7 +1856,7 @@ menu { .background.csd > menu { border: none; - border-radius: 11px; + border-radius: 9px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } @@ -1864,7 +1864,7 @@ menu menuitem { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); min-height: 20px; min-width: 40px; - padding: 4px 9px; + padding: 3px 6px; color: white; font: initial; text-shadow: none; @@ -1907,10 +1907,10 @@ menu .view:selected { menu > arrow { min-height: 16px; min-width: 16px; - padding: 6px; + padding: 4px; background-color: #3C3C3C; color: rgba(255, 255, 255, 0.7); - border-radius: 8px; + border-radius: 6px; } menu > arrow.top { @@ -1919,7 +1919,7 @@ menu > arrow.top { } menu > arrow.bottom { - margin-top: 11px; + margin-top: 10px; margin-bottom: -12px; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); border-image: image(rgba(255, 255, 255, 0.12)) 1 0 0/1px 0 0; @@ -1967,21 +1967,21 @@ popover.background, .csd popover.background { border-style: solid; border-width: 0; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 11px; + border-radius: 9px; } popover.background.combo { - padding: 6px; + padding: 4px; } popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { border-radius: 5px; margin: 2px; - padding: 6px; + padding: 4px; } popover.background > stack { - margin: -2px; + margin: 0px; } popover.background > list, @@ -2025,12 +2025,12 @@ popover.background button.model:only-child { popover.background button.model { min-height: 32px; min-width: 32px; - padding: 0 12px; + padding: 0 8px; margin: 0; } popover.background separator { - margin: 3px 0; + margin: 2px 0; } popover.background list separator { @@ -2042,9 +2042,9 @@ popover.background list separator { *************/ tabbox > tab, notebook > header tab { transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 6px 12px; + min-height: 22px; + min-width: 22px; + padding: 4px 12px; border-width: 1px; border-color: transparent; border-style: solid; @@ -2088,23 +2088,23 @@ frame > paned > notebook > header, notebook.frame > header { } notebook.frame, notebook.frame > stack { - border-radius: 6px; + border-radius: 5px; } notebook.frame > stack .inline-toolbar { - border-radius: 0 0 6px 6px; + border-radius: 0 0 5px 5px; } .background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 12px; + border-radius: 10px; } .background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } .background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } notebook > stack { @@ -2113,11 +2113,11 @@ notebook > stack { notebook.frame frame > border { border: none; - border-radius: 12px; + border-radius: 10px; } notebook.frame frame > list row.activatable { - border-radius: 12px; + border-radius: 10px; } notebook:focus tab:checked { @@ -2125,67 +2125,67 @@ notebook:focus tab:checked { } notebook > header.top > tabs > tab { - border-radius: 6px 6px 0 0; + border-radius: 5px 5px 0 0; } notebook > header.bottom > tabs > tab { - border-radius: 0 0 6px 6px; + border-radius: 0 0 5px 5px; } notebook > header.left > tabs > tab { - border-radius: 6px 0 0 6px; + border-radius: 5px 0 0 5px; } notebook > header.right > tabs > tab { - border-radius: 0 6px 6px 0; + border-radius: 0 5px 5px 0; } notebook.frame > header.top { - border-radius: 6px 6px 0 0; + border-radius: 5px 5px 0 0; } notebook.frame > header.bottom { - border-radius: 0 0 6px 6px; + border-radius: 0 0 5px 5px; } notebook.frame > header.left { - border-radius: 6px 0 0 6px; + border-radius: 5px 0 0 5px; } notebook.frame > header.right { - border-radius: 0 6px 6px 0; + border-radius: 0 5px 5px 0; } .background.csd notebook.frame > header.top { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } .background.csd notebook.frame > header.top > tabs > tab { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } .background.csd notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } .background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } .background.csd notebook.frame > header.left { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } .background.csd notebook.frame > header.left > tabs > tab { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } .background.csd notebook.frame > header.right { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } .background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } notebook > header { @@ -2301,8 +2301,8 @@ notebook > header > tabs > arrow { notebook > header tab > box { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; + margin: -4px -12px; + padding: 4px 12px; } notebook > header tab > box:drop(active) { @@ -2311,13 +2311,13 @@ notebook > header tab > box:drop(active) { } notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; + margin-left: 4px; + margin-right: -8px; } notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; + margin-left: -8px; + margin-right: 4px; } notebook > header.top tabs, notebook > header.bottom tabs { @@ -2505,7 +2505,7 @@ scrollbar.horizontal button.up { **********/ switch { transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; + margin: 4px 0; padding: 0 2px; border: 5px solid transparent; border-radius: 9999px; @@ -2702,7 +2702,7 @@ radio:indeterminate { menu menuitem check { min-height: 18px; min-width: 18px; - border-radius: 12px; + border-radius: 10px; -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); } @@ -2771,11 +2771,11 @@ scale { } scale.horizontal { - padding: 17px 12px; + padding: 15px 12px; } scale.vertical { - padding: 12px 17px; + padding: 12px 15px; } scale slider { @@ -2820,14 +2820,14 @@ scale slider:active { scale.fine-tune.horizontal { min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; + padding-top: 14px; + padding-bottom: 14px; } scale.fine-tune.vertical { min-width: 4px; - padding-left: 16px; - padding-right: 16px; + padding-left: 14px; + padding-right: 14px; } scale.fine-tune slider { @@ -3022,12 +3022,12 @@ progressbar.vertical progress { } progressbar trough { - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.15); } progressbar progress { - border-radius: 12px; + border-radius: 10px; background-color: #3281EA; } @@ -3057,7 +3057,7 @@ levelbar.horizontal block { } levelbar.horizontal.discrete block { - min-width: 36px; + min-width: 32px; } levelbar.horizontal.discrete block:not(:last-child) { @@ -3069,7 +3069,7 @@ levelbar.vertical block { } levelbar.vertical.discrete block { - min-height: 36px; + min-height: 32px; } levelbar.vertical.discrete block:not(:last-child) { @@ -3077,7 +3077,7 @@ levelbar.vertical.discrete block:not(:last-child) { } levelbar trough { - border-radius: 12px; + border-radius: 10px; } levelbar block.low { @@ -3122,7 +3122,7 @@ frame > border, .frame { } .frame.view { - border-radius: 12px; + border-radius: 10px; } .frame.flat { @@ -3135,14 +3135,14 @@ frame > border.flat, statusbar frame > border { } actionbar > revealer > box { - padding: 6px; + padding: 4px; border-top: 1px solid rgba(255, 255, 255, 0.12); background-color: #2C2C2C; background-clip: border-box; } .background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .background.csd frame box.vertical > actionbar > revealer > box { @@ -3229,23 +3229,23 @@ window.background.csd > stack > box > stack > box > scrolledwindow > viewport > window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, window.background.csd > stack > scrolledwindow > viewport > box > list, window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 13px; + border-radius: 11px; box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.12); } window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; } window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 12px; + border-radius: 10px; } window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, @@ -3337,7 +3337,7 @@ row:selected:disabled label { } .app-notification > box > label { - padding-left: 9px; + padding-left: 6px; } .app-notification.frame, @@ -3377,7 +3377,7 @@ expander title > arrow:disabled { * Calendar * ************/ calendar { - padding: 3px 6px; + padding: 2px 4px; border: 1px solid rgba(255, 255, 255, 0.12); color: white; } @@ -3418,7 +3418,7 @@ messagedialog.background { } messagedialog .titlebar { - min-height: 24px; + min-height: 22px; border-style: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; @@ -3431,12 +3431,12 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 18px; - border-bottom-right-radius: 18px; + border-bottom-left-radius: 16px; + border-bottom-right-radius: 16px; } messagedialog.csd .dialog-action-box { - margin-top: -6px; + margin-top: -4px; } messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { @@ -3444,7 +3444,7 @@ messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-bo } messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 6px; + margin-right: 4px; } messagedialog.csd .dialog-action-box button:not(:disabled) { @@ -3457,7 +3457,7 @@ messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { .csd filechooser { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } filechooser .dialog-action-box { @@ -3475,7 +3475,7 @@ filechooser stack.view { filechooser stack.view scrolledwindow { background-color: transparent; - border-radius: 0 0 18px 0; + border-radius: 0 0 16px 0; } filechooser stack.view scrolledwindow list { @@ -3500,7 +3500,7 @@ filechooser stack.view frame > border { .csd filechooser placessidebar { background: none; - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } filechooser actionbar, filechooser actionbar > revealer > box { @@ -3789,12 +3789,12 @@ infobar.error:hover > revealer > box { * Tooltips * ************/ tooltip { - border-radius: 6px; + border-radius: 5px; box-shadow: none; } tooltip.background, tooltip.background.csd { - border-radius: 12px; + border-radius: 10px; background-color: rgba(25, 25, 25, 0.9); color: white; } @@ -3813,43 +3813,43 @@ tooltip > box { * Color Chooser * *****************/ colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; + border-top-left-radius: 9px; + border-bottom-left-radius: 9px; } colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; + border-top-left-radius: 9px; + border-bottom-left-radius: 9px; } colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; + border-top-right-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; + border-top-right-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.dark { @@ -3861,12 +3861,12 @@ colorswatch.light { } colorswatch#add-color-button { - border-radius: 11px 11px 0 0; + border-radius: 9px 9px 0 0; color: white; } colorswatch#add-color-button:only-child { - border-radius: 11px; + border-radius: 9px; } colorswatch#add-color-button overlay { @@ -3882,16 +3882,16 @@ colorswatch:disabled overlay { } colorswatch#editor-color-sample { - border-radius: 11px; + border-radius: 9px; } colorswatch#editor-color-sample overlay { - border-radius: 11px; + border-radius: 9px; } colorchooser .popover.osd { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; + border-radius: 10px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -3911,7 +3911,7 @@ colorchooser .popover.osd:backdrop { * Window Decorations * **********************/ decoration { - border-radius: 18px; + border-radius: 16px; box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; border: none; margin: 8px; @@ -3931,7 +3931,7 @@ decoration:backdrop { } .ssd decoration { - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; box-shadow: none; margin: 0; } @@ -3941,17 +3941,17 @@ decoration:backdrop { } .csd.popup decoration { - border-radius: 11px; + border-radius: 9px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } tooltip.csd decoration { - border-radius: 12px; + border-radius: 10px; box-shadow: none; } messagedialog.csd decoration { - border-radius: 18px; + border-radius: 16px; } .solid-csd decoration { @@ -4052,8 +4052,8 @@ stackswitcher button.text-button { stackswitcher button.circular, stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; + min-width: 32px; + min-height: 32px; padding: 0; } @@ -4088,8 +4088,8 @@ popover.emoji-picker scrolledwindow { } button.emoji-section { - margin: 3px; - border-radius: 8px; + margin: 2px; + border-radius: 7px; } button.emoji-section:checked { @@ -4108,7 +4108,7 @@ popover.emoji-picker .emoji { popover.emoji-picker .emoji widget { transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; + border-radius: 10px; } popover.emoji-picker .emoji widget:hover { @@ -4125,7 +4125,7 @@ popover.emoji-completion arrow { } popover.emoji-completion .emoji-completion-row { - min-height: 28px; + min-height: 24px; padding: 0 12px; } @@ -4142,11 +4142,11 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .nautilus-window.background.csd headerbar { - padding-left: 12px; + padding-left: 8px; background-color: #2C2C2C; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } @@ -4158,9 +4158,9 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd placessidebar { background-color: transparent; - border-radius: 18px; + border-radius: 16px; color: rgba(255, 255, 255, 0.7); - margin: 0 0 12px 12px; + margin: 0 0 8px 8px; } .nautilus-window.background.csd placessidebar > viewport.frame { @@ -4190,13 +4190,13 @@ popover.emoji-completion .emoji:hover { } .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 6px; + padding-right: 4px; } .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { color: inherit; min-height: 54px; - padding: 0 0 0 6px; + padding: 0 0 0 4px; } .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { @@ -4284,7 +4284,7 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd .nautilus-list-view { background-color: transparent; - border-radius: 18px; + border-radius: 16px; } .nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { @@ -4293,11 +4293,11 @@ popover.emoji-completion .emoji:hover { } .nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } .nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } .nautilus-window.background.csd notebook { @@ -4335,7 +4335,7 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd notebook > stack { background-color: #2C2C2C; - border-radius: 16px; + border-radius: 14px; } .nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { @@ -4352,7 +4352,7 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd notebook placesview > actionbar { background-color: transparent; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .nautilus-window.background.csd notebook placesview > actionbar > revealer > box { @@ -4374,22 +4374,22 @@ popover.emoji-completion .emoji:hover { } .nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; + min-height: 24px; + padding: 2px; + margin: 4px; border-style: none; border-radius: 9999px; background-color: rgba(33, 33, 33, 0.95); } .nautilus-window .floating-bar button { - margin: 4px; + margin: 5px; } .windowhandle .linked.nautilus-path-bar { background-color: rgba(255, 255, 255, 0.04); border-radius: 9999px; - margin: 6px 0; + margin: 4px 0; } .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { @@ -4434,7 +4434,7 @@ popover.emoji-completion .emoji:hover { .path-bar-box { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; + margin: 4px 0; border-radius: 9999px; } @@ -4460,8 +4460,8 @@ popover.emoji-completion .emoji:hover { } .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; + padding-left: 10px; + padding-right: 10px; margin-left: 1px; margin-right: 1px; } @@ -4598,7 +4598,7 @@ window.background.csd > paned.titlebar > separator { } .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { @@ -4621,7 +4621,7 @@ window.background.csd > paned.titlebar > separator { .gedit-document-panel { background-color: #242424; - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .gedit-document-panel row button.flat { @@ -4635,20 +4635,20 @@ window.background.csd > paned.titlebar > separator { .gedit-side-panel-paned statusbar { border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .gedit-search-slider { margin: 0 6px 8px; - padding: 6px; + padding: 4px; background-color: #3C3C3C; color: rgba(255, 255, 255, 0.7); box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; + border-radius: 10px; } .gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { @@ -4657,12 +4657,12 @@ window.background.csd > paned.titlebar > separator { } .gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -66px; - padding-right: 66px; + margin-right: -56px; + padding-right: 56px; } .gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; + margin-left: 4px; } .gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { @@ -4670,12 +4670,12 @@ window.background.csd > paned.titlebar > separator { } .gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -66px; - padding-left: 66px; + margin-left: -56px; + padding-left: 56px; } .gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; + margin-right: 4px; } .gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { @@ -4699,17 +4699,17 @@ window.background.csd > paned.titlebar > separator { } .gedit-search-slider .linked > button { - border: solid 6px transparent; + border: solid 4px transparent; border-radius: 9999px; } .gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -3px; + margin-left: -2px; border-radius: 9999px; } .gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -3px; + margin-right: -2px; border-radius: 9999px; } @@ -4729,7 +4729,7 @@ frame.gedit-map-frame > border:dir(rtl) { } .csd .tweak-categories { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .tweak { @@ -4756,7 +4756,7 @@ frame.gedit-map-frame > border:dir(rtl) { } .tweak-group-startup row.tweak-startup { - border-radius: 12px; + border-radius: 10px; background-color: transparent; background-image: none; } @@ -4780,7 +4780,7 @@ leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar } list.navigation-sidebar { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } list.navigation-sidebar > separator { @@ -4792,23 +4792,23 @@ list.navigation-sidebar > separator { ************************/ window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 18px; - border-top-left-radius: 18px; + border-top-right-radius: 16px; + border-top-left-radius: 16px; } window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } window.background.csd > leaflet > stack.background, @@ -4821,7 +4821,7 @@ window.background.csd > leaflet > stack.background > widget > box.vertical > box window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { background-color: #2C2C2C; - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, @@ -4833,7 +4833,7 @@ window.background.csd > box.horizontal > stack.background > widget > box.vertica window.background.csd > leaflet > stack.background frame.view, window.background.csd > hdyleaflet > stack.background frame.view, window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 12px; + border-radius: 10px; background: none; } @@ -4841,7 +4841,7 @@ window.background.csd > leaflet > box.vertical > scrolledwindow.view, window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { background-color: #2C2C2C; - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, @@ -4876,7 +4876,7 @@ window.background.csd stack.background clamp.medium frame > box.vertical > box.v } window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { @@ -4884,11 +4884,11 @@ window.background.csd stack.background clamp.medium frame > box.vertical > box.v } window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { @@ -4896,7 +4896,7 @@ hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.backgr } hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 3px 0; + margin: 2px 0; } /************************ @@ -4904,7 +4904,7 @@ hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not( ************************/ window#gnome-system-monitor.background.csd > box.vertical > stack { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { @@ -4912,7 +4912,7 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical } window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { @@ -4924,11 +4924,11 @@ window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { ************************/ stack > grid.vertical > scrolledwindow { border: none; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } stack > grid.vertical scrolledwindow.frame.emptyGrid { @@ -4939,7 +4939,7 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid { * Gnome Contacts * ******************/ window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } /************************ @@ -4948,11 +4948,11 @@ window.background.csd scrolledwindow.contacts-contact-form { tabbox { background-color: #212121; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - padding: 3px 3px 0; + padding: 2px 2px 0; } tabbox > tab { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; border-bottom: none; } @@ -4969,12 +4969,12 @@ tabbox > tab button { *****************/ #weather-page, #weekly-forecast-frame { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } #weather-page-content-view { - border-bottom-right-radius: 18px; - border-bottom-left-radius: 18px; + border-bottom-right-radius: 16px; + border-bottom-left-radius: 16px; } statuspage.search-view entry.search:focus { @@ -4985,20 +4985,20 @@ statuspage.search-view entry.search:focus { * Gnome Music * ***************/ window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } /**************** * Gnome Clocks * ****************/ window.background.csd.unified { - border-top-left-radius: 18px; - border-top-right-radius: 18px; + border-top-left-radius: 16px; + border-top-right-radius: 16px; } window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 18px; - border-top-right-radius: 18px; + border-top-left-radius: 16px; + border-top-right-radius: 16px; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); } @@ -5023,7 +5023,7 @@ window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { min-height: 24px; min-width: 24px; - padding: 6px; + padding: 4px; margin: 0; } @@ -5054,7 +5054,7 @@ window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > window.csd > box.vertical > box.vertical > toolbar.horizontal, window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; + padding: 4px; border-bottom: none; box-shadow: none; background-color: transparent; @@ -5090,7 +5090,7 @@ window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked stack.view.polari-entry-area { background-color: #212121; border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } stack:disabled.view.polari-entry-area { @@ -5106,7 +5106,7 @@ layouttabbar { } layouttabbar > box > button { - margin: 2px 0; + margin: 4px 0; } layouttab { @@ -5147,7 +5147,7 @@ popover.popover-selector list { } popover.popover-selector list row { - border-radius: 12px; + border-radius: 10px; } popover.popover-selector list row image:dir(ltr) { @@ -5167,7 +5167,7 @@ popover.popover-selector list row .accel:dir(rtl) { } omnibar.linked:not(.vertical) entry { - border-radius: 12px; + border-radius: 10px; } omnibar:not(:hover):not(:active) entry { @@ -5211,11 +5211,11 @@ popover.messagepopover .popover-action-area button { } popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 12px; + border-bottom-left-radius: 10px; } popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 12px; + border-bottom-right-radius: 10px; } popover.messagepopover .popover-content-area { @@ -5257,10 +5257,10 @@ docktabstrip { docktab { transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; + min-height: 22px; + min-width: 22px; margin-bottom: -1px; - padding: 6px 6px; + padding: 4px 6px; border-width: 1px; border-color: transparent; box-shadow: inset 0 -2px transparent; @@ -5305,7 +5305,7 @@ dockoverlayedge.right-edge docktab:checked { pillbox { background-color: #212121; - border-radius: 12px; + border-radius: 10px; } layoutpane entry.search { @@ -5335,16 +5335,16 @@ window.workbench preferences preferencesgroup list entry { } button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; + padding-left: 8px; + padding-right: 8px; } button.dzlmenubutton image { - min-width: 30px; + min-width: 26px; } button.dzlmenubutton image.arrow { - min-width: 27px; + min-width: 23px; } button.dzlmenubuttonitem { @@ -5566,14 +5566,14 @@ window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolle } window.background.csd evview.view.content-view { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } /********************************* * Archive Manager (File roller) * *********************************/ window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; background-color: #2C2C2C; } @@ -5586,11 +5586,11 @@ window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > tr } window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 18px 0; + border-radius: 0 0 16px 0; } window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 18px; + border-radius: 0 0 0 16px; background-color: #212121; } @@ -5621,7 +5621,7 @@ window.background > box.vertical > box.horizontal > frame > border { } window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { @@ -5629,11 +5629,11 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr } window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 6px 0 3px; + margin: 4px 0 2px; } /********* @@ -5657,7 +5657,7 @@ task-list-view taskrow image.dim-label { } task-list-view > box > revealer > box > button { - margin: -6px; + margin: -4px; } task-list-view > box > revealer > box > button .dim-label { @@ -5677,7 +5677,7 @@ tasklistview taskrow image.dim-label { } tasklistview > box > revealer > box > button { - margin: -6px; + margin: -4px; } tasklistview > box > revealer > box > button .dim-label { @@ -5706,7 +5706,7 @@ box.vertical > paned.horizontal notebook widget .frame { * Fractal * ***********/ .background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } /******** @@ -5733,7 +5733,7 @@ list.categories { .transparent-bg + stack overlay > label { min-height: 24px; padding: 0 4px; - border-radius: 12px; + border-radius: 10px; background-color: #242424; color: white; } @@ -5742,7 +5742,7 @@ list.categories { * Calculator * **************/ button.title label { - min-height: 36px; + min-height: 32px; } /********* @@ -5750,23 +5750,23 @@ button.title label { *********/ window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd.geary-main-window stack#conversation_viewer, window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { background: none; - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, @@ -5852,7 +5852,7 @@ window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer- geary-composer-box#GearyComposerWindow geary-composer-editor box.background, geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } /************** @@ -5870,7 +5870,7 @@ window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > window.background.csd > stack > box > box > list, window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { @@ -5881,16 +5881,16 @@ window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > lis * Dialogs * ***********/ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 18px; + border-radius: 0 0 0 16px; } dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 18px 0; + border-radius: 0 0 16px 0; } dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; background-color: #2C2C2C; } @@ -5900,7 +5900,7 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindo } dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { @@ -5912,23 +5912,23 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack. } dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } dialog.background.csd stack scrolledwindow.frame { - border-radius: 12px; + border-radius: 10px; } dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 12px; + border-radius: 10px; } dialog.background.csd stack scrolledwindow.frame textview.view > text { @@ -5940,7 +5940,7 @@ dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(: } dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 12px; + border-radius: 10px; } window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { @@ -5962,7 +5962,7 @@ window.background.csd.unified > decoration-overlay { window.background.csd.unified, window.background.csd.unified > decoration, window.background.csd.unified > decoration-overlay { - border-radius: 18px; + border-radius: 16px; } window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { @@ -6017,7 +6017,7 @@ overlay > revealer.right > scrolledwindow.frame { } button.image-button.session-new-button { - min-width: 32px; + min-width: 28px; } notebook.tilix-background tab > box > stack { @@ -6025,8 +6025,8 @@ notebook.tilix-background tab > box > stack { } button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; + min-height: 18px; + min-width: 14px; } /************** @@ -6061,7 +6061,7 @@ window.background > box.vertical > scrolledwindow > widget toolbar button { } window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 12px; + border-radius: 10px; } /******** @@ -6069,17 +6069,17 @@ window.background > box.vertical > scrolledwindow > widget toolbar button { ********/ notebook.meld-notebook { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } notebook.meld-notebook > stack { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .meld-notebook-child { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .meld-status-bar { @@ -6125,7 +6125,7 @@ window.background.chromium menu menuitem { } window.background.chromium headerbar { - padding: 0 12px; + padding: 0 8px; } window.background.chromium spinner { @@ -6178,7 +6178,7 @@ tooltip.background.chromium { #MozillaGtkWidget > widget > entry, #MozillaGtkWidget > widget > button > button { border: 1px solid #404040; - border-radius: 12px; + border-radius: 10px; box-shadow: none; } @@ -6265,7 +6265,7 @@ window.background:not(.csd) > window > menu menuitem { } .background.popup.xapp-status-icon-menu-window decoration { - border-radius: 11px; + border-radius: 9px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } @@ -6289,7 +6289,7 @@ window.background:not(.csd) > window > menu menuitem { min-height: 24px; min-width: 16px; padding: 4px 8px; - border-radius: 12px; + border-radius: 10px; } #ToolboxCommon > #AuxToolbox spinbutton button { @@ -6304,7 +6304,7 @@ window.background:not(.csd) > window > menu menuitem { min-height: 24px; min-width: 24px; padding: 4px; - border-radius: 12px; + border-radius: 10px; } #CanvasTable button { @@ -6418,7 +6418,7 @@ stack > scrolledwindow > viewport > box > stack > box > stack > box > box > fram stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, @@ -6435,7 +6435,7 @@ stack > scrolledwindow > viewport > box > stack > box > stack > box > box > fram stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, @@ -6445,7 +6445,7 @@ stack > scrolledwindow > viewport > box > stack > box > stack > box > box > fram stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, @@ -6455,7 +6455,7 @@ stack > scrolledwindow > viewport > box > stack > box > stack > box > box > fram stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, @@ -6463,7 +6463,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, @@ -6477,7 +6477,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, @@ -6485,7 +6485,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, @@ -6493,7 +6493,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, @@ -6507,7 +6507,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, @@ -6515,27 +6515,27 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { @@ -6543,20 +6543,20 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.v } stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box #c_box notebook { @@ -6589,7 +6589,7 @@ UnityDecoration { UnityDecoration .top { padding: 0 2px; border-style: none; - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #2C2C2C; color: white; @@ -6720,7 +6720,7 @@ MatePanelAppletFrameDBus { } .mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; + min-height: 24px; padding: 0 6px; } @@ -6785,7 +6785,7 @@ PanelApplet.wnck-applet .wnck-pager:selected { #MatePanelPopupWindow { border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; + border-radius: 11px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -6831,7 +6831,7 @@ na-tray-applet { .mate-panel-applet-slider { border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; + border-radius: 11px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -6881,7 +6881,7 @@ na-tray-applet { #mate-menu entry + button { margin: 0 4px 4px; - padding: 6px; + padding: 4px; } .brisk-menu { @@ -6920,7 +6920,7 @@ na-tray-applet { } .brisk-menu .session-button { - padding: 12px; + padding: 8px; } .brisk-menu .frame { @@ -6950,7 +6950,7 @@ na-tray-applet { * CAJA File manager * *********************/ .caja-navigation-window button.toggle.image-button { - border-radius: 12px; + border-radius: 10px; } .caja-pathbar button { @@ -6982,13 +6982,13 @@ na-tray-applet { } .caja-canvas-item { - border-radius: 12px; + border-radius: 10px; } .caja-desktop.view .entry, .caja-navigation-window .view .entry { border: none; - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.04); background-image: none; color: white; @@ -7087,7 +7087,7 @@ na-tray-applet { /* mate-screensaver lock dialog */ .lock-dialog { border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; + border-radius: 11px; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -7102,7 +7102,7 @@ na-tray-applet { /* multimedia OSD */ MsdOsdWindow.background.osd { - border-radius: 12px; + border-radius: 10px; background-color: rgba(25, 25, 25, 0.9); color: white; } @@ -7126,18 +7126,18 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover { border: none; - border-radius: 12px; + border-radius: 10px; box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); background-color: #2C2C2C; border-color: #2C2C2C; } .budgie-popover .container { - padding: 6px; + padding: 4px; } .budgie-popover separator { - margin: 3px 0; + margin: 2px 0; } .budgie-popover border { @@ -7165,7 +7165,7 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover button.flat:not(.image-button) { - min-height: 28px; + min-height: 24px; padding: 0 8px; color: white; font-weight: normal; @@ -7204,7 +7204,7 @@ MsdOsdWindow.background.osd .progressbar { background: none; border-right: none; color: white; - padding: 3px; + padding: 2px; } .budgie-popover treeview.view.sidebar:hover { @@ -7218,16 +7218,16 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover scrolledwindow.sidebar:not(.categories) { background-color: rgba(255, 255, 255, 0.04); border-right: none; - border-bottom-left-radius: 12px; + border-bottom-left-radius: 10px; } .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; + padding: 4px 6px; } .budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; + padding-top: 10px; + border-top-left-radius: 10px; border-bottom-left-radius: 0; } @@ -7271,9 +7271,9 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover.budgie-menu list.left-overlay-menu { box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #2C2C2C; - padding: 6px; - margin: 6px; - border-radius: 11px; + padding: 4px; + margin: 4px; + border-radius: 9px; } .budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { @@ -7281,7 +7281,7 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 3px; + margin-bottom: 2px; } .budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { @@ -7290,13 +7290,13 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover.budgie-menu .budgie-menu-footer { border-top: 1px solid rgba(255, 255, 255, 0.12); - padding: 6px; + padding: 4px; } .budgie-popover.budgie-menu .budgie-menu-footer button.flat { min-height: 16px; min-width: 16px; - padding: 6px; + padding: 4px; border-radius: 5px; } @@ -7305,7 +7305,7 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 6px; + margin-right: 4px; } .budgie-popover.user-menu list, @@ -7316,9 +7316,9 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 3px; + margin-bottom: 2px; outline-width: 0; - border-radius: 12px; + border-radius: 10px; } .budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { @@ -7327,15 +7327,15 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.night-light-indicator .container { - padding: 3px; + padding: 2px; } .budgie-popover.night-light-indicator .view-header { - margin: 0 6px; + margin: 0 4px; } .budgie-popover.places-menu .container { - padding: 3px; + padding: 2px; } .budgie-popover.places-menu .name-button image:dir(ltr) { @@ -7347,18 +7347,18 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.places-menu .unmount-button { - margin: 2px; + margin: 1px; padding: 0; } .budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; + margin-top: 2px; + padding-top: 2px; border-top: 1px solid rgba(255, 255, 255, 0.12); } .budgie-popover.places-menu .alternative-label { - padding: 3px; + padding: 2px; font-size: 15px; } @@ -7423,12 +7423,12 @@ MsdOsdWindow.background.osd .progressbar { min-height: 24px; min-width: 24px; padding: 0; - border-radius: 12px; + border-radius: 10px; } .budgie-panel button.budgie-menu-launcher { padding: 0 0; - margin: 3px 0; + margin: 2px 0; min-width: 16px; min-height: 16px; color: rgba(255, 255, 255, 0.7); @@ -7474,7 +7474,7 @@ MsdOsdWindow.background.osd .progressbar { } .bottom .budgie-panel.dock-mode { - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; } .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { @@ -7482,35 +7482,35 @@ MsdOsdWindow.background.osd .progressbar { } .bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } .bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } .left .budgie-panel.dock-mode { - border-radius: 0 18px 18px 0; + border-radius: 0 16px 16px 0; } .left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } .left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } .right .budgie-panel.dock-mode { - border-radius: 18px 0 0 18px; + border-radius: 16px 0 0 16px; } .right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } .right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .budgie-panel button { @@ -7598,7 +7598,7 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-panel #tasklist-button { - padding: 0 6px; + padding: 0 4px; } .budgie-panel.vertical #tasklist-button { @@ -7644,31 +7644,31 @@ MsdOsdWindow.background.osd .progressbar { .budgie-panel > box > widget > widget > image, .budgie-panel > box > widget > widget > stack > image, .budgie-panel > box > widget > widget > box > image { - margin-left: 6px; - margin-right: 6px; + margin-left: 4px; + margin-right: 4px; } .budgie-panel > box > widget > widget > box > image + label { - margin-left: -4px; + margin-left: -2px; } .budgie-panel > box > widget > widget > box > widget > image { - margin-left: 6px; + margin-left: 4px; } .budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 6px; + margin-right: 4px; } .budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 3px; - margin-right: 3px; + margin-left: 2px; + margin-right: 2px; } .budgie-panel .budgie-clock-applet > widget > box, .budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; } .top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { @@ -7727,7 +7727,7 @@ frame.raven-frame > border { background-color: #3C3C3C; box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); margin: 8px 6px 6px; - border-radius: 12px; + border-radius: 10px; } .raven scrollbar { @@ -7743,7 +7743,7 @@ frame.raven-frame > border { } .raven .raven-header { - min-height: 36px; + min-height: 32px; padding: 3px; } @@ -7754,7 +7754,7 @@ frame.raven-frame > border { .raven .raven-header.top stackswitcher button { padding: 0 16px; - min-height: 36px; + min-height: 32px; } .raven .raven-header.bottom { @@ -7786,7 +7786,7 @@ frame.raven-frame > border { .raven .powerstrip button { margin: 2px 0 1px; - padding: 12px; + padding: 8px; } .raven .option-subtitle { @@ -7830,7 +7830,7 @@ calendar.raven-calendar { } calendar.raven-calendar:selected { - border-radius: 12px; + border-radius: 10px; } .raven-mpris { @@ -7843,13 +7843,13 @@ calendar.raven-calendar:selected { } .raven-mpris button.image-button { - padding: 12px; + padding: 8px; } image.raven-mpris { background-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.7); - border-radius: 12px; + border-radius: 10px; } .raven-notifications-view > .raven-background > viewport.frame { @@ -7857,24 +7857,24 @@ image.raven-mpris { } .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; + margin-left: -4px; + margin-right: -2px; } .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; + padding: 0 8px; } .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; + padding: 4px; background: none; } .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { border: none; - padding: 6px 6px 6px 12px; - margin: 3px; - border-radius: 12px; + padding: 4px 4px 4px 8px; + margin: 2px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.04); } @@ -7889,8 +7889,8 @@ image.raven-mpris { .drop-shadow { margin: 5px 9px; - padding: 6px; - border-radius: 18px; + padding: 4px; + border-radius: 16px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -7900,7 +7900,7 @@ image.raven-mpris { } .budgie-notification { - padding: 12px; + padding: 8px; } .budgie-notification .notification-title { @@ -7916,7 +7916,7 @@ image.raven-mpris { } .budgie-switcher { - padding: 12px; + padding: 8px; } .budgie-osd-window, @@ -7945,7 +7945,7 @@ image.raven-mpris { } .budgie-power-dialog .drop-shadow { - border-radius: 24px; + border-radius: 20px; } .budgie-session-dialog, @@ -7958,7 +7958,7 @@ image.raven-mpris { .budgie-session-dialog > box > grid, .budgie-polkit-dialog > box > grid, .budgie-run-dialog > box > grid { - padding: 24px; + padding: 16px; } .budgie-session-dialog.background.csd, .budgie-session-dialog decoration, @@ -7966,7 +7966,7 @@ image.raven-mpris { .budgie-polkit-dialog decoration, .budgie-run-dialog.background.csd, .budgie-run-dialog decoration { - border-radius: 18px; + border-radius: 16px; } .budgie-session-dialog label:not(:last-child), @@ -7989,13 +7989,13 @@ image.raven-mpris { .budgie-session-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .budgie-session-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } .budgie-polkit-dialog .message { @@ -8012,7 +8012,7 @@ image.raven-mpris { .budgie-run-dialog entry.search { font-size: 120%; - padding: 6px 14px; + padding: 4px 12px; border-image: none; box-shadow: none; background-color: transparent; @@ -8028,7 +8028,7 @@ image.raven-mpris { .budgie-settings-window > box > scrolledwindow { background-color: #242424; - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .budgie-settings-window > box > scrolledwindow list.sidebar { @@ -8040,15 +8040,15 @@ image.raven-mpris { } .budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 12px; + border-radius: 10px; } button.centerbutton:first-child { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } button.centerbutton:last-child { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } /************** @@ -8103,7 +8103,7 @@ wnck-pager:selected { } XfdesktopIconView.view { - border-radius: 12px; + border-radius: 10px; background-color: transparent; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); @@ -8127,7 +8127,7 @@ XfdesktopIconView.view .rubberband { #xfwm-tabwin { padding: 12px; - border-radius: 12px; + border-radius: 10px; -XfwmTabwinWidget-icon-size: 64px; -XfwmTabwinWidget-preview-size: 64px; } @@ -8150,16 +8150,16 @@ window#whiskermenu-window entry.search:focus { } window#whiskermenu-window > frame > border { - border-radius: 18px; - padding: 6px 8px 6px 9px; - margin: 6px; + border-radius: 16px; + padding: 4px 6px 4px 6px; + margin: 4px; border: none; background-color: rgba(33, 33, 33, 0.97); box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); } window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; + padding: 2px 4px; margin: 1px 0; border-radius: 5px; } @@ -8178,7 +8178,7 @@ window#whiskermenu-window box.categories > button.radio:checked:hover, window#wh } window#whiskermenu-window scrolledwindow.frame { - padding: 3px; + padding: 2px; background-color: #2C2C2C; border-radius: 5px; } @@ -8229,7 +8229,7 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but } .thunar .standard-view.frame > .view { - border-radius: 12px; + border-radius: 10px; } .thunar .sidebar { @@ -8242,7 +8242,7 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but .thunar statusbar { margin: 0 -10px; - padding: 0 6px; + padding: 0 4px; border-top: 1px solid rgba(255, 255, 255, 0.12); } @@ -8251,7 +8251,7 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but } window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { @@ -8264,7 +8264,7 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind dialog.xfsm-logout-dialog { box-shadow: none; border: none; - border-radius: 18px; + border-radius: 16px; background-color: rgba(33, 33, 33, 0.97); } @@ -8274,10 +8274,10 @@ dialog.xfsm-logout-dialog { #XfceNotifyWindow { box-shadow: none; border: none; - border-radius: 18px; + border-radius: 16px; color: rgba(255, 255, 255, 0.7); background-color: rgba(0, 0, 0, 0.75); - padding: 6px; + padding: 4px; } #XfceNotifyWindow buttonbox { @@ -8335,7 +8335,7 @@ dialog.xfsm-logout-dialog { #shutdown_dialog, #restart_dialog { margin: 0; - border-radius: 12px; + border-radius: 10px; box-shadow: none; background-color: #3C3C3C; } @@ -8410,7 +8410,7 @@ dialog.xfsm-logout-dialog { } .nemo-window .nemo-window-pane widget.entry { - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.04); } @@ -8421,8 +8421,8 @@ dialog.xfsm-logout-dialog { -NemoPlacesTreeView-disk-full-bar-radius: 0; -NemoPlacesTreeView-disk-full-bottom-padding: 1px; -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; + padding-top: 2px; + padding-bottom: 2px; } /* GTK NAMED COLORS diff --git a/themes/.themes/Orchis-Dark/gtk-3.0/gtk.css b/themes/.themes/Orchis-Dark/gtk-3.0/gtk.css index ee1874a..128607c 100644 --- a/themes/.themes/Orchis-Dark/gtk-3.0/gtk.css +++ b/themes/.themes/Orchis-Dark/gtk-3.0/gtk.css @@ -27,13 +27,13 @@ -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 24; -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 6; - -GtkDialog-action-area-border: 6; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 4; outline-style: solid; outline-width: 2px; outline-color: transparent; outline-offset: -4px; - -gtk-outline-radius: 12px; + -gtk-outline-radius: 10px; -gtk-secondary-caret-color: #3281EA; } @@ -63,17 +63,17 @@ entry selection, label selection, textview text selection:focus, textview text s } .linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; } .linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; + border-top-right-radius: 10px; + border-bottom-right-radius: 10px; } .linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 12px; + border-radius: 10px; } .linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { @@ -81,17 +81,17 @@ entry selection, label selection, textview text selection:focus, textview text s } .linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } .linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; } .linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 12px; + border-radius: 10px; } /*************** @@ -103,7 +103,7 @@ entry selection, label selection, textview text selection:focus, textview text s } .background.csd { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .background.maximized, .background.solid-csd { @@ -166,7 +166,7 @@ textview border { } iconview { - border-radius: 12px; + border-radius: 10px; } .rubberband, @@ -190,7 +190,7 @@ treeview.view flowbox rubberband { flowbox flowboxchild { padding: 4px; - border-radius: 12px; + border-radius: 10px; } .content-view .tile:selected { @@ -214,7 +214,7 @@ headerbar label:disabled, tab label:disabled, button label:disabled { } label.osd { - border-radius: 12px; + border-radius: 10px; background-color: rgba(25, 25, 25, 0.9); color: white; } @@ -228,7 +228,7 @@ assistant .sidebar { } assistant .sidebar label { - min-height: 36px; + min-height: 32px; padding: 0 12px; color: rgba(255, 255, 255, 0.5); font-weight: 500; @@ -267,9 +267,9 @@ spinner:checked:disabled { ****************/ spinbutton.vertical, spinbutton:not(.vertical), entry { - min-height: 36px; + min-height: 32px; padding: 0 8px; - border-radius: 12px; + border-radius: 10px; caret-color: currentColor; transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); box-shadow: inset 0 0 0 2px transparent; @@ -322,14 +322,14 @@ entry image:disabled { spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, entry image.left { - margin-left: 2px; + margin-left: 0px; margin-right: 6px; } spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, entry image.right { margin-left: 6px; - margin-right: 2px; + margin-right: 0px; } spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, @@ -408,7 +408,7 @@ entry progress { } .gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; + border-radius: 10px; transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); border-image: none; box-shadow: inset 0 0 0 2px transparent; @@ -641,8 +641,8 @@ radio label, headerbar button.titlebutton label, button.close label, button.circ } .pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; + min-height: 22px; + min-width: 22px; padding: 0; border-radius: 9999px; } @@ -650,8 +650,8 @@ radio label, headerbar button.titlebutton label, button.close label, button.circ button { min-height: 24px; min-width: 16px; - padding: 6px 10px; - border-radius: 12px; + padding: 4px 8px; + border-radius: 10px; font-weight: 500; } @@ -748,29 +748,29 @@ button.text-button { button.image-button { min-width: 24px; - padding: 6px; + padding: 4px; } button.text-button.image-button { min-width: 24px; - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; } button.text-button.image-button label:first-child { - margin-left: 10px; + margin-left: 12px; } button.text-button.image-button label:last-child { - margin-right: 10px; + margin-right: 12px; } button.text-button.image-button.flat label:first-child { - margin-left: 6px; + margin-left: 8px; } button.text-button.image-button.flat label:last-child { - margin-right: 6px; + margin-right: 8px; } button.text-button.image-button image:not(:only-child) { @@ -778,7 +778,7 @@ button.text-button.image-button image:not(:only-child) { } .linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } .linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { @@ -790,9 +790,9 @@ button.text-button.image-button image:not(:only-child) { } button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; + min-width: 22px; + min-width: 22px; + padding: 4px; background-color: #212121; color: white; } @@ -816,7 +816,7 @@ button.osd:disabled { } button.osd.image-button, button.osd.circular { - padding: 12px; + padding: 8px; } button.osd.image-button > image, button.osd.circular > image { @@ -944,7 +944,7 @@ stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > but modelbutton.flat, .menuitem.button.flat { - min-height: 28px; + min-height: 24px; padding: 0 8px; border-radius: 5px; color: white; @@ -959,9 +959,9 @@ modelbutton.flat arrow.right { } button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; + min-height: 22px; + min-width: 22px; + padding: 4px; } /********* @@ -995,7 +995,7 @@ spinbutton:not(.vertical) { } spinbutton:not(.vertical) entry { - min-width: 32px; + min-width: 24px; margin: 0; border-image: none; border-radius: 0; @@ -1004,7 +1004,7 @@ spinbutton:not(.vertical) entry { } spinbutton:not(.vertical) button { - border: solid 6px transparent; + border: solid 4px transparent; } spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { @@ -1013,11 +1013,11 @@ spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { } spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; + margin-left: -2px; } spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; + margin-right: -2px; } spinbutton.vertical { @@ -1034,14 +1034,14 @@ spinbutton.vertical entry { border-radius: 0; box-shadow: none; background-color: transparent; - min-height: 36px; - min-width: 42px; + min-height: 32px; + min-width: 36px; padding: 0; } spinbutton.vertical button { padding: 0; - border: solid 6px transparent; + border: solid 4px transparent; } spinbutton.vertical button:focus:not(:hover):not(:active) { @@ -1050,11 +1050,11 @@ spinbutton.vertical button:focus:not(:hover):not(:active) { } spinbutton.vertical button.up { - margin: 0 3px; + margin: 0 2px; } spinbutton.vertical button.down { - margin: 0 3px; + margin: 0 2px; } treeview spinbutton:not(.vertical) { @@ -1082,17 +1082,17 @@ combobox decoration { } combobox button.combo cellview:dir(ltr) { - margin-left: -2px; + margin-left: 0px; } combobox button.combo cellview:dir(rtl) { - margin-right: -2px; + margin-right: 0px; } combobox menu menuitem { min-height: 20px; min-width: 40px; - padding: 3px 9px; + padding: 2px 6px; } combobox.linked button:nth-child(2):dir(ltr) { @@ -1106,25 +1106,25 @@ combobox.linked button:nth-child(2):dir(rtl) { } combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; + margin-right: -32px; + padding-right: 32px; } combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; + margin-left: -32px; + padding-left: 32px; } combobox > .linked:not(.vertical) > button:not(:only-child) { min-height: 16px; min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; + margin: 5px; + padding: 3px; + border-radius: 10px; } .linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { @@ -1148,7 +1148,7 @@ combobox > .linked:not(.vertical) > button:not(:only-child) { } button.combo:only-child { - border-radius: 12px; + border-radius: 10px; font-weight: normal; transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); box-shadow: inset 0 0 0 2px transparent; @@ -1182,7 +1182,7 @@ button.combo:only-child:disabled { ************/ toolbar { -GtkWidget-window-dragging: true; - padding: 3px; + padding: 2px; background-color: #212121; } @@ -1192,8 +1192,8 @@ toolbar { frame.documents-dropdown, .app-notification, toolbar.osd { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -1246,11 +1246,11 @@ toolbar:not(.inline-toolbar):not(.osd) spinbutton button { } toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; + margin: 6px 2px; } .inline-toolbar { - padding: 6px; + padding: 4px; border-style: solid; border-width: 0 1px 1px; border-color: rgba(255, 255, 255, 0.12); @@ -1258,12 +1258,12 @@ toolbar:not(.inline-toolbar):not(.osd) switch { } frame.view + .inline-toolbar { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } searchbar > revealer > box, .location-bar { - padding: 6px; + padding: 4px; border-style: solid; border-width: 0 0 1px; border-color: rgba(255, 255, 255, 0.12); @@ -1343,7 +1343,7 @@ searchbar > revealer > box { .titlebar { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #2C2C2C; color: white; @@ -1393,16 +1393,16 @@ searchbar > revealer > box { } .titlebar .linked:not(.vertical) > entry { - border-radius: 12px; + border-radius: 10px; } .titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 12px; - margin-left: 3px; + border-radius: 10px; + margin-left: 2px; } .linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 12px; + border-radius: 10px; } .titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { @@ -1416,7 +1416,7 @@ searchbar > revealer > box { .titlebar stackswitcher { border-radius: 9999px; - margin: 6px 0; + margin: 4px 0; } .titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { @@ -1425,8 +1425,8 @@ searchbar > revealer > box { .titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { min-width: 0; - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; } .titlebar.selection-mode { @@ -1502,11 +1502,11 @@ searchbar > revealer > box { } .titlebar.default-decoration { - min-height: 24px; + min-height: 22px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; border: none; - padding: 6px 3px; + padding: 4px 2px; } .tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { @@ -1516,9 +1516,9 @@ searchbar > revealer > box { .titlebar.default-decoration button.titlebutton { padding: 0; - min-height: 24px; - min-width: 24px; - margin: 0 3px; + min-height: 22px; + min-width: 22px; + margin: 0 2px; } .background:not(.csd) .titlebar.default-decoration button.titlebutton:active { @@ -1531,8 +1531,8 @@ searchbar > revealer > box { } headerbar { - min-height: 48px; - padding: 0 6px; + min-height: 40px; + padding: 0 4px; } headerbar:not(.titlebar) { @@ -1546,19 +1546,19 @@ box.vertical headerbar { headerbar entry, headerbar spinbutton, headerbar button { - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; } headerbar separator.titlebutton { - margin-top: 12px; - margin-bottom: 12px; + margin-top: 10px; + margin-bottom: 10px; background-color: rgba(255, 255, 255, 0.12); } headerbar switch { - margin-top: 12px; - margin-bottom: 12px; + margin-top: 8px; + margin-bottom: 8px; } headerbar spinbutton button { @@ -1580,7 +1580,7 @@ headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-acti } headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 12px; + padding: 0 8px; } headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { @@ -1588,7 +1588,7 @@ headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-acti } headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 3px; + margin-top: 2px; } headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { @@ -1617,10 +1617,10 @@ headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizon ************/ .caja-pathbar button, .path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 12px; + border-radius: 10px; } .caja-pathbar button:checked, @@ -1788,7 +1788,7 @@ treeview.view acceleditor > label { menubar, .menubar { -GtkWidget-window-dragging: true; - padding: 3px; + padding: 2px; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); background-color: #2C2C2C; color: white; @@ -1833,18 +1833,18 @@ menubar > menuitem label:disabled, .background.popup { background-color: transparent; background-image: none; - border-radius: 12px; + border-radius: 10px; } menu { - margin: 3px; - padding: 6px; + margin: 2px; + padding: 4px; background-color: #3C3C3C; background-clip: border-box; } .background > menu { - border-radius: 11px; + border-radius: 9px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } @@ -1856,7 +1856,7 @@ menu { .background.csd > menu { border: none; - border-radius: 11px; + border-radius: 9px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } @@ -1864,7 +1864,7 @@ menu menuitem { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); min-height: 20px; min-width: 40px; - padding: 4px 9px; + padding: 3px 6px; color: white; font: initial; text-shadow: none; @@ -1907,10 +1907,10 @@ menu .view:selected { menu > arrow { min-height: 16px; min-width: 16px; - padding: 6px; + padding: 4px; background-color: #3C3C3C; color: rgba(255, 255, 255, 0.7); - border-radius: 8px; + border-radius: 6px; } menu > arrow.top { @@ -1919,7 +1919,7 @@ menu > arrow.top { } menu > arrow.bottom { - margin-top: 11px; + margin-top: 10px; margin-bottom: -12px; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); border-image: image(rgba(255, 255, 255, 0.12)) 1 0 0/1px 0 0; @@ -1967,21 +1967,21 @@ popover.background, .csd popover.background { border-style: solid; border-width: 0; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 11px; + border-radius: 9px; } popover.background.combo { - padding: 6px; + padding: 4px; } popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { border-radius: 5px; margin: 2px; - padding: 6px; + padding: 4px; } popover.background > stack { - margin: -2px; + margin: 0px; } popover.background > list, @@ -2025,12 +2025,12 @@ popover.background button.model:only-child { popover.background button.model { min-height: 32px; min-width: 32px; - padding: 0 12px; + padding: 0 8px; margin: 0; } popover.background separator { - margin: 3px 0; + margin: 2px 0; } popover.background list separator { @@ -2042,9 +2042,9 @@ popover.background list separator { *************/ tabbox > tab, notebook > header tab { transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 6px 12px; + min-height: 22px; + min-width: 22px; + padding: 4px 12px; border-width: 1px; border-color: transparent; border-style: solid; @@ -2088,23 +2088,23 @@ frame > paned > notebook > header, notebook.frame > header { } notebook.frame, notebook.frame > stack { - border-radius: 6px; + border-radius: 5px; } notebook.frame > stack .inline-toolbar { - border-radius: 0 0 6px 6px; + border-radius: 0 0 5px 5px; } .background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 12px; + border-radius: 10px; } .background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } .background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } notebook > stack { @@ -2113,11 +2113,11 @@ notebook > stack { notebook.frame frame > border { border: none; - border-radius: 12px; + border-radius: 10px; } notebook.frame frame > list row.activatable { - border-radius: 12px; + border-radius: 10px; } notebook:focus tab:checked { @@ -2125,67 +2125,67 @@ notebook:focus tab:checked { } notebook > header.top > tabs > tab { - border-radius: 6px 6px 0 0; + border-radius: 5px 5px 0 0; } notebook > header.bottom > tabs > tab { - border-radius: 0 0 6px 6px; + border-radius: 0 0 5px 5px; } notebook > header.left > tabs > tab { - border-radius: 6px 0 0 6px; + border-radius: 5px 0 0 5px; } notebook > header.right > tabs > tab { - border-radius: 0 6px 6px 0; + border-radius: 0 5px 5px 0; } notebook.frame > header.top { - border-radius: 6px 6px 0 0; + border-radius: 5px 5px 0 0; } notebook.frame > header.bottom { - border-radius: 0 0 6px 6px; + border-radius: 0 0 5px 5px; } notebook.frame > header.left { - border-radius: 6px 0 0 6px; + border-radius: 5px 0 0 5px; } notebook.frame > header.right { - border-radius: 0 6px 6px 0; + border-radius: 0 5px 5px 0; } .background.csd notebook.frame > header.top { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } .background.csd notebook.frame > header.top > tabs > tab { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } .background.csd notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } .background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } .background.csd notebook.frame > header.left { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } .background.csd notebook.frame > header.left > tabs > tab { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } .background.csd notebook.frame > header.right { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } .background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } notebook > header { @@ -2301,8 +2301,8 @@ notebook > header > tabs > arrow { notebook > header tab > box { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; + margin: -4px -12px; + padding: 4px 12px; } notebook > header tab > box:drop(active) { @@ -2311,13 +2311,13 @@ notebook > header tab > box:drop(active) { } notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; + margin-left: 4px; + margin-right: -8px; } notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; + margin-left: -8px; + margin-right: 4px; } notebook > header.top tabs, notebook > header.bottom tabs { @@ -2505,7 +2505,7 @@ scrollbar.horizontal button.up { **********/ switch { transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; + margin: 4px 0; padding: 0 2px; border: 5px solid transparent; border-radius: 9999px; @@ -2702,7 +2702,7 @@ radio:indeterminate { menu menuitem check { min-height: 18px; min-width: 18px; - border-radius: 12px; + border-radius: 10px; -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); } @@ -2771,11 +2771,11 @@ scale { } scale.horizontal { - padding: 17px 12px; + padding: 15px 12px; } scale.vertical { - padding: 12px 17px; + padding: 12px 15px; } scale slider { @@ -2820,14 +2820,14 @@ scale slider:active { scale.fine-tune.horizontal { min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; + padding-top: 14px; + padding-bottom: 14px; } scale.fine-tune.vertical { min-width: 4px; - padding-left: 16px; - padding-right: 16px; + padding-left: 14px; + padding-right: 14px; } scale.fine-tune slider { @@ -3022,12 +3022,12 @@ progressbar.vertical progress { } progressbar trough { - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.15); } progressbar progress { - border-radius: 12px; + border-radius: 10px; background-color: #3281EA; } @@ -3057,7 +3057,7 @@ levelbar.horizontal block { } levelbar.horizontal.discrete block { - min-width: 36px; + min-width: 32px; } levelbar.horizontal.discrete block:not(:last-child) { @@ -3069,7 +3069,7 @@ levelbar.vertical block { } levelbar.vertical.discrete block { - min-height: 36px; + min-height: 32px; } levelbar.vertical.discrete block:not(:last-child) { @@ -3077,7 +3077,7 @@ levelbar.vertical.discrete block:not(:last-child) { } levelbar trough { - border-radius: 12px; + border-radius: 10px; } levelbar block.low { @@ -3122,7 +3122,7 @@ frame > border, .frame { } .frame.view { - border-radius: 12px; + border-radius: 10px; } .frame.flat { @@ -3135,14 +3135,14 @@ frame > border.flat, statusbar frame > border { } actionbar > revealer > box { - padding: 6px; + padding: 4px; border-top: 1px solid rgba(255, 255, 255, 0.12); background-color: #2C2C2C; background-clip: border-box; } .background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .background.csd frame box.vertical > actionbar > revealer > box { @@ -3229,23 +3229,23 @@ window.background.csd > stack > box > stack > box > scrolledwindow > viewport > window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, window.background.csd > stack > scrolledwindow > viewport > box > list, window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 13px; + border-radius: 11px; box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.12); } window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; } window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 12px; + border-radius: 10px; } window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, @@ -3337,7 +3337,7 @@ row:selected:disabled label { } .app-notification > box > label { - padding-left: 9px; + padding-left: 6px; } .app-notification.frame, @@ -3377,7 +3377,7 @@ expander title > arrow:disabled { * Calendar * ************/ calendar { - padding: 3px 6px; + padding: 2px 4px; border: 1px solid rgba(255, 255, 255, 0.12); color: white; } @@ -3418,7 +3418,7 @@ messagedialog.background { } messagedialog .titlebar { - min-height: 24px; + min-height: 22px; border-style: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; @@ -3431,12 +3431,12 @@ messagedialog .titlebar:backdrop { } messagedialog.csd.background { - border-bottom-left-radius: 18px; - border-bottom-right-radius: 18px; + border-bottom-left-radius: 16px; + border-bottom-right-radius: 16px; } messagedialog.csd .dialog-action-box { - margin-top: -6px; + margin-top: -4px; } messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { @@ -3444,7 +3444,7 @@ messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-bo } messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 6px; + margin-right: 4px; } messagedialog.csd .dialog-action-box button:not(:disabled) { @@ -3457,7 +3457,7 @@ messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { .csd filechooser { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } filechooser .dialog-action-box { @@ -3475,7 +3475,7 @@ filechooser stack.view { filechooser stack.view scrolledwindow { background-color: transparent; - border-radius: 0 0 18px 0; + border-radius: 0 0 16px 0; } filechooser stack.view scrolledwindow list { @@ -3500,7 +3500,7 @@ filechooser stack.view frame > border { .csd filechooser placessidebar { background: none; - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } filechooser actionbar, filechooser actionbar > revealer > box { @@ -3789,12 +3789,12 @@ infobar.error:hover > revealer > box { * Tooltips * ************/ tooltip { - border-radius: 6px; + border-radius: 5px; box-shadow: none; } tooltip.background, tooltip.background.csd { - border-radius: 12px; + border-radius: 10px; background-color: rgba(25, 25, 25, 0.9); color: white; } @@ -3813,43 +3813,43 @@ tooltip > box { * Color Chooser * *****************/ colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; + border-top-left-radius: 9px; + border-bottom-left-radius: 9px; } colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; + border-top-left-radius: 9px; + border-bottom-left-radius: 9px; } colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; + border-top-right-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; + border-top-right-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.dark { @@ -3861,12 +3861,12 @@ colorswatch.light { } colorswatch#add-color-button { - border-radius: 11px 11px 0 0; + border-radius: 9px 9px 0 0; color: white; } colorswatch#add-color-button:only-child { - border-radius: 11px; + border-radius: 9px; } colorswatch#add-color-button overlay { @@ -3882,16 +3882,16 @@ colorswatch:disabled overlay { } colorswatch#editor-color-sample { - border-radius: 11px; + border-radius: 9px; } colorswatch#editor-color-sample overlay { - border-radius: 11px; + border-radius: 9px; } colorchooser .popover.osd { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; + border-radius: 10px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -3911,7 +3911,7 @@ colorchooser .popover.osd:backdrop { * Window Decorations * **********************/ decoration { - border-radius: 18px; + border-radius: 16px; box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; border: none; margin: 8px; @@ -3931,7 +3931,7 @@ decoration:backdrop { } .ssd decoration { - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; box-shadow: none; margin: 0; } @@ -3941,17 +3941,17 @@ decoration:backdrop { } .csd.popup decoration { - border-radius: 11px; + border-radius: 9px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } tooltip.csd decoration { - border-radius: 12px; + border-radius: 10px; box-shadow: none; } messagedialog.csd decoration { - border-radius: 18px; + border-radius: 16px; } .solid-csd decoration { @@ -4052,8 +4052,8 @@ stackswitcher button.text-button { stackswitcher button.circular, stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; + min-width: 32px; + min-height: 32px; padding: 0; } @@ -4088,8 +4088,8 @@ popover.emoji-picker scrolledwindow { } button.emoji-section { - margin: 3px; - border-radius: 8px; + margin: 2px; + border-radius: 7px; } button.emoji-section:checked { @@ -4108,7 +4108,7 @@ popover.emoji-picker .emoji { popover.emoji-picker .emoji widget { transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; + border-radius: 10px; } popover.emoji-picker .emoji widget:hover { @@ -4125,7 +4125,7 @@ popover.emoji-completion arrow { } popover.emoji-completion .emoji-completion-row { - min-height: 28px; + min-height: 24px; padding: 0 12px; } @@ -4142,11 +4142,11 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .nautilus-window.background.csd headerbar { - padding-left: 12px; + padding-left: 8px; background-color: #2C2C2C; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } @@ -4158,9 +4158,9 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd placessidebar { background-color: transparent; - border-radius: 18px; + border-radius: 16px; color: rgba(255, 255, 255, 0.7); - margin: 0 0 12px 12px; + margin: 0 0 8px 8px; } .nautilus-window.background.csd placessidebar > viewport.frame { @@ -4190,13 +4190,13 @@ popover.emoji-completion .emoji:hover { } .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 6px; + padding-right: 4px; } .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { color: inherit; min-height: 54px; - padding: 0 0 0 6px; + padding: 0 0 0 4px; } .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { @@ -4284,7 +4284,7 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd .nautilus-list-view { background-color: transparent; - border-radius: 18px; + border-radius: 16px; } .nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { @@ -4293,11 +4293,11 @@ popover.emoji-completion .emoji:hover { } .nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } .nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } .nautilus-window.background.csd notebook { @@ -4335,7 +4335,7 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd notebook > stack { background-color: #2C2C2C; - border-radius: 16px; + border-radius: 14px; } .nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { @@ -4352,7 +4352,7 @@ popover.emoji-completion .emoji:hover { .nautilus-window.background.csd notebook placesview > actionbar { background-color: transparent; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .nautilus-window.background.csd notebook placesview > actionbar > revealer > box { @@ -4374,22 +4374,22 @@ popover.emoji-completion .emoji:hover { } .nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; + min-height: 24px; + padding: 2px; + margin: 4px; border-style: none; border-radius: 9999px; background-color: rgba(33, 33, 33, 0.95); } .nautilus-window .floating-bar button { - margin: 4px; + margin: 5px; } .windowhandle .linked.nautilus-path-bar { background-color: rgba(255, 255, 255, 0.04); border-radius: 9999px; - margin: 6px 0; + margin: 4px 0; } .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { @@ -4434,7 +4434,7 @@ popover.emoji-completion .emoji:hover { .path-bar-box { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; + margin: 4px 0; border-radius: 9999px; } @@ -4460,8 +4460,8 @@ popover.emoji-completion .emoji:hover { } .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; + padding-left: 10px; + padding-right: 10px; margin-left: 1px; margin-right: 1px; } @@ -4598,7 +4598,7 @@ window.background.csd > paned.titlebar > separator { } .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { @@ -4621,7 +4621,7 @@ window.background.csd > paned.titlebar > separator { .gedit-document-panel { background-color: #242424; - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .gedit-document-panel row button.flat { @@ -4635,20 +4635,20 @@ window.background.csd > paned.titlebar > separator { .gedit-side-panel-paned statusbar { border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .gedit-search-slider { margin: 0 6px 8px; - padding: 6px; + padding: 4px; background-color: #3C3C3C; color: rgba(255, 255, 255, 0.7); box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; + border-radius: 10px; } .gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { @@ -4657,12 +4657,12 @@ window.background.csd > paned.titlebar > separator { } .gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -66px; - padding-right: 66px; + margin-right: -56px; + padding-right: 56px; } .gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; + margin-left: 4px; } .gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { @@ -4670,12 +4670,12 @@ window.background.csd > paned.titlebar > separator { } .gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -66px; - padding-left: 66px; + margin-left: -56px; + padding-left: 56px; } .gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; + margin-right: 4px; } .gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { @@ -4699,17 +4699,17 @@ window.background.csd > paned.titlebar > separator { } .gedit-search-slider .linked > button { - border: solid 6px transparent; + border: solid 4px transparent; border-radius: 9999px; } .gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -3px; + margin-left: -2px; border-radius: 9999px; } .gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -3px; + margin-right: -2px; border-radius: 9999px; } @@ -4729,7 +4729,7 @@ frame.gedit-map-frame > border:dir(rtl) { } .csd .tweak-categories { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .tweak { @@ -4756,7 +4756,7 @@ frame.gedit-map-frame > border:dir(rtl) { } .tweak-group-startup row.tweak-startup { - border-radius: 12px; + border-radius: 10px; background-color: transparent; background-image: none; } @@ -4780,7 +4780,7 @@ leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar } list.navigation-sidebar { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } list.navigation-sidebar > separator { @@ -4792,23 +4792,23 @@ list.navigation-sidebar > separator { ************************/ window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 18px; - border-top-left-radius: 18px; + border-top-right-radius: 16px; + border-top-left-radius: 16px; } window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } window.background.csd > leaflet > stack.background, @@ -4821,7 +4821,7 @@ window.background.csd > leaflet > stack.background > widget > box.vertical > box window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { background-color: #2C2C2C; - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, @@ -4833,7 +4833,7 @@ window.background.csd > box.horizontal > stack.background > widget > box.vertica window.background.csd > leaflet > stack.background frame.view, window.background.csd > hdyleaflet > stack.background frame.view, window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 12px; + border-radius: 10px; background: none; } @@ -4841,7 +4841,7 @@ window.background.csd > leaflet > box.vertical > scrolledwindow.view, window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { background-color: #2C2C2C; - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, @@ -4876,7 +4876,7 @@ window.background.csd stack.background clamp.medium frame > box.vertical > box.v } window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { @@ -4884,11 +4884,11 @@ window.background.csd stack.background clamp.medium frame > box.vertical > box.v } window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { @@ -4896,7 +4896,7 @@ hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.backgr } hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 3px 0; + margin: 2px 0; } /************************ @@ -4904,7 +4904,7 @@ hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not( ************************/ window#gnome-system-monitor.background.csd > box.vertical > stack { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { @@ -4912,7 +4912,7 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical } window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { @@ -4924,11 +4924,11 @@ window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { ************************/ stack > grid.vertical > scrolledwindow { border: none; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } stack > grid.vertical scrolledwindow.frame.emptyGrid { @@ -4939,7 +4939,7 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid { * Gnome Contacts * ******************/ window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } /************************ @@ -4948,11 +4948,11 @@ window.background.csd scrolledwindow.contacts-contact-form { tabbox { background-color: #212121; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - padding: 3px 3px 0; + padding: 2px 2px 0; } tabbox > tab { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; border-bottom: none; } @@ -4969,12 +4969,12 @@ tabbox > tab button { *****************/ #weather-page, #weekly-forecast-frame { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } #weather-page-content-view { - border-bottom-right-radius: 18px; - border-bottom-left-radius: 18px; + border-bottom-right-radius: 16px; + border-bottom-left-radius: 16px; } statuspage.search-view entry.search:focus { @@ -4985,20 +4985,20 @@ statuspage.search-view entry.search:focus { * Gnome Music * ***************/ window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } /**************** * Gnome Clocks * ****************/ window.background.csd.unified { - border-top-left-radius: 18px; - border-top-right-radius: 18px; + border-top-left-radius: 16px; + border-top-right-radius: 16px; } window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 18px; - border-top-right-radius: 18px; + border-top-left-radius: 16px; + border-top-right-radius: 16px; box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); } @@ -5023,7 +5023,7 @@ window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { min-height: 24px; min-width: 24px; - padding: 6px; + padding: 4px; margin: 0; } @@ -5054,7 +5054,7 @@ window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > window.csd > box.vertical > box.vertical > toolbar.horizontal, window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; + padding: 4px; border-bottom: none; box-shadow: none; background-color: transparent; @@ -5090,7 +5090,7 @@ window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked stack.view.polari-entry-area { background-color: #212121; border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } stack:disabled.view.polari-entry-area { @@ -5106,7 +5106,7 @@ layouttabbar { } layouttabbar > box > button { - margin: 2px 0; + margin: 4px 0; } layouttab { @@ -5147,7 +5147,7 @@ popover.popover-selector list { } popover.popover-selector list row { - border-radius: 12px; + border-radius: 10px; } popover.popover-selector list row image:dir(ltr) { @@ -5167,7 +5167,7 @@ popover.popover-selector list row .accel:dir(rtl) { } omnibar.linked:not(.vertical) entry { - border-radius: 12px; + border-radius: 10px; } omnibar:not(:hover):not(:active) entry { @@ -5211,11 +5211,11 @@ popover.messagepopover .popover-action-area button { } popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 12px; + border-bottom-left-radius: 10px; } popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 12px; + border-bottom-right-radius: 10px; } popover.messagepopover .popover-content-area { @@ -5257,10 +5257,10 @@ docktabstrip { docktab { transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; + min-height: 22px; + min-width: 22px; margin-bottom: -1px; - padding: 6px 6px; + padding: 4px 6px; border-width: 1px; border-color: transparent; box-shadow: inset 0 -2px transparent; @@ -5305,7 +5305,7 @@ dockoverlayedge.right-edge docktab:checked { pillbox { background-color: #212121; - border-radius: 12px; + border-radius: 10px; } layoutpane entry.search { @@ -5335,16 +5335,16 @@ window.workbench preferences preferencesgroup list entry { } button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; + padding-left: 8px; + padding-right: 8px; } button.dzlmenubutton image { - min-width: 30px; + min-width: 26px; } button.dzlmenubutton image.arrow { - min-width: 27px; + min-width: 23px; } button.dzlmenubuttonitem { @@ -5566,14 +5566,14 @@ window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolle } window.background.csd evview.view.content-view { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } /********************************* * Archive Manager (File roller) * *********************************/ window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; background-color: #2C2C2C; } @@ -5586,11 +5586,11 @@ window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > tr } window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 18px 0; + border-radius: 0 0 16px 0; } window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 18px; + border-radius: 0 0 0 16px; background-color: #212121; } @@ -5621,7 +5621,7 @@ window.background > box.vertical > box.horizontal > frame > border { } window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { @@ -5629,11 +5629,11 @@ window.background > box.vertical > box.horizontal > stack > widget > notebook.fr } window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 6px 0 3px; + margin: 4px 0 2px; } /********* @@ -5657,7 +5657,7 @@ task-list-view taskrow image.dim-label { } task-list-view > box > revealer > box > button { - margin: -6px; + margin: -4px; } task-list-view > box > revealer > box > button .dim-label { @@ -5677,7 +5677,7 @@ tasklistview taskrow image.dim-label { } tasklistview > box > revealer > box > button { - margin: -6px; + margin: -4px; } tasklistview > box > revealer > box > button .dim-label { @@ -5706,7 +5706,7 @@ box.vertical > paned.horizontal notebook widget .frame { * Fractal * ***********/ .background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } /******** @@ -5733,7 +5733,7 @@ list.categories { .transparent-bg + stack overlay > label { min-height: 24px; padding: 0 4px; - border-radius: 12px; + border-radius: 10px; background-color: #242424; color: white; } @@ -5742,7 +5742,7 @@ list.categories { * Calculator * **************/ button.title label { - min-height: 36px; + min-height: 32px; } /********* @@ -5750,23 +5750,23 @@ button.title label { *********/ window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd.geary-main-window stack#conversation_viewer, window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { background: none; - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, @@ -5852,7 +5852,7 @@ window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer- geary-composer-box#GearyComposerWindow geary-composer-editor box.background, geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } /************** @@ -5870,7 +5870,7 @@ window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > window.background.csd > stack > box > box > list, window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { @@ -5881,16 +5881,16 @@ window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > lis * Dialogs * ***********/ dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 18px; + border-radius: 0 0 0 16px; } dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 18px 0; + border-radius: 0 0 16px 0; } dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; background-color: #2C2C2C; } @@ -5900,7 +5900,7 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindo } dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { @@ -5912,23 +5912,23 @@ dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack. } dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } dialog.background.csd stack scrolledwindow.frame { - border-radius: 12px; + border-radius: 10px; } dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 12px; + border-radius: 10px; } dialog.background.csd stack scrolledwindow.frame textview.view > text { @@ -5940,7 +5940,7 @@ dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(: } dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 12px; + border-radius: 10px; } window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { @@ -5962,7 +5962,7 @@ window.background.csd.unified > decoration-overlay { window.background.csd.unified, window.background.csd.unified > decoration, window.background.csd.unified > decoration-overlay { - border-radius: 18px; + border-radius: 16px; } window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { @@ -6017,7 +6017,7 @@ overlay > revealer.right > scrolledwindow.frame { } button.image-button.session-new-button { - min-width: 32px; + min-width: 28px; } notebook.tilix-background tab > box > stack { @@ -6025,8 +6025,8 @@ notebook.tilix-background tab > box > stack { } button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; + min-height: 18px; + min-width: 14px; } /************** @@ -6061,7 +6061,7 @@ window.background > box.vertical > scrolledwindow > widget toolbar button { } window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 12px; + border-radius: 10px; } /******** @@ -6069,17 +6069,17 @@ window.background > box.vertical > scrolledwindow > widget toolbar button { ********/ notebook.meld-notebook { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } notebook.meld-notebook > stack { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .meld-notebook-child { background-color: #2C2C2C; - border-radius: 0 0 18px 18px; + border-radius: 0 0 16px 16px; } .meld-status-bar { @@ -6125,7 +6125,7 @@ window.background.chromium menu menuitem { } window.background.chromium headerbar { - padding: 0 12px; + padding: 0 8px; } window.background.chromium spinner { @@ -6178,7 +6178,7 @@ tooltip.background.chromium { #MozillaGtkWidget > widget > entry, #MozillaGtkWidget > widget > button > button { border: 1px solid #404040; - border-radius: 12px; + border-radius: 10px; box-shadow: none; } @@ -6265,7 +6265,7 @@ window.background:not(.csd) > window > menu menuitem { } .background.popup.xapp-status-icon-menu-window decoration { - border-radius: 11px; + border-radius: 9px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } @@ -6289,7 +6289,7 @@ window.background:not(.csd) > window > menu menuitem { min-height: 24px; min-width: 16px; padding: 4px 8px; - border-radius: 12px; + border-radius: 10px; } #ToolboxCommon > #AuxToolbox spinbutton button { @@ -6304,7 +6304,7 @@ window.background:not(.csd) > window > menu menuitem { min-height: 24px; min-width: 24px; padding: 4px; - border-radius: 12px; + border-radius: 10px; } #CanvasTable button { @@ -6418,7 +6418,7 @@ stack > scrolledwindow > viewport > box > stack > box > stack > box > box > fram stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, @@ -6435,7 +6435,7 @@ stack > scrolledwindow > viewport > box > stack > box > stack > box > box > fram stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, @@ -6445,7 +6445,7 @@ stack > scrolledwindow > viewport > box > stack > box > stack > box > box > fram stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, @@ -6455,7 +6455,7 @@ stack > scrolledwindow > viewport > box > stack > box > stack > box > box > fram stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, @@ -6463,7 +6463,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, @@ -6477,7 +6477,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, @@ -6485,7 +6485,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, @@ -6493,7 +6493,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, @@ -6507,7 +6507,7 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, @@ -6515,27 +6515,27 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { @@ -6543,20 +6543,20 @@ stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.v } stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 12px; + border-radius: 10px; } stack > scrolledwindow > viewport > box #c_box notebook { @@ -6589,7 +6589,7 @@ UnityDecoration { UnityDecoration .top { padding: 0 2px; border-style: none; - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #2C2C2C; color: white; @@ -6720,7 +6720,7 @@ MatePanelAppletFrameDBus { } .mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; + min-height: 24px; padding: 0 6px; } @@ -6785,7 +6785,7 @@ PanelApplet.wnck-applet .wnck-pager:selected { #MatePanelPopupWindow { border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; + border-radius: 11px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -6831,7 +6831,7 @@ na-tray-applet { .mate-panel-applet-slider { border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; + border-radius: 11px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -6881,7 +6881,7 @@ na-tray-applet { #mate-menu entry + button { margin: 0 4px 4px; - padding: 6px; + padding: 4px; } .brisk-menu { @@ -6920,7 +6920,7 @@ na-tray-applet { } .brisk-menu .session-button { - padding: 12px; + padding: 8px; } .brisk-menu .frame { @@ -6950,7 +6950,7 @@ na-tray-applet { * CAJA File manager * *********************/ .caja-navigation-window button.toggle.image-button { - border-radius: 12px; + border-radius: 10px; } .caja-pathbar button { @@ -6982,13 +6982,13 @@ na-tray-applet { } .caja-canvas-item { - border-radius: 12px; + border-radius: 10px; } .caja-desktop.view .entry, .caja-navigation-window .view .entry { border: none; - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.04); background-image: none; color: white; @@ -7087,7 +7087,7 @@ na-tray-applet { /* mate-screensaver lock dialog */ .lock-dialog { border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; + border-radius: 11px; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -7102,7 +7102,7 @@ na-tray-applet { /* multimedia OSD */ MsdOsdWindow.background.osd { - border-radius: 12px; + border-radius: 10px; background-color: rgba(25, 25, 25, 0.9); color: white; } @@ -7126,18 +7126,18 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover { border: none; - border-radius: 12px; + border-radius: 10px; box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); background-color: #2C2C2C; border-color: #2C2C2C; } .budgie-popover .container { - padding: 6px; + padding: 4px; } .budgie-popover separator { - margin: 3px 0; + margin: 2px 0; } .budgie-popover border { @@ -7165,7 +7165,7 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover button.flat:not(.image-button) { - min-height: 28px; + min-height: 24px; padding: 0 8px; color: white; font-weight: normal; @@ -7204,7 +7204,7 @@ MsdOsdWindow.background.osd .progressbar { background: none; border-right: none; color: white; - padding: 3px; + padding: 2px; } .budgie-popover treeview.view.sidebar:hover { @@ -7218,16 +7218,16 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover scrolledwindow.sidebar:not(.categories) { background-color: rgba(255, 255, 255, 0.04); border-right: none; - border-bottom-left-radius: 12px; + border-bottom-left-radius: 10px; } .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; + padding: 4px 6px; } .budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; + padding-top: 10px; + border-top-left-radius: 10px; border-bottom-left-radius: 0; } @@ -7271,9 +7271,9 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover.budgie-menu list.left-overlay-menu { box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #2C2C2C; - padding: 6px; - margin: 6px; - border-radius: 11px; + padding: 4px; + margin: 4px; + border-radius: 9px; } .budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { @@ -7281,7 +7281,7 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 3px; + margin-bottom: 2px; } .budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { @@ -7290,13 +7290,13 @@ MsdOsdWindow.background.osd .progressbar { .budgie-popover.budgie-menu .budgie-menu-footer { border-top: 1px solid rgba(255, 255, 255, 0.12); - padding: 6px; + padding: 4px; } .budgie-popover.budgie-menu .budgie-menu-footer button.flat { min-height: 16px; min-width: 16px; - padding: 6px; + padding: 4px; border-radius: 5px; } @@ -7305,7 +7305,7 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 6px; + margin-right: 4px; } .budgie-popover.user-menu list, @@ -7316,9 +7316,9 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 3px; + margin-bottom: 2px; outline-width: 0; - border-radius: 12px; + border-radius: 10px; } .budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { @@ -7327,15 +7327,15 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.night-light-indicator .container { - padding: 3px; + padding: 2px; } .budgie-popover.night-light-indicator .view-header { - margin: 0 6px; + margin: 0 4px; } .budgie-popover.places-menu .container { - padding: 3px; + padding: 2px; } .budgie-popover.places-menu .name-button image:dir(ltr) { @@ -7347,18 +7347,18 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-popover.places-menu .unmount-button { - margin: 2px; + margin: 1px; padding: 0; } .budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; + margin-top: 2px; + padding-top: 2px; border-top: 1px solid rgba(255, 255, 255, 0.12); } .budgie-popover.places-menu .alternative-label { - padding: 3px; + padding: 2px; font-size: 15px; } @@ -7423,12 +7423,12 @@ MsdOsdWindow.background.osd .progressbar { min-height: 24px; min-width: 24px; padding: 0; - border-radius: 12px; + border-radius: 10px; } .budgie-panel button.budgie-menu-launcher { padding: 0 0; - margin: 3px 0; + margin: 2px 0; min-width: 16px; min-height: 16px; color: rgba(255, 255, 255, 0.7); @@ -7474,7 +7474,7 @@ MsdOsdWindow.background.osd .progressbar { } .bottom .budgie-panel.dock-mode { - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; } .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { @@ -7482,35 +7482,35 @@ MsdOsdWindow.background.osd .progressbar { } .bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } .bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } .left .budgie-panel.dock-mode { - border-radius: 0 18px 18px 0; + border-radius: 0 16px 16px 0; } .left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } .left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } .right .budgie-panel.dock-mode { - border-radius: 18px 0 0 18px; + border-radius: 16px 0 0 16px; } .right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } .right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .budgie-panel button { @@ -7598,7 +7598,7 @@ MsdOsdWindow.background.osd .progressbar { } .budgie-panel #tasklist-button { - padding: 0 6px; + padding: 0 4px; } .budgie-panel.vertical #tasklist-button { @@ -7644,31 +7644,31 @@ MsdOsdWindow.background.osd .progressbar { .budgie-panel > box > widget > widget > image, .budgie-panel > box > widget > widget > stack > image, .budgie-panel > box > widget > widget > box > image { - margin-left: 6px; - margin-right: 6px; + margin-left: 4px; + margin-right: 4px; } .budgie-panel > box > widget > widget > box > image + label { - margin-left: -4px; + margin-left: -2px; } .budgie-panel > box > widget > widget > box > widget > image { - margin-left: 6px; + margin-left: 4px; } .budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 6px; + margin-right: 4px; } .budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 3px; - margin-right: 3px; + margin-left: 2px; + margin-right: 2px; } .budgie-panel .budgie-clock-applet > widget > box, .budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; } .top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { @@ -7727,7 +7727,7 @@ frame.raven-frame > border { background-color: #3C3C3C; box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); margin: 8px 6px 6px; - border-radius: 12px; + border-radius: 10px; } .raven scrollbar { @@ -7743,7 +7743,7 @@ frame.raven-frame > border { } .raven .raven-header { - min-height: 36px; + min-height: 32px; padding: 3px; } @@ -7754,7 +7754,7 @@ frame.raven-frame > border { .raven .raven-header.top stackswitcher button { padding: 0 16px; - min-height: 36px; + min-height: 32px; } .raven .raven-header.bottom { @@ -7786,7 +7786,7 @@ frame.raven-frame > border { .raven .powerstrip button { margin: 2px 0 1px; - padding: 12px; + padding: 8px; } .raven .option-subtitle { @@ -7830,7 +7830,7 @@ calendar.raven-calendar { } calendar.raven-calendar:selected { - border-radius: 12px; + border-radius: 10px; } .raven-mpris { @@ -7843,13 +7843,13 @@ calendar.raven-calendar:selected { } .raven-mpris button.image-button { - padding: 12px; + padding: 8px; } image.raven-mpris { background-color: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.7); - border-radius: 12px; + border-radius: 10px; } .raven-notifications-view > .raven-background > viewport.frame { @@ -7857,24 +7857,24 @@ image.raven-mpris { } .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; + margin-left: -4px; + margin-right: -2px; } .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; + padding: 0 8px; } .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; + padding: 4px; background: none; } .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { border: none; - padding: 6px 6px 6px 12px; - margin: 3px; - border-radius: 12px; + padding: 4px 4px 4px 8px; + margin: 2px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.04); } @@ -7889,8 +7889,8 @@ image.raven-mpris { .drop-shadow { margin: 5px 9px; - padding: 6px; - border-radius: 18px; + padding: 4px; + border-radius: 16px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -7900,7 +7900,7 @@ image.raven-mpris { } .budgie-notification { - padding: 12px; + padding: 8px; } .budgie-notification .notification-title { @@ -7916,7 +7916,7 @@ image.raven-mpris { } .budgie-switcher { - padding: 12px; + padding: 8px; } .budgie-osd-window, @@ -7945,7 +7945,7 @@ image.raven-mpris { } .budgie-power-dialog .drop-shadow { - border-radius: 24px; + border-radius: 20px; } .budgie-session-dialog, @@ -7958,7 +7958,7 @@ image.raven-mpris { .budgie-session-dialog > box > grid, .budgie-polkit-dialog > box > grid, .budgie-run-dialog > box > grid { - padding: 24px; + padding: 16px; } .budgie-session-dialog.background.csd, .budgie-session-dialog decoration, @@ -7966,7 +7966,7 @@ image.raven-mpris { .budgie-polkit-dialog decoration, .budgie-run-dialog.background.csd, .budgie-run-dialog decoration { - border-radius: 18px; + border-radius: 16px; } .budgie-session-dialog label:not(:last-child), @@ -7989,13 +7989,13 @@ image.raven-mpris { .budgie-session-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .budgie-session-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 18px; + border-bottom-right-radius: 16px; } .budgie-polkit-dialog .message { @@ -8012,7 +8012,7 @@ image.raven-mpris { .budgie-run-dialog entry.search { font-size: 120%; - padding: 6px 14px; + padding: 4px 12px; border-image: none; box-shadow: none; background-color: transparent; @@ -8028,7 +8028,7 @@ image.raven-mpris { .budgie-settings-window > box > scrolledwindow { background-color: #242424; - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } .budgie-settings-window > box > scrolledwindow list.sidebar { @@ -8040,15 +8040,15 @@ image.raven-mpris { } .budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 12px; + border-radius: 10px; } button.centerbutton:first-child { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } button.centerbutton:last-child { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } /************** @@ -8103,7 +8103,7 @@ wnck-pager:selected { } XfdesktopIconView.view { - border-radius: 12px; + border-radius: 10px; background-color: transparent; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); @@ -8127,7 +8127,7 @@ XfdesktopIconView.view .rubberband { #xfwm-tabwin { padding: 12px; - border-radius: 12px; + border-radius: 10px; -XfwmTabwinWidget-icon-size: 64px; -XfwmTabwinWidget-preview-size: 64px; } @@ -8150,16 +8150,16 @@ window#whiskermenu-window entry.search:focus { } window#whiskermenu-window > frame > border { - border-radius: 18px; - padding: 6px 8px 6px 9px; - margin: 6px; + border-radius: 16px; + padding: 4px 6px 4px 6px; + margin: 4px; border: none; background-color: rgba(33, 33, 33, 0.97); box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); } window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; + padding: 2px 4px; margin: 1px 0; border-radius: 5px; } @@ -8178,7 +8178,7 @@ window#whiskermenu-window box.categories > button.radio:checked:hover, window#wh } window#whiskermenu-window scrolledwindow.frame { - padding: 3px; + padding: 2px; background-color: #2C2C2C; border-radius: 5px; } @@ -8229,7 +8229,7 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but } .thunar .standard-view.frame > .view { - border-radius: 12px; + border-radius: 10px; } .thunar .sidebar { @@ -8242,7 +8242,7 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but .thunar statusbar { margin: 0 -10px; - padding: 0 6px; + padding: 0 4px; border-top: 1px solid rgba(255, 255, 255, 0.12); } @@ -8251,7 +8251,7 @@ window#whiskermenu-window .title-area > .commands-area > button.flat.command-but } window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 18px; + border-bottom-left-radius: 16px; } window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { @@ -8264,7 +8264,7 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind dialog.xfsm-logout-dialog { box-shadow: none; border: none; - border-radius: 18px; + border-radius: 16px; background-color: rgba(33, 33, 33, 0.97); } @@ -8274,10 +8274,10 @@ dialog.xfsm-logout-dialog { #XfceNotifyWindow { box-shadow: none; border: none; - border-radius: 18px; + border-radius: 16px; color: rgba(255, 255, 255, 0.7); background-color: rgba(0, 0, 0, 0.75); - padding: 6px; + padding: 4px; } #XfceNotifyWindow buttonbox { @@ -8335,7 +8335,7 @@ dialog.xfsm-logout-dialog { #shutdown_dialog, #restart_dialog { margin: 0; - border-radius: 12px; + border-radius: 10px; box-shadow: none; background-color: #3C3C3C; } @@ -8410,7 +8410,7 @@ dialog.xfsm-logout-dialog { } .nemo-window .nemo-window-pane widget.entry { - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.04); } @@ -8421,8 +8421,8 @@ dialog.xfsm-logout-dialog { -NemoPlacesTreeView-disk-full-bar-radius: 0; -NemoPlacesTreeView-disk-full-bottom-padding: 1px; -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; + padding-top: 2px; + padding-bottom: 2px; } /* GTK NAMED COLORS diff --git a/themes/.themes/Orchis-Dark/gtk-4.0/gtk-dark.css b/themes/.themes/Orchis-Dark/gtk-4.0/gtk-dark.css index 0c2833b..4c9d4e5 100644 --- a/themes/.themes/Orchis-Dark/gtk-4.0/gtk-dark.css +++ b/themes/.themes/Orchis-Dark/gtk-4.0/gtk-dark.css @@ -85,7 +85,7 @@ textview border { } iconview:hover, iconview:selected { - border-radius: 6px; + border-radius: 5px; } rubberband, .content-view rubberband, .content-view columnview.view > rubberband, @@ -97,13 +97,13 @@ treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { flowbox > flowboxchild { padding: 4px; - border-radius: 12px; + border-radius: 10px; } flowbox > flowboxchild button.remove-button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; + min-height: 22px; + min-width: 22px; + padding: 4px; } .content-view .tile:selected { @@ -144,7 +144,7 @@ headerbar label:disabled, tab label:disabled, button label:disabled { } label.osd { - border-radius: 12px; + border-radius: 10px; background-color: rgba(25, 25, 25, 0.9); color: white; } @@ -174,7 +174,7 @@ window.assistant .sidebar { } window.assistant .sidebar label { - min-height: 36px; + min-height: 32px; padding: 0 12px; color: rgba(255, 255, 255, 0.5); font-weight: 500; @@ -191,13 +191,13 @@ popover.background.magnifier > contents, .osd { color: white; background-color: #2C2C2C; background-clip: padding-box; - border-radius: 12px; + border-radius: 10px; border: none; } .osd { - padding: 6px; - margin: 6px; + padding: 4px; + margin: 4px; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); } @@ -327,10 +327,10 @@ headerbar popover.background entry image:disabled, entry image:disabled { } entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 12px; + min-height: 32px; + padding: 0 6px; + border-spacing: 4px; + border-radius: 10px; } entry.flat { @@ -341,13 +341,13 @@ entry.flat { } entry image.left { - margin-left: 2px; + margin-left: 0px; margin-right: 6px; } entry image.right { margin-left: 6px; - margin-right: 2px; + margin-right: 0px; } entry undershoot.left > undershoot.left { @@ -615,8 +615,8 @@ headerbar popover.background button:checked:disabled:not(.suggested-action):not( button { min-height: 24px; min-width: 16px; - padding: 6px 10px; - border-radius: 12px; + padding: 4px 8px; + border-radius: 10px; font-weight: 500; } @@ -718,29 +718,29 @@ button.text-button.flat { button.image-button { min-width: 24px; - padding: 6px; + padding: 4px; } button.text-button.image-button { min-width: 24px; - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; } button.text-button.image-button label:first-child { - margin-left: 10px; + margin-left: 12px; } button.text-button.image-button label:last-child { - margin-right: 10px; + margin-right: 12px; } button.text-button.image-button.flat label:first-child { - margin-left: 6px; + margin-left: 8px; } button.text-button.image-button.flat label:last-child { - margin-right: 6px; + margin-right: 8px; } button.text-button.image-button image:not(:only-child) { @@ -748,7 +748,7 @@ button.text-button.image-button image:not(:only-child) { } .linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } .linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { @@ -756,17 +756,17 @@ button.text-button.image-button image:not(:only-child) { } .linked:not(.vertical) > menubutton:first-child > button { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } .linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } button.osd { min-height: 24px; min-width: 24px; - padding: 6px; + padding: 4px; box-shadow: none; background-color: rgba(0, 0, 0, 0.5); border: none; @@ -896,7 +896,7 @@ stackswitcher > button.needs-attention:checked > image { } button.font > box, button.file > box { - border-spacing: 6px; + border-spacing: 4px; } button.font > box > box > label, button.file > box > box > label { @@ -914,8 +914,8 @@ radio label, headerbar windowcontrols button:not(.suggested-action):not(.destruc } .nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 24px; - min-width: 24px; + min-height: 22px; + min-width: 22px; padding: 0; border-radius: 9999px; } @@ -938,17 +938,17 @@ stackswitcher > button.needs-attention > image:dir(rtl) { } .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; } .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; + border-top-right-radius: 10px; + border-bottom-right-radius: 10px; } .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 12px; + border-radius: 10px; } .linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { @@ -956,23 +956,23 @@ stackswitcher > button.needs-attention > image:dir(rtl) { } .linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } .linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; } .linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 12px; + border-radius: 10px; } button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; + min-height: 22px; + min-width: 22px; + padding: 4px; } @@ -1041,7 +1041,7 @@ spinbutton:not(.vertical), spinbutton.vertical { outline-offset: 4px; background-color: rgba(255, 255, 255, 0.04); color: white; - border-radius: 12px; + border-radius: 10px; padding: 0; border-spacing: 0; } @@ -1077,7 +1077,7 @@ spinbutton:not(.vertical) > text, spinbutton.vertical > text { spinbutton:not(.vertical) > button, spinbutton.vertical > button { padding: 0; - border: 6px solid transparent; + border: 4px solid transparent; } spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { @@ -1086,16 +1086,16 @@ spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled) } spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; + min-width: 24px; + padding-left: 8px; } spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -3px; + margin-left: -2px; } spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -3px; + margin-right: -2px; } spinbutton.vertical:disabled { @@ -1103,36 +1103,36 @@ spinbutton.vertical:disabled { } spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; + min-height: 32px; + min-width: 36px; padding: 0; } spinbutton.vertical > button.up { - margin: 0 3px; + margin: 0 2px; } spinbutton.vertical > button.down { - margin: 0 3px; + margin: 0 2px; } list > row spinbutton:not(.vertical) > button { - margin: 6px; + margin: 4px; } list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; + margin-left: 2px; } list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; + margin-right: 2px; } /************** * ComboBoxes * **************/ dropdown > button > box { - border-spacing: 6px; + border-spacing: 4px; } dropdown arrow, @@ -1144,18 +1144,18 @@ combobox arrow { dropdown > popover.menu, combobox > popover.menu { - margin-top: 6px; + margin-top: 4px; padding: 0; } dropdown button.combo cellview:dir(ltr), combobox button.combo cellview:dir(ltr) { - margin-left: -2px; + margin-left: 0px; } dropdown button.combo cellview:dir(rtl), combobox button.combo cellview:dir(rtl) { - margin-right: -2px; + margin-right: 0px; } dropdown.linked button:nth-child(2):dir(ltr), @@ -1172,28 +1172,28 @@ combobox.linked button:nth-child(2):dir(rtl) { dropdown > .linked:not(.vertical) > entry:not(:only-child), combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; + margin-right: -32px; + padding-right: 32px; } dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; + margin-left: -32px; + padding-left: 32px; } dropdown > .linked:not(.vertical) > button:not(:only-child), combobox > .linked:not(.vertical) > button:not(:only-child) { min-height: 16px; min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; + margin: 5px; + padding: 3px; + border-radius: 10px; } .linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { @@ -1217,7 +1217,7 @@ combobox > .linked:not(.vertical) > button:not(:only-child) { } button.combo:only-child { - border-radius: 12px; + border-radius: 10px; font-weight: normal; transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); outline: 0 solid transparent; @@ -1261,8 +1261,8 @@ button.combo:only-child:disabled { .app-notification, .toolbar.osd, toolbar.osd { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; color: white; @@ -1279,9 +1279,9 @@ toolbar.osd:backdrop { ************/ .toolbar, toolbar { - padding: 3px 6px; + padding: 2px 4px; background-color: #212121; - border-spacing: 6px; + border-spacing: 4px; } .osd .toolbar, .osd toolbar { @@ -1351,17 +1351,17 @@ toolbar:not(.inline-toolbar):not(.osd) spinbutton button { .toolbar:not(.inline-toolbar):not(.osd) switch, toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; + margin: 6px 2px; } .toolbar button { margin: 1px; - border-radius: 6px; + border-radius: 5px; } searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; + padding: 4px; + border-spacing: 4px; border-style: solid; border-width: 0 0 1px; border-color: rgba(255, 255, 255, 0.12); @@ -1490,11 +1490,11 @@ headerbar { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); color: white; - min-height: 48px; + min-height: 40px; padding: 0; margin: 0; background-color: #2C2C2C; - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; } headerbar:disabled { @@ -1516,12 +1516,12 @@ headerbar.flat { } headerbar .title { - padding: 0 12px; + padding: 0 8px; font-weight: bold; } headerbar .subtitle { - padding: 0 12px; + padding: 0 8px; font-size: smaller; } @@ -1554,7 +1554,7 @@ headerbar splitbutton { headerbar splitbutton > button, headerbar splitbutton > menubutton > button { min-height: 24px; min-width: 24px; - padding: 6px; + padding: 4px; border-radius: 9999px; } @@ -1571,7 +1571,7 @@ headerbar splitbutton > menubutton > button:dir(ltr) { } headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } headerbar button.suggested-action:disabled, @@ -1588,7 +1588,7 @@ headerbar.flat { background-color: #212121; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; } background.csd.info headerbar.flat, background.csd.about headerbar.flat { @@ -1629,7 +1629,7 @@ headerbar popover.background .linked:not(.vertical) > button:not(.suggested-acti } headerbar stackswitcher { - margin: 6px 0; + margin: 4px 0; border-radius: 9999px; } @@ -1675,25 +1675,25 @@ headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):no } headerbar > windowhandle > box { - padding: 0 6px; + padding: 0 4px; } headerbar > windowhandle > box, headerbar > windowhandle > box > box.start, headerbar > windowhandle > box > box.end { - border-spacing: 6px; + border-spacing: 4px; } headerbar > windowhandle > box > box.start:dir(ltr), headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 6px; + margin-right: 4px; } headerbar > windowhandle > box > box.start:dir(rtl), headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 6px; + margin-left: 4px; } headerbar entry, @@ -1702,8 +1702,8 @@ headerbar button, headerbar stackswitcher, headerbar menubutton, headerbar splitbutton { - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; } headerbar menubutton > button, @@ -1717,8 +1717,8 @@ headerbar entry > menubutton { } headerbar switch { - margin-top: 12px; - margin-bottom: 12px; + margin-top: 8px; + margin-bottom: 8px; } headerbar.selection-mode { @@ -1757,11 +1757,11 @@ headerbar .selection-mode { } headerbar.default-decoration { - min-height: 24px; + min-height: 22px; padding: 0; background-image: none; background-color: #2C2C2C; - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } @@ -1773,9 +1773,9 @@ headerbar.default-decoration { headerbar.default-decoration windowcontrols button, headerbar.default-decoration windowcontrols menubutton { padding: 0; - min-height: 24px; - min-width: 24px; - margin: 6px 0; + min-height: 22px; + min-width: 22px; + margin: 4px 0; } .solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { @@ -1793,15 +1793,15 @@ window.devel headerbar.titlebar:backdrop { } headerbar windowcontrols { - border-spacing: 6px; + border-spacing: 4px; } headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 6px; + margin-right: 4px; } headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 6px; + margin-left: 4px; } headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { @@ -1818,17 +1818,17 @@ headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) ************/ pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 12px; - border-spacing: 3px; + padding-left: 4px; + padding-right: 4px; + border-radius: 10px; + border-spacing: 2px; } pathbar > button label, pathbar > button image { - margin-left: 3px; - margin-right: 3px; + margin-left: 2px; + margin-right: 2px; } @@ -1856,13 +1856,13 @@ pathbar > button.slider-button { background-color: rgba(255, 255, 255, 0.04); color: rgba(255, 255, 255, 0.7); border: none; - border-radius: 12px; + border-radius: 10px; padding: 2px; } headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; background-color: rgba(255, 255, 255, 0.04); color: rgba(255, 255, 255, 0.7); } @@ -1871,7 +1871,7 @@ headerbar .pathbar { margin-top: 0; margin-bottom: 0; min-height: 20px; - border-radius: 10px; + border-radius: 8px; border: none; box-shadow: none; } @@ -2108,7 +2108,7 @@ menubar > item label:disabled { } menubar > item popover.menu popover.menu { - margin-left: 9px; + margin-left: 6px; } menubar > item popover.menu.background popover.menu.background > contents { @@ -2119,12 +2119,12 @@ menubar > item popover.menu.background popover.menu.background > contents { * Popover Base Menus * **********************/ popover.menu box.inline-buttons { - padding: 0 14px; + padding: 0 12px; } popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; + min-height: 24px; + min-width: 24px; padding: 0; border: none; outline: none; @@ -2136,11 +2136,11 @@ popover.menu box.inline-buttons button.image-button.model:selected { } popover.menu box.circular-buttons { - padding: 6px; + padding: 4px; } popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; + padding: 4px; } popover.menu box.circular-buttons button.circular.image-button.model:focus { @@ -2163,7 +2163,7 @@ popover.menu check.right { popover.menu label.title { font-weight: bold; - padding: 3px 32px; + padding: 2px 26px; } /************ @@ -2181,11 +2181,11 @@ popover.background, popover.background:backdrop { popover.background > arrow, popover.background > contents { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; + padding: 4px; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); background-color: #3C3C3C; border: none; - border-radius: 11px; + border-radius: 9px; color: white; } @@ -2208,7 +2208,7 @@ popover.background > contents > scrolledwindow > viewport > stack > box { popover.background > contents separator { background-color: rgba(255, 255, 255, 0.12); - margin: 3px 0; + margin: 2px 0; } popover.background > contents list { @@ -2217,7 +2217,7 @@ popover.background > contents list { } popover.background > contents list > row { - padding: 6px 12px; + padding: 4px 8px; margin: 0; } @@ -2244,19 +2244,19 @@ popover.background .linked > button:not(.radio):only-child { popover.background modelbutton { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; + min-height: 20px; + min-width: 48px; + padding: 2px 6px; border-radius: 5px; color: white; font: initial; text-shadow: none; - border-spacing: 6px; + border-spacing: 4px; } popover.background modelbutton accelerator { color: rgba(255, 255, 255, 0.5); - margin-left: 30px; + margin-left: 20px; } popover.background modelbutton accelerator:disabled { @@ -2287,7 +2287,7 @@ popover.background listview { } popover.background listview > row { - padding: 6px 12px; + padding: 4px 8px; border-radius: 5px; margin: 0; } @@ -2301,9 +2301,9 @@ magnifier { *************/ notebook > header tab { transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 24px; - min-width: 24px; - padding: 6px 12px; + min-height: 22px; + min-width: 22px; + padding: 4px 8px; border-width: 1px; border-color: transparent; border-style: solid; @@ -2349,16 +2349,16 @@ frame > paned > notebook > header, notebook.frame > header { } notebook.frame { - border-radius: 12px; + border-radius: 10px; } notebook.frame frame > border { border: none; - border-radius: 12px; + border-radius: 10px; } notebook.frame frame > list row.activatable { - border-radius: 12px; + border-radius: 10px; } notebook:focus tab:checked { @@ -2366,19 +2366,19 @@ notebook:focus tab:checked { } notebook.frame > header.top { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } notebook.frame > header.left { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } notebook.frame > header.right { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } notebook > header { @@ -2396,7 +2396,7 @@ notebook > header.top > tabs { } notebook > header.top > tabs > tab { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; border-bottom: none; } @@ -2409,7 +2409,7 @@ notebook > header.bottom > tabs { } notebook > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; border-top: none; } @@ -2422,7 +2422,7 @@ notebook > header.left > tabs { } notebook > header.left > tabs > tab { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; border-right: none; } @@ -2435,7 +2435,7 @@ notebook > header.right > tabs { } notebook > header.right > tabs > tab { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; border-left: none; } @@ -2493,8 +2493,8 @@ notebook > header > tabs > arrow { notebook > header tab > box { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; + margin: -4px -12px; + padding: 4px 12px; } notebook > header tab > box:drop(active) { @@ -2503,13 +2503,13 @@ notebook > header tab > box:drop(active) { } notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; + margin-left: 4px; + margin-right: -8px; } notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; + margin-left: -8px; + margin-right: 4px; } notebook > header.top tabs, notebook > header.bottom tabs { @@ -2548,7 +2548,7 @@ notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs t notebook > stack:not(:only-child) { background-color: transparent; - border-radius: 12px; + border-radius: 10px; } /************** @@ -2714,7 +2714,7 @@ scrollbar.horizontal button.up { **********/ switch { transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; + margin: 4px 0; padding: 0 2px; border: 5px solid transparent; border-radius: 9999px; @@ -2813,19 +2813,19 @@ radiobutton.text-button label:not(:only-child) { } popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -16px; + margin-left: -12px; } popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -16px; + margin-right: -12px; } check, radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; + min-height: 20px; + min-width: 20px; + margin: -6px; + padding: 6px; border: none; } @@ -3011,23 +3011,23 @@ scale { } scale.horizontal { - padding: 17px 12px; + padding: 15px 12px; } scale.vertical { - padding: 12px 17px; + padding: 12px 15px; } scale.fine-tune.horizontal { min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; + padding-top: 14px; + padding-bottom: 14px; } scale.fine-tune.vertical { min-width: 4px; - padding-left: 16px; - padding-right: 16px; + padding-left: 14px; + padding-right: 14px; } scale.fine-tune > trough > slider { @@ -3280,12 +3280,12 @@ progressbar.vertical progress { } progressbar trough { - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.15); } progressbar progress { - border-radius: 12px; + border-radius: 10px; background-color: #3281EA; } @@ -3318,7 +3318,7 @@ levelbar.horizontal block { } levelbar.horizontal.discrete block { - min-width: 36px; + min-width: 32px; } levelbar.horizontal.discrete block:not(:last-child) { @@ -3330,7 +3330,7 @@ levelbar.vertical block { } levelbar.vertical.discrete block { - min-height: 36px; + min-height: 32px; } levelbar.vertical.discrete block:not(:last-child) { @@ -3338,7 +3338,7 @@ levelbar.vertical.discrete block:not(:last-child) { } levelbar trough { - border-radius: 12px; + border-radius: 10px; } levelbar block.low { @@ -3393,7 +3393,7 @@ frame > list, frame.view, .frame.view { - border-radius: 12px; + border-radius: 10px; } frame.flat, @@ -3402,7 +3402,7 @@ frame.flat, } frame { - border-radius: 12px; + border-radius: 10px; } frame > label { @@ -3414,8 +3414,8 @@ frame.flat > border, statusbar frame > border { } actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; + padding: 4px; + border-spacing: 4px; border-top: 1px solid rgba(255, 255, 255, 0.12); background-color: #2C2C2C; background-clip: border-box; @@ -3430,7 +3430,7 @@ actionbar > revealer > box splitbutton { } statusbar { - padding: 6px 18px; + padding: 4px 12px; } scrolledwindow viewport.frame { @@ -3531,11 +3531,11 @@ separator.spacer { } separator.spacer.horizontal { - min-width: 12px; + min-width: 8px; } separator.spacer.vertical { - min-height: 12px; + min-height: 8px; } stacksidebar + separator.vertical, @@ -3584,7 +3584,7 @@ list.separators:not(.horizontal) > row:not(.separator) { } list.frame { - border-radius: 12px; + border-radius: 10px; } row { @@ -3717,13 +3717,13 @@ columnview row:not(:selected) cell editablelabel.editing text selection { } .rich-list > row { - padding: 9px 12px; + padding: 6px 8px; min-height: 32px; /* should be tall even when only containing a label */ } .rich-list > row > box { - border-spacing: 12px; + border-spacing: 8px; } /**************** @@ -3734,9 +3734,9 @@ row label.subtitle { } row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; + margin-left: 8px; + margin-right: 8px; + min-height: 40px; } row > box.header > .icon:disabled { @@ -3744,9 +3744,9 @@ row > box.header > .icon:disabled { } row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; + margin-top: 4px; + margin-bottom: 4px; + border-spacing: 2px; } /*************** @@ -3852,8 +3852,8 @@ list.boxed-list > row.expander { list.content > row:first-child, list.content > row:first-child.expander row.header, list.boxed-list > row:first-child, list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, @@ -3867,8 +3867,8 @@ list.boxed-list > row:only-child.expander:not(:checked), list.boxed-list > row:only-child.expander:not(:checked) row.header, list.boxed-list > row:only-child.expander:checked list.nested, list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; border-bottom-width: 0; } @@ -3876,9 +3876,9 @@ list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { * App Notifications * *********************/ .app-notification { - margin: 9px; - border-spacing: 9px; - padding: 9px; + margin: 6px; + border-spacing: 6px; + padding: 6px; border: none; background-image: none; } @@ -3920,7 +3920,7 @@ expander:disabled { } expander-widget > box > title { - border-radius: 12px; + border-radius: 10px; } expander-widget > box > title:hover > expander { @@ -3943,7 +3943,7 @@ expander-widget:not(decoration):not(window):drop(active) { calendar { padding: 0; border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 12px; + border-radius: 10px; color: white; } @@ -3952,20 +3952,20 @@ calendar:disabled { } calendar:selected { - border-radius: 12px; + border-radius: 10px; } calendar > header { - padding: 3px; + padding: 2px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); } calendar > header > button { - min-height: 24px; + min-height: 22px; } calendar > grid { - margin: 3px; + margin: 2px; } calendar > grid > label { @@ -3982,7 +3982,7 @@ calendar > grid > label:focus { } calendar > grid > label.day-number { - padding: 9px; + padding: 6px; } calendar > grid > label.day-number.other-month { @@ -4002,7 +4002,7 @@ window.dialog.message box.dialog-vbox.vertical { } window.dialog.message .titlebar { - min-height: 24px; + min-height: 22px; border-style: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; @@ -4015,7 +4015,7 @@ window.dialog.message .titlebar:backdrop { } window.dialog.message.csd .dialog-action-area { - padding: 6px; + padding: 4px; border: none; box-shadow: none; } @@ -4030,7 +4030,7 @@ window.dialog.message.csd .dialog-action-area > button, window.dialog.message.cs } window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 6px; + margin-right: 4px; } window.dialog.message.csd .dialog-action-area > button:not(:disabled) { @@ -4047,7 +4047,7 @@ window.messagedialog .message-area separator { } window.messagedialog .response-area { - padding: 6px; + padding: 4px; box-shadow: none; border: none; } @@ -4059,7 +4059,7 @@ window.messagedialog .response-area button { } window.messagedialog .response-area button:not(:last-child) { - margin-right: 6px; + margin-right: 4px; } window.messagedialog .response-area button.suggested:not(:disabled) { @@ -4099,7 +4099,7 @@ filechooser placesview > stack > scrolledwindow > undershoot.bottom { } filechooserbutton > button > box { - border-spacing: 6px; + border-spacing: 4px; } filechooserbutton:drop(active) { @@ -4147,14 +4147,14 @@ paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned . } stacksidebar list { - padding: 6px; + padding: 4px; background-color: #242424; } stacksidebar row { - min-height: 24px; - padding: 6px 9px; - border-radius: 6px; + min-height: 22px; + padding: 4px 6px; + border-radius: 5px; } stacksidebar row:selected { @@ -4166,8 +4166,8 @@ stacksidebar row + row { } stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; color: inherit; } @@ -4188,7 +4188,7 @@ separator.sidebar.spacer { * Navigation Sidebar * **********************/ .navigation-sidebar { - padding: 6px 0; + padding: 4px 0; border-right: none; } @@ -4203,10 +4203,10 @@ separator.sidebar.spacer { } .navigation-sidebar > row { - min-height: 24px; - padding: 6px 9px; + min-height: 22px; + padding: 4px 6px; border-radius: 0 9999px 9999px 0; - margin: 0 6px 0 0; + margin: 0 4px 0 0; } .navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { @@ -4240,7 +4240,7 @@ separator.sidebar.spacer { } .navigation-sidebar > separator { - margin: 6px 0; + margin: 4px 0; } /**************** @@ -4260,13 +4260,13 @@ placessidebar > viewport.frame { } placessidebar .navigation-sidebar { - padding: 6px 0; + padding: 4px 0; } placessidebar .navigation-sidebar > row { min-height: 32px; margin: 0 4px 0 0; - padding: 3px; + padding: 2px; border-radius: 0 9999px 9999px 0; } @@ -4336,7 +4336,7 @@ placesview .server-list-button:checked > image { } placesview > actionbar > revealer > box > label { - border-spacing: 6px; + border-spacing: 4px; } /********* @@ -4404,7 +4404,7 @@ paned.vertical > separator.wide { ************/ video { background: black; - border-radius: 12px; + border-radius: 10px; } video image.osd { @@ -4423,8 +4423,8 @@ infobar { } infobar > revealer > box { - padding: 6px; - border-spacing: 12px; + padding: 4px; + border-spacing: 8px; } infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { @@ -4491,7 +4491,7 @@ infobar.error:hover > revealer > box { * Tooltips * ************/ tooltip { - padding: 6px 12px; + padding: 4px 8px; box-shadow: none; } @@ -4499,56 +4499,56 @@ tooltip.background, tooltip.background.csd { background-color: rgba(25, 25, 25, 0.9); color: white; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 6px; + border-radius: 5px; margin: 2px 6px 8px 6px; border: none; } tooltip > box { - border-spacing: 6px; + border-spacing: 4px; } /***************** * Color Chooser * *****************/ colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; + border-top-left-radius: 9px; + border-bottom-left-radius: 9px; } colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; + border-top-left-radius: 9px; + border-bottom-left-radius: 9px; } colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; + border-top-right-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; + border-top-right-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.dark { @@ -4560,12 +4560,12 @@ colorswatch.light { } colorswatch#add-color-button { - border-radius: 11px 11px 0 0; + border-radius: 9px 9px 0 0; color: white; } colorswatch#add-color-button:only-child { - border-radius: 11px; + border-radius: 9px; } colorswatch#add-color-button overlay { @@ -4581,16 +4581,16 @@ colorswatch:disabled overlay { } colorswatch#editor-color-sample { - border-radius: 11px; + border-radius: 9px; } colorswatch#editor-color-sample overlay { - border-radius: 11px; + border-radius: 9px; } colorchooser .popover.osd { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; + border-radius: 10px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -4618,7 +4618,7 @@ window.csd { padding: 0; margin: 0; transition: none; - border-radius: 18px; + border-radius: 16px; box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); } @@ -4759,13 +4759,13 @@ stackswitcher button.text-button { } stackswitcher.circular { - border-spacing: 12px; + border-spacing: 8px; } stackswitcher.circular button.circular, stackswitcher.circular button.text-button.circular { - min-width: 36px; - min-height: 36px; + min-width: 32px; + min-height: 32px; padding: 0; } @@ -4792,8 +4792,8 @@ popover.emoji-picker > contents { } .emoji-searchbar { - padding: 6px; - border-spacing: 6px; + padding: 4px; + border-spacing: 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); background: none; } @@ -4809,7 +4809,7 @@ popover.emoji-picker > contents { .emoji-toolbar { padding: 0; - border-spacing: 3px; + border-spacing: 2px; border-top: 1px solid rgba(255, 255, 255, 0.12); background: none; box-shadow: none; @@ -4817,8 +4817,8 @@ popover.emoji-picker > contents { button.emoji-section { margin: 0; - padding: 6px; - border-radius: 9px; + padding: 4px; + border-radius: 8px; } button.emoji-section:checked { @@ -4827,9 +4827,9 @@ button.emoji-section:checked { popover.emoji-picker emoji { font-size: x-large; - padding: 6px; + padding: 4px; transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; + border-radius: 10px; } popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { @@ -4837,13 +4837,13 @@ popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { } emoji-completion-row { - min-height: 28px; - padding: 0 12px; + min-height: 24px; + padding: 0 8px; } emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; + border-spacing: 4px; + padding: 2px 4px; } emoji-completion-row:focus, emoji-completion-row:hover, @@ -4877,12 +4877,12 @@ popover.entry-completion > contents { .nautilus-window flap.unfolded > placessidebar { background-color: transparent; - border-radius: 18px; + border-radius: 16px; color: rgba(255, 255, 255, 0.7); } .nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 12px 12px; + margin: 0 0 8px 8px; border-radius: 12px; background-color: rgba(50, 129, 234, 0.08); } @@ -4918,7 +4918,7 @@ popover.entry-completion > contents { } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 18px; + padding-right: 16px; padding-left: 0; } @@ -4933,13 +4933,13 @@ popover.entry-completion > contents { } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 6px; + padding-right: 4px; } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { color: inherit; min-height: 54px; - padding-left: 6px; + padding-left: 4px; } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { @@ -4999,7 +4999,7 @@ popover.entry-completion > contents { } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 3px 3px 3px 0; + margin: 2px 2px 2px 0; background: none; border: none; } @@ -5048,22 +5048,22 @@ popover.entry-completion > contents { } .nautilus-window infobar { - margin: 3px; + margin: 2px; } .nautilus-window infobar > revealer > box { - border-radius: 6px; + border-radius: 4px; } .nautilus-window label.search-information { - margin: 3px; - border-radius: 6px; + margin: 2px; + border-radius: 4px; } .nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; + min-height: 24px; + padding: 2px; + margin: 4px; border: none; border-radius: 9999px; background-color: rgba(33, 33, 33, 0.95); @@ -5071,7 +5071,7 @@ popover.entry-completion > contents { } .nautilus-window .floating-bar button { - margin: 4px; + margin: 5px; } #NautilusViewCell clamp box { @@ -5082,7 +5082,7 @@ popover.entry-completion > contents { #NautilusQueryEditor { border-radius: 9999px; color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 8px; + padding: 0 4px 0 6px; } #NautilusQueryEditor:focus-within { @@ -5094,8 +5094,8 @@ popover.entry-completion > contents { } #NautilusQueryEditor > menubutton > button.image-button { - min-width: 28px; - min-height: 28px; + min-width: 24px; + min-height: 24px; margin: 4px 0; padding: 0; } @@ -5107,11 +5107,11 @@ popover.entry-completion > contents { #NautilusPathBar { background-color: rgba(255, 255, 255, 0.04); border-radius: 9999px; - margin: 6px 0; + margin: 4px 0; } #NautilusPathBar #NautilusPathButton { - margin: 0 3px; + margin: 0 2px; border-radius: 9999px; } @@ -5137,10 +5137,10 @@ popover.entry-completion > contents { } #NautilusQueryEditorTag > button { - margin: 3px; + margin: 2px; padding: 0; - min-height: 22px; - min-width: 22px; + min-height: 20px; + min-width: 20px; } window.dialog > box > stack > box > box > notebook.frame { @@ -5163,7 +5163,7 @@ window > contents leaflet.unfolded stack.background leaflet + headerbar { window > contents leaflet.unfolded > separator + box.vertical > headerbar { border-top-right-radius: 0; - border-top-left-radius: 18px; + border-top-left-radius: 16px; } window > contents leaflet > box > scrolledwindow > viewport > widget > stack { @@ -5217,13 +5217,13 @@ leaflet button.number-button:active { } leaflet button.clear-button.image-button { - border-radius: 12px; + border-radius: 10px; } label.primary-label, label.month-name, label.secondary-label { font-size: 16pt; font-weight: bold; - padding: 12px; + padding: 8px; } label.primary-label, label.month-name { @@ -5261,13 +5261,13 @@ popover.events { } popover.events box { - border-top-left-radius: 12px; - border-top-right-radius: 12px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } popover.events list { background-color: #2C2C2C; - border-radius: 12px; + border-radius: 10px; } popover.events scrolledwindow { @@ -5275,7 +5275,7 @@ popover.events scrolledwindow { } popover.events button { - border-radius: 12px; + border-radius: 10px; border-top-left-radius: 0; border-top-right-radius: 0; border-style: solid none none; @@ -5292,22 +5292,22 @@ event widget.content { } event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 12px; + border-radius: 10px; } event.timed widget.edge { - border-radius: 6px; + border-radius: 5px; min-width: 5px; } event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 6px 6px 0; + padding-left: 12px; + border-radius: 0 5px 5px 0; } event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 6px 0 0 6px; + padding-right: 12px; + border-radius: 5px 0 0 5px; } event:not(.timed).color-dark { @@ -5364,9 +5364,9 @@ button:checked:not(:backdrop) .calendar-color-image, } datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; + margin-right: 4px; + margin-left: 4px; + margin-bottom: 4px; } datechooser navigator label { @@ -5374,8 +5374,8 @@ datechooser navigator label { } datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; + min-height: 32px; + min-width: 32px; padding: 0; } @@ -5387,18 +5387,18 @@ datechooser .weeknum, datechooser .weekday { datechooser button.day, datechooser button.day.text-button { font-size: 10pt; font-weight: normal; - margin: 3px; + margin: 2px; padding: 0; - min-height: 36px; - min-width: 36px; + min-height: 32px; + min-width: 32px; transition: none; } datechooser button.day dot, datechooser button.day.text-button dot { background-color: white; border-radius: 50%; - min-height: 3px; - min-width: 3px; + min-height: 2px; + min-width: 2px; } datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { @@ -5446,7 +5446,7 @@ datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button. .week-header .week-number { font-size: 16pt; font-weight: bold; - padding: 12px 12px 18px 12px; + padding: 8px 8px 12px 8px; color: rgba(255, 255, 255, 0.3); } @@ -5462,7 +5462,7 @@ datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button. weekhourbar > label { font-size: 10pt; - padding: 4px 6px; + padding: 4px 4px; } .week-view .lines { @@ -5545,7 +5545,7 @@ monthcell.out-of-month label { } monthcell button { - padding: 0 6px; + padding: 0 4px; border-radius: 0; border-bottom: none; border-right: none; @@ -5558,8 +5558,8 @@ monthpopover > box { } .notes-section box > textview { - border-radius: 12px; - padding: 6px; + border-radius: 10px; + padding: 4px; } .notes-section box > textview > text { @@ -5567,11 +5567,11 @@ monthpopover > box { } agenda-view list > row { - padding: 2px 12px; + padding: 2px 8px; } agenda-view list > label { - padding: 6px 12px; + padding: 4px 8px; } label.no-events { @@ -5584,13 +5584,13 @@ searchbutton > popover > arrow { } datechooser { - padding: 6px; + padding: 4px; } datechooser .current-week { background-color: rgba(255, 255, 255, 0.04); color: white; - border-radius: 12px; + border-radius: 10px; } menubutton.sources-button > button { @@ -5600,12 +5600,12 @@ menubutton.sources-button > button { menubutton.sources-button > button .title { font-size: 10pt; font-weight: normal; - padding: 0 6px; + padding: 0 4px; } menubutton.sources-button > button .subtitle { font-size: 8pt; - padding: 0 6px; + padding: 0 4px; } menubutton.sources-button > button .calendar-color-image { @@ -5613,7 +5613,7 @@ menubutton.sources-button > button .calendar-color-image { } menubutton stack > box { - border-spacing: 6px; + border-spacing: 4px; } flowboxchild.card { @@ -5624,14 +5624,14 @@ flowboxchild.card { } flowboxchild > button.card.category-tile { - padding: 21px; + padding: 14px; border: none; - border-radius: 12px; + border-radius: 10px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } flowboxchild > button.card.category-tile-iconless { - padding: 9px 15px; + padding: 6px 10px; box-shadow: none; background-color: rgba(255, 255, 255, 0.04); } @@ -5641,7 +5641,7 @@ app-context-bar > box:not(:first-child) > button.flat { } app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } app-context-bar > box:first-child > button.flat { @@ -5649,7 +5649,7 @@ app-context-bar > box:first-child > button.flat { } app-context-bar > box:first-child > button.flat:first-child { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } app-context-bar > box > button.flat { @@ -5663,8 +5663,8 @@ carousel.card { .context-tile-lozenge { min-height: 28px; min-width: 28px; - padding: 6px; - margin: 6px; + padding: 4px; + margin: 4px; } .context-tile-lozenge.grey { @@ -5804,8 +5804,8 @@ screenshot-carousel box.frame.view { window.org-gnome-Builder headerbar splitbutton notification button { margin: 0; - min-height: 24px; - min-width: 24px; + min-height: 22px; + min-width: 22px; padding: 0; } @@ -5815,7 +5815,7 @@ popover.background.global-search > contents { } panelframeswitcher { - padding: 6px; + padding: 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); } @@ -5824,18 +5824,18 @@ panelframetabbar { } .frameheader.header { - min-height: 24px; + min-height: 22px; background-color: rgba(255, 255, 255, 0.04); } .frameheader.header > button { border: none; margin: 0; - padding: 3px; + padding: 2px; } .frameheader.header tabbar.inline > revealer > box { - min-height: 24px; + min-height: 22px; } .frameheader.header tabbar.inline > revealer > box .start-action { @@ -5849,11 +5849,11 @@ panelframetabbar { } .frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 3px; - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 12px; + margin: 2px; + min-height: 22px; + min-width: 22px; + padding: 4px; + border-radius: 10px; } .frameheader.header tabbar.inline > revealer > box tabbox { @@ -5871,7 +5871,7 @@ panelstatusbar > paneltogglebutton button.image-button { } .style-variant { - padding: 0 12px; + padding: 0 8px; } .style-variant button.toggle { @@ -5886,10 +5886,10 @@ panelstatusbar > paneltogglebutton button.image-button { } .style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 12px; + border-radius: 10px; outline-color: transparent; outline-width: 3px; - outline-offset: 3px; + outline-offset: 2px; outline-style: solid; box-shadow: none; } @@ -6080,7 +6080,7 @@ button.font separator { } button.font > box { - border-spacing: 6px; + border-spacing: 4px; } button.font > box > box > label { @@ -6145,7 +6145,7 @@ menubutton.opaque { } menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 12px; + border-radius: 10px; } menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { @@ -6159,8 +6159,8 @@ menubutton.suggested-action > button, menubutton.suggested-action > button:check menubutton.image-button > button { min-width: 24px; - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; } menubutton arrow { @@ -6189,7 +6189,7 @@ menubutton arrow.right { } splitbutton { - border-radius: 12px; + border-radius: 10px; } splitbutton:disabled { @@ -6203,29 +6203,29 @@ splitbutton, splitbutton > separator { } splitbutton > separator { - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; background: none; } splitbutton > menubutton > button { - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; } splitbutton.image-button > button { min-height: 24px; min-width: 24px; - padding: 6px; + padding: 4px; } splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; + padding-left: 6px; + padding-right: 6px; } splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; + border-spacing: 4px; } splitbutton > button:dir(ltr), @@ -6261,7 +6261,7 @@ splitbutton.flat:focus-within:focus-visible > separator { splitbutton.flat > button, splitbutton.flat > menubutton > button { - border-radius: 12px; + border-radius: 10px; } splitbutton.suggested-action { @@ -6297,7 +6297,7 @@ splitbutton > menubutton > button > arrow.none { } buttoncontent { - border-spacing: 6px; + border-spacing: 4px; } buttoncontent > label { @@ -6321,35 +6321,35 @@ buttoncontent > label:dir(rtl) { } toast { - margin: 12px; + margin: 8px; margin-bottom: 24px; border-radius: 9999px; - border-spacing: 6px; - padding: 6px; + border-spacing: 4px; + padding: 4px; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); font-weight: normal; } toast:dir(ltr) { - padding-left: 12px; + padding-left: 8px; } toast:dir(rtl) { - padding-right: 12px; + padding-right: 8px; } toast > widget { - margin: 0 6px; + margin: 0 4px; } statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; + margin: 24px 8px; border-spacing: 36px; } statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; + border-spacing: 8px; } statuspage > scrolledwindow > viewport > box > clamp > box > .icon { @@ -6362,12 +6362,12 @@ statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { } statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; + margin-bottom: 16px; } statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; + margin: 16px 8px; + border-spacing: 16px; } statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { @@ -6375,7 +6375,7 @@ statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { } statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; + margin-bottom: 8px; } statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { @@ -6384,7 +6384,7 @@ statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { .card, list.content, list.boxed-list { - border-radius: 12px; + border-radius: 10px; box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.12); background-clip: padding-box; @@ -6393,20 +6393,20 @@ list.boxed-list { } preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; + margin: 16px 8px; + border-spacing: 16px; } preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 6px; + border-spacing: 4px; } preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; + margin-bottom: 4px; } preferencesgroup > box > box.single-line { - min-height: 36px; + min-height: 32px; } preferencesgroup > box button.background-preview-button.toggle { @@ -6415,7 +6415,7 @@ preferencesgroup > box button.background-preview-button.toggle { box-shadow: none; outline-color: transparent; outline-width: 3px; - outline-offset: 3px; + outline-offset: 2px; outline-style: solid; } @@ -6443,8 +6443,8 @@ viewswitcher.wide { border-spacing: 0; border-radius: 9999px; background-color: rgba(255, 255, 255, 0.04); - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; } viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { @@ -6479,19 +6479,19 @@ viewswitcher button.toggle { viewswitcher button.toggle > stack > box.narrow { font-size: 0.75rem; - padding-top: 7px; - padding-bottom: 5px; - border-spacing: 4px; + padding-top: 5px; + padding-bottom: 3px; + border-spacing: 2px; } viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 8px; - padding-right: 8px; + padding-left: 6px; + padding-right: 6px; } viewswitcher button.toggle > stack > box.wide { - padding: 0 12px; - border-spacing: 6px; + padding: 0 8px; + border-spacing: 4px; } viewswitcherbar actionbar > revealer > box { @@ -6499,13 +6499,13 @@ viewswitcherbar actionbar > revealer > box { } viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; + margin-left: 8px; + margin-right: 8px; } indicatorbin > indicator, indicatorbin > mask { - min-width: 6px; - min-height: 6px; + min-width: 4px; + min-height: 4px; border-radius: 9999px; } @@ -6536,7 +6536,7 @@ indicatorbin.needs-attention > indicator > label { } tabbar .box { - min-height: 28px; + min-height: 24px; background-color: #212121; color: rgba(255, 255, 255, 0.7); padding: 0; @@ -6555,8 +6555,8 @@ tabbar tabbox > tabboxchild { } tabbar tabbox > separator { - margin-top: 9px; - margin-bottom: 9px; + margin-top: 6px; + margin-bottom: 6px; transition: opacity 150ms ease-in-out; } @@ -6567,17 +6567,17 @@ tabbar tabbox > separator.hidden { tabbar tabbox > revealer > indicator { min-width: 2px; border-radius: 2px; - margin: 9px 6px; + margin: 6px 4px; background: alpha(#3281EA, 0.5); } tabbar tab { transition: none; - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; border: 1px solid transparent; border-bottom-width: 0; color: rgba(255, 255, 255, 0.7); - padding: 6px 12px; + padding: 4px 8px; } tabbar tab:hover:not(:selected):not(:active):not(:checked) { @@ -6586,7 +6586,7 @@ tabbar tab:hover:not(:selected):not(:active):not(:checked) { box-shadow: none; color: white; border-color: #404040; - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } tabbar tab:selected, tabbar tab:checked, tabbar tab:active { @@ -6595,7 +6595,7 @@ tabbar tab:selected, tabbar tab:checked, tabbar tab:active { box-shadow: none; color: white; border-color: #404040; - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } tabbar .start-action, @@ -6621,7 +6621,7 @@ dnd tab { background-color: #212121; color: rgba(255, 255, 255, 0.7); box-shadow: none; - margin: 24px; + margin: 16px; } tabbar tab button.image-button, @@ -6819,7 +6819,7 @@ overlay-split-view > shadow.down { } .sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } .sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { @@ -6827,7 +6827,7 @@ overlay-split-view > shadow.down { } .sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } .sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { diff --git a/themes/.themes/Orchis-Dark/gtk-4.0/gtk.css b/themes/.themes/Orchis-Dark/gtk-4.0/gtk.css index 0c2833b..4c9d4e5 100644 --- a/themes/.themes/Orchis-Dark/gtk-4.0/gtk.css +++ b/themes/.themes/Orchis-Dark/gtk-4.0/gtk.css @@ -85,7 +85,7 @@ textview border { } iconview:hover, iconview:selected { - border-radius: 6px; + border-radius: 5px; } rubberband, .content-view rubberband, .content-view columnview.view > rubberband, @@ -97,13 +97,13 @@ treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { flowbox > flowboxchild { padding: 4px; - border-radius: 12px; + border-radius: 10px; } flowbox > flowboxchild button.remove-button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; + min-height: 22px; + min-width: 22px; + padding: 4px; } .content-view .tile:selected { @@ -144,7 +144,7 @@ headerbar label:disabled, tab label:disabled, button label:disabled { } label.osd { - border-radius: 12px; + border-radius: 10px; background-color: rgba(25, 25, 25, 0.9); color: white; } @@ -174,7 +174,7 @@ window.assistant .sidebar { } window.assistant .sidebar label { - min-height: 36px; + min-height: 32px; padding: 0 12px; color: rgba(255, 255, 255, 0.5); font-weight: 500; @@ -191,13 +191,13 @@ popover.background.magnifier > contents, .osd { color: white; background-color: #2C2C2C; background-clip: padding-box; - border-radius: 12px; + border-radius: 10px; border: none; } .osd { - padding: 6px; - margin: 6px; + padding: 4px; + margin: 4px; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); } @@ -327,10 +327,10 @@ headerbar popover.background entry image:disabled, entry image:disabled { } entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 12px; + min-height: 32px; + padding: 0 6px; + border-spacing: 4px; + border-radius: 10px; } entry.flat { @@ -341,13 +341,13 @@ entry.flat { } entry image.left { - margin-left: 2px; + margin-left: 0px; margin-right: 6px; } entry image.right { margin-left: 6px; - margin-right: 2px; + margin-right: 0px; } entry undershoot.left > undershoot.left { @@ -615,8 +615,8 @@ headerbar popover.background button:checked:disabled:not(.suggested-action):not( button { min-height: 24px; min-width: 16px; - padding: 6px 10px; - border-radius: 12px; + padding: 4px 8px; + border-radius: 10px; font-weight: 500; } @@ -718,29 +718,29 @@ button.text-button.flat { button.image-button { min-width: 24px; - padding: 6px; + padding: 4px; } button.text-button.image-button { min-width: 24px; - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; } button.text-button.image-button label:first-child { - margin-left: 10px; + margin-left: 12px; } button.text-button.image-button label:last-child { - margin-right: 10px; + margin-right: 12px; } button.text-button.image-button.flat label:first-child { - margin-left: 6px; + margin-left: 8px; } button.text-button.image-button.flat label:last-child { - margin-right: 6px; + margin-right: 8px; } button.text-button.image-button image:not(:only-child) { @@ -748,7 +748,7 @@ button.text-button.image-button image:not(:only-child) { } .linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } .linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { @@ -756,17 +756,17 @@ button.text-button.image-button image:not(:only-child) { } .linked:not(.vertical) > menubutton:first-child > button { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } .linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } button.osd { min-height: 24px; min-width: 24px; - padding: 6px; + padding: 4px; box-shadow: none; background-color: rgba(0, 0, 0, 0.5); border: none; @@ -896,7 +896,7 @@ stackswitcher > button.needs-attention:checked > image { } button.font > box, button.file > box { - border-spacing: 6px; + border-spacing: 4px; } button.font > box > box > label, button.file > box > box > label { @@ -914,8 +914,8 @@ radio label, headerbar windowcontrols button:not(.suggested-action):not(.destruc } .nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 24px; - min-width: 24px; + min-height: 22px; + min-width: 22px; padding: 0; border-radius: 9999px; } @@ -938,17 +938,17 @@ stackswitcher > button.needs-attention > image:dir(rtl) { } .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; } .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; + border-top-right-radius: 10px; + border-bottom-right-radius: 10px; } .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 12px; + border-radius: 10px; } .linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { @@ -956,23 +956,23 @@ stackswitcher > button.needs-attention > image:dir(rtl) { } .linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } .linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; } .linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 12px; + border-radius: 10px; } button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; + min-height: 22px; + min-width: 22px; + padding: 4px; } @@ -1041,7 +1041,7 @@ spinbutton:not(.vertical), spinbutton.vertical { outline-offset: 4px; background-color: rgba(255, 255, 255, 0.04); color: white; - border-radius: 12px; + border-radius: 10px; padding: 0; border-spacing: 0; } @@ -1077,7 +1077,7 @@ spinbutton:not(.vertical) > text, spinbutton.vertical > text { spinbutton:not(.vertical) > button, spinbutton.vertical > button { padding: 0; - border: 6px solid transparent; + border: 4px solid transparent; } spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { @@ -1086,16 +1086,16 @@ spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled) } spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; + min-width: 24px; + padding-left: 8px; } spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -3px; + margin-left: -2px; } spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -3px; + margin-right: -2px; } spinbutton.vertical:disabled { @@ -1103,36 +1103,36 @@ spinbutton.vertical:disabled { } spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; + min-height: 32px; + min-width: 36px; padding: 0; } spinbutton.vertical > button.up { - margin: 0 3px; + margin: 0 2px; } spinbutton.vertical > button.down { - margin: 0 3px; + margin: 0 2px; } list > row spinbutton:not(.vertical) > button { - margin: 6px; + margin: 4px; } list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; + margin-left: 2px; } list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; + margin-right: 2px; } /************** * ComboBoxes * **************/ dropdown > button > box { - border-spacing: 6px; + border-spacing: 4px; } dropdown arrow, @@ -1144,18 +1144,18 @@ combobox arrow { dropdown > popover.menu, combobox > popover.menu { - margin-top: 6px; + margin-top: 4px; padding: 0; } dropdown button.combo cellview:dir(ltr), combobox button.combo cellview:dir(ltr) { - margin-left: -2px; + margin-left: 0px; } dropdown button.combo cellview:dir(rtl), combobox button.combo cellview:dir(rtl) { - margin-right: -2px; + margin-right: 0px; } dropdown.linked button:nth-child(2):dir(ltr), @@ -1172,28 +1172,28 @@ combobox.linked button:nth-child(2):dir(rtl) { dropdown > .linked:not(.vertical) > entry:not(:only-child), combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; + margin-right: -32px; + padding-right: 32px; } dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; + margin-left: -32px; + padding-left: 32px; } dropdown > .linked:not(.vertical) > button:not(:only-child), combobox > .linked:not(.vertical) > button:not(:only-child) { min-height: 16px; min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; + margin: 5px; + padding: 3px; + border-radius: 10px; } .linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { @@ -1217,7 +1217,7 @@ combobox > .linked:not(.vertical) > button:not(:only-child) { } button.combo:only-child { - border-radius: 12px; + border-radius: 10px; font-weight: normal; transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); outline: 0 solid transparent; @@ -1261,8 +1261,8 @@ button.combo:only-child:disabled { .app-notification, .toolbar.osd, toolbar.osd { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; + padding: 4px; + border-radius: 10px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; color: white; @@ -1279,9 +1279,9 @@ toolbar.osd:backdrop { ************/ .toolbar, toolbar { - padding: 3px 6px; + padding: 2px 4px; background-color: #212121; - border-spacing: 6px; + border-spacing: 4px; } .osd .toolbar, .osd toolbar { @@ -1351,17 +1351,17 @@ toolbar:not(.inline-toolbar):not(.osd) spinbutton button { .toolbar:not(.inline-toolbar):not(.osd) switch, toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; + margin: 6px 2px; } .toolbar button { margin: 1px; - border-radius: 6px; + border-radius: 5px; } searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; + padding: 4px; + border-spacing: 4px; border-style: solid; border-width: 0 0 1px; border-color: rgba(255, 255, 255, 0.12); @@ -1490,11 +1490,11 @@ headerbar { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); color: white; - min-height: 48px; + min-height: 40px; padding: 0; margin: 0; background-color: #2C2C2C; - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; } headerbar:disabled { @@ -1516,12 +1516,12 @@ headerbar.flat { } headerbar .title { - padding: 0 12px; + padding: 0 8px; font-weight: bold; } headerbar .subtitle { - padding: 0 12px; + padding: 0 8px; font-size: smaller; } @@ -1554,7 +1554,7 @@ headerbar splitbutton { headerbar splitbutton > button, headerbar splitbutton > menubutton > button { min-height: 24px; min-width: 24px; - padding: 6px; + padding: 4px; border-radius: 9999px; } @@ -1571,7 +1571,7 @@ headerbar splitbutton > menubutton > button:dir(ltr) { } headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; + border-radius: 10px; } headerbar button.suggested-action:disabled, @@ -1588,7 +1588,7 @@ headerbar.flat { background-color: #212121; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; } background.csd.info headerbar.flat, background.csd.about headerbar.flat { @@ -1629,7 +1629,7 @@ headerbar popover.background .linked:not(.vertical) > button:not(.suggested-acti } headerbar stackswitcher { - margin: 6px 0; + margin: 4px 0; border-radius: 9999px; } @@ -1675,25 +1675,25 @@ headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):no } headerbar > windowhandle > box { - padding: 0 6px; + padding: 0 4px; } headerbar > windowhandle > box, headerbar > windowhandle > box > box.start, headerbar > windowhandle > box > box.end { - border-spacing: 6px; + border-spacing: 4px; } headerbar > windowhandle > box > box.start:dir(ltr), headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 6px; + margin-right: 4px; } headerbar > windowhandle > box > box.start:dir(rtl), headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 6px; + margin-left: 4px; } headerbar entry, @@ -1702,8 +1702,8 @@ headerbar button, headerbar stackswitcher, headerbar menubutton, headerbar splitbutton { - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; } headerbar menubutton > button, @@ -1717,8 +1717,8 @@ headerbar entry > menubutton { } headerbar switch { - margin-top: 12px; - margin-bottom: 12px; + margin-top: 8px; + margin-bottom: 8px; } headerbar.selection-mode { @@ -1757,11 +1757,11 @@ headerbar .selection-mode { } headerbar.default-decoration { - min-height: 24px; + min-height: 22px; padding: 0; background-image: none; background-color: #2C2C2C; - border-radius: 18px 18px 0 0; + border-radius: 16px 16px 0 0; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } @@ -1773,9 +1773,9 @@ headerbar.default-decoration { headerbar.default-decoration windowcontrols button, headerbar.default-decoration windowcontrols menubutton { padding: 0; - min-height: 24px; - min-width: 24px; - margin: 6px 0; + min-height: 22px; + min-width: 22px; + margin: 4px 0; } .solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { @@ -1793,15 +1793,15 @@ window.devel headerbar.titlebar:backdrop { } headerbar windowcontrols { - border-spacing: 6px; + border-spacing: 4px; } headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 6px; + margin-right: 4px; } headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 6px; + margin-left: 4px; } headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { @@ -1818,17 +1818,17 @@ headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) ************/ pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 12px; - border-spacing: 3px; + padding-left: 4px; + padding-right: 4px; + border-radius: 10px; + border-spacing: 2px; } pathbar > button label, pathbar > button image { - margin-left: 3px; - margin-right: 3px; + margin-left: 2px; + margin-right: 2px; } @@ -1856,13 +1856,13 @@ pathbar > button.slider-button { background-color: rgba(255, 255, 255, 0.04); color: rgba(255, 255, 255, 0.7); border: none; - border-radius: 12px; + border-radius: 10px; padding: 2px; } headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; background-color: rgba(255, 255, 255, 0.04); color: rgba(255, 255, 255, 0.7); } @@ -1871,7 +1871,7 @@ headerbar .pathbar { margin-top: 0; margin-bottom: 0; min-height: 20px; - border-radius: 10px; + border-radius: 8px; border: none; box-shadow: none; } @@ -2108,7 +2108,7 @@ menubar > item label:disabled { } menubar > item popover.menu popover.menu { - margin-left: 9px; + margin-left: 6px; } menubar > item popover.menu.background popover.menu.background > contents { @@ -2119,12 +2119,12 @@ menubar > item popover.menu.background popover.menu.background > contents { * Popover Base Menus * **********************/ popover.menu box.inline-buttons { - padding: 0 14px; + padding: 0 12px; } popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; + min-height: 24px; + min-width: 24px; padding: 0; border: none; outline: none; @@ -2136,11 +2136,11 @@ popover.menu box.inline-buttons button.image-button.model:selected { } popover.menu box.circular-buttons { - padding: 6px; + padding: 4px; } popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; + padding: 4px; } popover.menu box.circular-buttons button.circular.image-button.model:focus { @@ -2163,7 +2163,7 @@ popover.menu check.right { popover.menu label.title { font-weight: bold; - padding: 3px 32px; + padding: 2px 26px; } /************ @@ -2181,11 +2181,11 @@ popover.background, popover.background:backdrop { popover.background > arrow, popover.background > contents { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; + padding: 4px; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); background-color: #3C3C3C; border: none; - border-radius: 11px; + border-radius: 9px; color: white; } @@ -2208,7 +2208,7 @@ popover.background > contents > scrolledwindow > viewport > stack > box { popover.background > contents separator { background-color: rgba(255, 255, 255, 0.12); - margin: 3px 0; + margin: 2px 0; } popover.background > contents list { @@ -2217,7 +2217,7 @@ popover.background > contents list { } popover.background > contents list > row { - padding: 6px 12px; + padding: 4px 8px; margin: 0; } @@ -2244,19 +2244,19 @@ popover.background .linked > button:not(.radio):only-child { popover.background modelbutton { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; + min-height: 20px; + min-width: 48px; + padding: 2px 6px; border-radius: 5px; color: white; font: initial; text-shadow: none; - border-spacing: 6px; + border-spacing: 4px; } popover.background modelbutton accelerator { color: rgba(255, 255, 255, 0.5); - margin-left: 30px; + margin-left: 20px; } popover.background modelbutton accelerator:disabled { @@ -2287,7 +2287,7 @@ popover.background listview { } popover.background listview > row { - padding: 6px 12px; + padding: 4px 8px; border-radius: 5px; margin: 0; } @@ -2301,9 +2301,9 @@ magnifier { *************/ notebook > header tab { transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 24px; - min-width: 24px; - padding: 6px 12px; + min-height: 22px; + min-width: 22px; + padding: 4px 8px; border-width: 1px; border-color: transparent; border-style: solid; @@ -2349,16 +2349,16 @@ frame > paned > notebook > header, notebook.frame > header { } notebook.frame { - border-radius: 12px; + border-radius: 10px; } notebook.frame frame > border { border: none; - border-radius: 12px; + border-radius: 10px; } notebook.frame frame > list row.activatable { - border-radius: 12px; + border-radius: 10px; } notebook:focus tab:checked { @@ -2366,19 +2366,19 @@ notebook:focus tab:checked { } notebook.frame > header.top { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; } notebook.frame > header.left { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } notebook.frame > header.right { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } notebook > header { @@ -2396,7 +2396,7 @@ notebook > header.top > tabs { } notebook > header.top > tabs > tab { - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; border-bottom: none; } @@ -2409,7 +2409,7 @@ notebook > header.bottom > tabs { } notebook > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; + border-radius: 0 0 10px 10px; border-top: none; } @@ -2422,7 +2422,7 @@ notebook > header.left > tabs { } notebook > header.left > tabs > tab { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; border-right: none; } @@ -2435,7 +2435,7 @@ notebook > header.right > tabs { } notebook > header.right > tabs > tab { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; border-left: none; } @@ -2493,8 +2493,8 @@ notebook > header > tabs > arrow { notebook > header tab > box { transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; + margin: -4px -12px; + padding: 4px 12px; } notebook > header tab > box:drop(active) { @@ -2503,13 +2503,13 @@ notebook > header tab > box:drop(active) { } notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; + margin-left: 4px; + margin-right: -8px; } notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; + margin-left: -8px; + margin-right: 4px; } notebook > header.top tabs, notebook > header.bottom tabs { @@ -2548,7 +2548,7 @@ notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs t notebook > stack:not(:only-child) { background-color: transparent; - border-radius: 12px; + border-radius: 10px; } /************** @@ -2714,7 +2714,7 @@ scrollbar.horizontal button.up { **********/ switch { transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; + margin: 4px 0; padding: 0 2px; border: 5px solid transparent; border-radius: 9999px; @@ -2813,19 +2813,19 @@ radiobutton.text-button label:not(:only-child) { } popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -16px; + margin-left: -12px; } popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -16px; + margin-right: -12px; } check, radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; + min-height: 20px; + min-width: 20px; + margin: -6px; + padding: 6px; border: none; } @@ -3011,23 +3011,23 @@ scale { } scale.horizontal { - padding: 17px 12px; + padding: 15px 12px; } scale.vertical { - padding: 12px 17px; + padding: 12px 15px; } scale.fine-tune.horizontal { min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; + padding-top: 14px; + padding-bottom: 14px; } scale.fine-tune.vertical { min-width: 4px; - padding-left: 16px; - padding-right: 16px; + padding-left: 14px; + padding-right: 14px; } scale.fine-tune > trough > slider { @@ -3280,12 +3280,12 @@ progressbar.vertical progress { } progressbar trough { - border-radius: 12px; + border-radius: 10px; background-color: rgba(255, 255, 255, 0.15); } progressbar progress { - border-radius: 12px; + border-radius: 10px; background-color: #3281EA; } @@ -3318,7 +3318,7 @@ levelbar.horizontal block { } levelbar.horizontal.discrete block { - min-width: 36px; + min-width: 32px; } levelbar.horizontal.discrete block:not(:last-child) { @@ -3330,7 +3330,7 @@ levelbar.vertical block { } levelbar.vertical.discrete block { - min-height: 36px; + min-height: 32px; } levelbar.vertical.discrete block:not(:last-child) { @@ -3338,7 +3338,7 @@ levelbar.vertical.discrete block:not(:last-child) { } levelbar trough { - border-radius: 12px; + border-radius: 10px; } levelbar block.low { @@ -3393,7 +3393,7 @@ frame > list, frame.view, .frame.view { - border-radius: 12px; + border-radius: 10px; } frame.flat, @@ -3402,7 +3402,7 @@ frame.flat, } frame { - border-radius: 12px; + border-radius: 10px; } frame > label { @@ -3414,8 +3414,8 @@ frame.flat > border, statusbar frame > border { } actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; + padding: 4px; + border-spacing: 4px; border-top: 1px solid rgba(255, 255, 255, 0.12); background-color: #2C2C2C; background-clip: border-box; @@ -3430,7 +3430,7 @@ actionbar > revealer > box splitbutton { } statusbar { - padding: 6px 18px; + padding: 4px 12px; } scrolledwindow viewport.frame { @@ -3531,11 +3531,11 @@ separator.spacer { } separator.spacer.horizontal { - min-width: 12px; + min-width: 8px; } separator.spacer.vertical { - min-height: 12px; + min-height: 8px; } stacksidebar + separator.vertical, @@ -3584,7 +3584,7 @@ list.separators:not(.horizontal) > row:not(.separator) { } list.frame { - border-radius: 12px; + border-radius: 10px; } row { @@ -3717,13 +3717,13 @@ columnview row:not(:selected) cell editablelabel.editing text selection { } .rich-list > row { - padding: 9px 12px; + padding: 6px 8px; min-height: 32px; /* should be tall even when only containing a label */ } .rich-list > row > box { - border-spacing: 12px; + border-spacing: 8px; } /**************** @@ -3734,9 +3734,9 @@ row label.subtitle { } row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; + margin-left: 8px; + margin-right: 8px; + min-height: 40px; } row > box.header > .icon:disabled { @@ -3744,9 +3744,9 @@ row > box.header > .icon:disabled { } row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; + margin-top: 4px; + margin-bottom: 4px; + border-spacing: 2px; } /*************** @@ -3852,8 +3852,8 @@ list.boxed-list > row.expander { list.content > row:first-child, list.content > row:first-child.expander row.header, list.boxed-list > row:first-child, list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, @@ -3867,8 +3867,8 @@ list.boxed-list > row:only-child.expander:not(:checked), list.boxed-list > row:only-child.expander:not(:checked) row.header, list.boxed-list > row:only-child.expander:checked list.nested, list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; border-bottom-width: 0; } @@ -3876,9 +3876,9 @@ list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { * App Notifications * *********************/ .app-notification { - margin: 9px; - border-spacing: 9px; - padding: 9px; + margin: 6px; + border-spacing: 6px; + padding: 6px; border: none; background-image: none; } @@ -3920,7 +3920,7 @@ expander:disabled { } expander-widget > box > title { - border-radius: 12px; + border-radius: 10px; } expander-widget > box > title:hover > expander { @@ -3943,7 +3943,7 @@ expander-widget:not(decoration):not(window):drop(active) { calendar { padding: 0; border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 12px; + border-radius: 10px; color: white; } @@ -3952,20 +3952,20 @@ calendar:disabled { } calendar:selected { - border-radius: 12px; + border-radius: 10px; } calendar > header { - padding: 3px; + padding: 2px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); } calendar > header > button { - min-height: 24px; + min-height: 22px; } calendar > grid { - margin: 3px; + margin: 2px; } calendar > grid > label { @@ -3982,7 +3982,7 @@ calendar > grid > label:focus { } calendar > grid > label.day-number { - padding: 9px; + padding: 6px; } calendar > grid > label.day-number.other-month { @@ -4002,7 +4002,7 @@ window.dialog.message box.dialog-vbox.vertical { } window.dialog.message .titlebar { - min-height: 24px; + min-height: 22px; border-style: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; @@ -4015,7 +4015,7 @@ window.dialog.message .titlebar:backdrop { } window.dialog.message.csd .dialog-action-area { - padding: 6px; + padding: 4px; border: none; box-shadow: none; } @@ -4030,7 +4030,7 @@ window.dialog.message.csd .dialog-action-area > button, window.dialog.message.cs } window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 6px; + margin-right: 4px; } window.dialog.message.csd .dialog-action-area > button:not(:disabled) { @@ -4047,7 +4047,7 @@ window.messagedialog .message-area separator { } window.messagedialog .response-area { - padding: 6px; + padding: 4px; box-shadow: none; border: none; } @@ -4059,7 +4059,7 @@ window.messagedialog .response-area button { } window.messagedialog .response-area button:not(:last-child) { - margin-right: 6px; + margin-right: 4px; } window.messagedialog .response-area button.suggested:not(:disabled) { @@ -4099,7 +4099,7 @@ filechooser placesview > stack > scrolledwindow > undershoot.bottom { } filechooserbutton > button > box { - border-spacing: 6px; + border-spacing: 4px; } filechooserbutton:drop(active) { @@ -4147,14 +4147,14 @@ paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned . } stacksidebar list { - padding: 6px; + padding: 4px; background-color: #242424; } stacksidebar row { - min-height: 24px; - padding: 6px 9px; - border-radius: 6px; + min-height: 22px; + padding: 4px 6px; + border-radius: 5px; } stacksidebar row:selected { @@ -4166,8 +4166,8 @@ stacksidebar row + row { } stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; color: inherit; } @@ -4188,7 +4188,7 @@ separator.sidebar.spacer { * Navigation Sidebar * **********************/ .navigation-sidebar { - padding: 6px 0; + padding: 4px 0; border-right: none; } @@ -4203,10 +4203,10 @@ separator.sidebar.spacer { } .navigation-sidebar > row { - min-height: 24px; - padding: 6px 9px; + min-height: 22px; + padding: 4px 6px; border-radius: 0 9999px 9999px 0; - margin: 0 6px 0 0; + margin: 0 4px 0 0; } .navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { @@ -4240,7 +4240,7 @@ separator.sidebar.spacer { } .navigation-sidebar > separator { - margin: 6px 0; + margin: 4px 0; } /**************** @@ -4260,13 +4260,13 @@ placessidebar > viewport.frame { } placessidebar .navigation-sidebar { - padding: 6px 0; + padding: 4px 0; } placessidebar .navigation-sidebar > row { min-height: 32px; margin: 0 4px 0 0; - padding: 3px; + padding: 2px; border-radius: 0 9999px 9999px 0; } @@ -4336,7 +4336,7 @@ placesview .server-list-button:checked > image { } placesview > actionbar > revealer > box > label { - border-spacing: 6px; + border-spacing: 4px; } /********* @@ -4404,7 +4404,7 @@ paned.vertical > separator.wide { ************/ video { background: black; - border-radius: 12px; + border-radius: 10px; } video image.osd { @@ -4423,8 +4423,8 @@ infobar { } infobar > revealer > box { - padding: 6px; - border-spacing: 12px; + padding: 4px; + border-spacing: 8px; } infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { @@ -4491,7 +4491,7 @@ infobar.error:hover > revealer > box { * Tooltips * ************/ tooltip { - padding: 6px 12px; + padding: 4px 8px; box-shadow: none; } @@ -4499,56 +4499,56 @@ tooltip.background, tooltip.background.csd { background-color: rgba(25, 25, 25, 0.9); color: white; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 6px; + border-radius: 5px; margin: 2px 6px 8px 6px; border: none; } tooltip > box { - border-spacing: 6px; + border-spacing: 4px; } /***************** * Color Chooser * *****************/ colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; + border-top-left-radius: 9px; + border-top-right-radius: 9px; } colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; + border-top-left-radius: 9px; + border-bottom-left-radius: 9px; } colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; + border-top-left-radius: 9px; + border-bottom-left-radius: 9px; } colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; + border-top-right-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; + border-top-right-radius: 9px; + border-bottom-right-radius: 9px; } colorswatch.dark { @@ -4560,12 +4560,12 @@ colorswatch.light { } colorswatch#add-color-button { - border-radius: 11px 11px 0 0; + border-radius: 9px 9px 0 0; color: white; } colorswatch#add-color-button:only-child { - border-radius: 11px; + border-radius: 9px; } colorswatch#add-color-button overlay { @@ -4581,16 +4581,16 @@ colorswatch:disabled overlay { } colorswatch#editor-color-sample { - border-radius: 11px; + border-radius: 9px; } colorswatch#editor-color-sample overlay { - border-radius: 11px; + border-radius: 9px; } colorchooser .popover.osd { transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; + border-radius: 10px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); background-color: #3C3C3C; } @@ -4618,7 +4618,7 @@ window.csd { padding: 0; margin: 0; transition: none; - border-radius: 18px; + border-radius: 16px; box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); } @@ -4759,13 +4759,13 @@ stackswitcher button.text-button { } stackswitcher.circular { - border-spacing: 12px; + border-spacing: 8px; } stackswitcher.circular button.circular, stackswitcher.circular button.text-button.circular { - min-width: 36px; - min-height: 36px; + min-width: 32px; + min-height: 32px; padding: 0; } @@ -4792,8 +4792,8 @@ popover.emoji-picker > contents { } .emoji-searchbar { - padding: 6px; - border-spacing: 6px; + padding: 4px; + border-spacing: 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); background: none; } @@ -4809,7 +4809,7 @@ popover.emoji-picker > contents { .emoji-toolbar { padding: 0; - border-spacing: 3px; + border-spacing: 2px; border-top: 1px solid rgba(255, 255, 255, 0.12); background: none; box-shadow: none; @@ -4817,8 +4817,8 @@ popover.emoji-picker > contents { button.emoji-section { margin: 0; - padding: 6px; - border-radius: 9px; + padding: 4px; + border-radius: 8px; } button.emoji-section:checked { @@ -4827,9 +4827,9 @@ button.emoji-section:checked { popover.emoji-picker emoji { font-size: x-large; - padding: 6px; + padding: 4px; transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; + border-radius: 10px; } popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { @@ -4837,13 +4837,13 @@ popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { } emoji-completion-row { - min-height: 28px; - padding: 0 12px; + min-height: 24px; + padding: 0 8px; } emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; + border-spacing: 4px; + padding: 2px 4px; } emoji-completion-row:focus, emoji-completion-row:hover, @@ -4877,12 +4877,12 @@ popover.entry-completion > contents { .nautilus-window flap.unfolded > placessidebar { background-color: transparent; - border-radius: 18px; + border-radius: 16px; color: rgba(255, 255, 255, 0.7); } .nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 12px 12px; + margin: 0 0 8px 8px; border-radius: 12px; background-color: rgba(50, 129, 234, 0.08); } @@ -4918,7 +4918,7 @@ popover.entry-completion > contents { } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 18px; + padding-right: 16px; padding-left: 0; } @@ -4933,13 +4933,13 @@ popover.entry-completion > contents { } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 6px; + padding-right: 4px; } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { color: inherit; min-height: 54px; - padding-left: 6px; + padding-left: 4px; } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { @@ -4999,7 +4999,7 @@ popover.entry-completion > contents { } .nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 3px 3px 3px 0; + margin: 2px 2px 2px 0; background: none; border: none; } @@ -5048,22 +5048,22 @@ popover.entry-completion > contents { } .nautilus-window infobar { - margin: 3px; + margin: 2px; } .nautilus-window infobar > revealer > box { - border-radius: 6px; + border-radius: 4px; } .nautilus-window label.search-information { - margin: 3px; - border-radius: 6px; + margin: 2px; + border-radius: 4px; } .nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; + min-height: 24px; + padding: 2px; + margin: 4px; border: none; border-radius: 9999px; background-color: rgba(33, 33, 33, 0.95); @@ -5071,7 +5071,7 @@ popover.entry-completion > contents { } .nautilus-window .floating-bar button { - margin: 4px; + margin: 5px; } #NautilusViewCell clamp box { @@ -5082,7 +5082,7 @@ popover.entry-completion > contents { #NautilusQueryEditor { border-radius: 9999px; color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 8px; + padding: 0 4px 0 6px; } #NautilusQueryEditor:focus-within { @@ -5094,8 +5094,8 @@ popover.entry-completion > contents { } #NautilusQueryEditor > menubutton > button.image-button { - min-width: 28px; - min-height: 28px; + min-width: 24px; + min-height: 24px; margin: 4px 0; padding: 0; } @@ -5107,11 +5107,11 @@ popover.entry-completion > contents { #NautilusPathBar { background-color: rgba(255, 255, 255, 0.04); border-radius: 9999px; - margin: 6px 0; + margin: 4px 0; } #NautilusPathBar #NautilusPathButton { - margin: 0 3px; + margin: 0 2px; border-radius: 9999px; } @@ -5137,10 +5137,10 @@ popover.entry-completion > contents { } #NautilusQueryEditorTag > button { - margin: 3px; + margin: 2px; padding: 0; - min-height: 22px; - min-width: 22px; + min-height: 20px; + min-width: 20px; } window.dialog > box > stack > box > box > notebook.frame { @@ -5163,7 +5163,7 @@ window > contents leaflet.unfolded stack.background leaflet + headerbar { window > contents leaflet.unfolded > separator + box.vertical > headerbar { border-top-right-radius: 0; - border-top-left-radius: 18px; + border-top-left-radius: 16px; } window > contents leaflet > box > scrolledwindow > viewport > widget > stack { @@ -5217,13 +5217,13 @@ leaflet button.number-button:active { } leaflet button.clear-button.image-button { - border-radius: 12px; + border-radius: 10px; } label.primary-label, label.month-name, label.secondary-label { font-size: 16pt; font-weight: bold; - padding: 12px; + padding: 8px; } label.primary-label, label.month-name { @@ -5261,13 +5261,13 @@ popover.events { } popover.events box { - border-top-left-radius: 12px; - border-top-right-radius: 12px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; } popover.events list { background-color: #2C2C2C; - border-radius: 12px; + border-radius: 10px; } popover.events scrolledwindow { @@ -5275,7 +5275,7 @@ popover.events scrolledwindow { } popover.events button { - border-radius: 12px; + border-radius: 10px; border-top-left-radius: 0; border-top-right-radius: 0; border-style: solid none none; @@ -5292,22 +5292,22 @@ event widget.content { } event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 12px; + border-radius: 10px; } event.timed widget.edge { - border-radius: 6px; + border-radius: 5px; min-width: 5px; } event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 6px 6px 0; + padding-left: 12px; + border-radius: 0 5px 5px 0; } event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 6px 0 0 6px; + padding-right: 12px; + border-radius: 5px 0 0 5px; } event:not(.timed).color-dark { @@ -5364,9 +5364,9 @@ button:checked:not(:backdrop) .calendar-color-image, } datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; + margin-right: 4px; + margin-left: 4px; + margin-bottom: 4px; } datechooser navigator label { @@ -5374,8 +5374,8 @@ datechooser navigator label { } datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; + min-height: 32px; + min-width: 32px; padding: 0; } @@ -5387,18 +5387,18 @@ datechooser .weeknum, datechooser .weekday { datechooser button.day, datechooser button.day.text-button { font-size: 10pt; font-weight: normal; - margin: 3px; + margin: 2px; padding: 0; - min-height: 36px; - min-width: 36px; + min-height: 32px; + min-width: 32px; transition: none; } datechooser button.day dot, datechooser button.day.text-button dot { background-color: white; border-radius: 50%; - min-height: 3px; - min-width: 3px; + min-height: 2px; + min-width: 2px; } datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { @@ -5446,7 +5446,7 @@ datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button. .week-header .week-number { font-size: 16pt; font-weight: bold; - padding: 12px 12px 18px 12px; + padding: 8px 8px 12px 8px; color: rgba(255, 255, 255, 0.3); } @@ -5462,7 +5462,7 @@ datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button. weekhourbar > label { font-size: 10pt; - padding: 4px 6px; + padding: 4px 4px; } .week-view .lines { @@ -5545,7 +5545,7 @@ monthcell.out-of-month label { } monthcell button { - padding: 0 6px; + padding: 0 4px; border-radius: 0; border-bottom: none; border-right: none; @@ -5558,8 +5558,8 @@ monthpopover > box { } .notes-section box > textview { - border-radius: 12px; - padding: 6px; + border-radius: 10px; + padding: 4px; } .notes-section box > textview > text { @@ -5567,11 +5567,11 @@ monthpopover > box { } agenda-view list > row { - padding: 2px 12px; + padding: 2px 8px; } agenda-view list > label { - padding: 6px 12px; + padding: 4px 8px; } label.no-events { @@ -5584,13 +5584,13 @@ searchbutton > popover > arrow { } datechooser { - padding: 6px; + padding: 4px; } datechooser .current-week { background-color: rgba(255, 255, 255, 0.04); color: white; - border-radius: 12px; + border-radius: 10px; } menubutton.sources-button > button { @@ -5600,12 +5600,12 @@ menubutton.sources-button > button { menubutton.sources-button > button .title { font-size: 10pt; font-weight: normal; - padding: 0 6px; + padding: 0 4px; } menubutton.sources-button > button .subtitle { font-size: 8pt; - padding: 0 6px; + padding: 0 4px; } menubutton.sources-button > button .calendar-color-image { @@ -5613,7 +5613,7 @@ menubutton.sources-button > button .calendar-color-image { } menubutton stack > box { - border-spacing: 6px; + border-spacing: 4px; } flowboxchild.card { @@ -5624,14 +5624,14 @@ flowboxchild.card { } flowboxchild > button.card.category-tile { - padding: 21px; + padding: 14px; border: none; - border-radius: 12px; + border-radius: 10px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } flowboxchild > button.card.category-tile-iconless { - padding: 9px 15px; + padding: 6px 10px; box-shadow: none; background-color: rgba(255, 255, 255, 0.04); } @@ -5641,7 +5641,7 @@ app-context-bar > box:not(:first-child) > button.flat { } app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 12px 12px 0; + border-radius: 0 10px 10px 0; } app-context-bar > box:first-child > button.flat { @@ -5649,7 +5649,7 @@ app-context-bar > box:first-child > button.flat { } app-context-bar > box:first-child > button.flat:first-child { - border-radius: 12px 0 0 12px; + border-radius: 10px 0 0 10px; } app-context-bar > box > button.flat { @@ -5663,8 +5663,8 @@ carousel.card { .context-tile-lozenge { min-height: 28px; min-width: 28px; - padding: 6px; - margin: 6px; + padding: 4px; + margin: 4px; } .context-tile-lozenge.grey { @@ -5804,8 +5804,8 @@ screenshot-carousel box.frame.view { window.org-gnome-Builder headerbar splitbutton notification button { margin: 0; - min-height: 24px; - min-width: 24px; + min-height: 22px; + min-width: 22px; padding: 0; } @@ -5815,7 +5815,7 @@ popover.background.global-search > contents { } panelframeswitcher { - padding: 6px; + padding: 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); } @@ -5824,18 +5824,18 @@ panelframetabbar { } .frameheader.header { - min-height: 24px; + min-height: 22px; background-color: rgba(255, 255, 255, 0.04); } .frameheader.header > button { border: none; margin: 0; - padding: 3px; + padding: 2px; } .frameheader.header tabbar.inline > revealer > box { - min-height: 24px; + min-height: 22px; } .frameheader.header tabbar.inline > revealer > box .start-action { @@ -5849,11 +5849,11 @@ panelframetabbar { } .frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 3px; - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 12px; + margin: 2px; + min-height: 22px; + min-width: 22px; + padding: 4px; + border-radius: 10px; } .frameheader.header tabbar.inline > revealer > box tabbox { @@ -5871,7 +5871,7 @@ panelstatusbar > paneltogglebutton button.image-button { } .style-variant { - padding: 0 12px; + padding: 0 8px; } .style-variant button.toggle { @@ -5886,10 +5886,10 @@ panelstatusbar > paneltogglebutton button.image-button { } .style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 12px; + border-radius: 10px; outline-color: transparent; outline-width: 3px; - outline-offset: 3px; + outline-offset: 2px; outline-style: solid; box-shadow: none; } @@ -6080,7 +6080,7 @@ button.font separator { } button.font > box { - border-spacing: 6px; + border-spacing: 4px; } button.font > box > box > label { @@ -6145,7 +6145,7 @@ menubutton.opaque { } menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 12px; + border-radius: 10px; } menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { @@ -6159,8 +6159,8 @@ menubutton.suggested-action > button, menubutton.suggested-action > button:check menubutton.image-button > button { min-width: 24px; - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; } menubutton arrow { @@ -6189,7 +6189,7 @@ menubutton arrow.right { } splitbutton { - border-radius: 12px; + border-radius: 10px; } splitbutton:disabled { @@ -6203,29 +6203,29 @@ splitbutton, splitbutton > separator { } splitbutton > separator { - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; background: none; } splitbutton > menubutton > button { - padding-left: 6px; - padding-right: 6px; + padding-left: 4px; + padding-right: 4px; } splitbutton.image-button > button { min-height: 24px; min-width: 24px; - padding: 6px; + padding: 4px; } splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; + padding-left: 6px; + padding-right: 6px; } splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; + border-spacing: 4px; } splitbutton > button:dir(ltr), @@ -6261,7 +6261,7 @@ splitbutton.flat:focus-within:focus-visible > separator { splitbutton.flat > button, splitbutton.flat > menubutton > button { - border-radius: 12px; + border-radius: 10px; } splitbutton.suggested-action { @@ -6297,7 +6297,7 @@ splitbutton > menubutton > button > arrow.none { } buttoncontent { - border-spacing: 6px; + border-spacing: 4px; } buttoncontent > label { @@ -6321,35 +6321,35 @@ buttoncontent > label:dir(rtl) { } toast { - margin: 12px; + margin: 8px; margin-bottom: 24px; border-radius: 9999px; - border-spacing: 6px; - padding: 6px; + border-spacing: 4px; + padding: 4px; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); font-weight: normal; } toast:dir(ltr) { - padding-left: 12px; + padding-left: 8px; } toast:dir(rtl) { - padding-right: 12px; + padding-right: 8px; } toast > widget { - margin: 0 6px; + margin: 0 4px; } statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; + margin: 24px 8px; border-spacing: 36px; } statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; + border-spacing: 8px; } statuspage > scrolledwindow > viewport > box > clamp > box > .icon { @@ -6362,12 +6362,12 @@ statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { } statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; + margin-bottom: 16px; } statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; + margin: 16px 8px; + border-spacing: 16px; } statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { @@ -6375,7 +6375,7 @@ statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { } statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; + margin-bottom: 8px; } statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { @@ -6384,7 +6384,7 @@ statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { .card, list.content, list.boxed-list { - border-radius: 12px; + border-radius: 10px; box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.12); background-clip: padding-box; @@ -6393,20 +6393,20 @@ list.boxed-list { } preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; + margin: 16px 8px; + border-spacing: 16px; } preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 6px; + border-spacing: 4px; } preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; + margin-bottom: 4px; } preferencesgroup > box > box.single-line { - min-height: 36px; + min-height: 32px; } preferencesgroup > box button.background-preview-button.toggle { @@ -6415,7 +6415,7 @@ preferencesgroup > box button.background-preview-button.toggle { box-shadow: none; outline-color: transparent; outline-width: 3px; - outline-offset: 3px; + outline-offset: 2px; outline-style: solid; } @@ -6443,8 +6443,8 @@ viewswitcher.wide { border-spacing: 0; border-radius: 9999px; background-color: rgba(255, 255, 255, 0.04); - margin-top: 6px; - margin-bottom: 6px; + margin-top: 4px; + margin-bottom: 4px; } viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { @@ -6479,19 +6479,19 @@ viewswitcher button.toggle { viewswitcher button.toggle > stack > box.narrow { font-size: 0.75rem; - padding-top: 7px; - padding-bottom: 5px; - border-spacing: 4px; + padding-top: 5px; + padding-bottom: 3px; + border-spacing: 2px; } viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 8px; - padding-right: 8px; + padding-left: 6px; + padding-right: 6px; } viewswitcher button.toggle > stack > box.wide { - padding: 0 12px; - border-spacing: 6px; + padding: 0 8px; + border-spacing: 4px; } viewswitcherbar actionbar > revealer > box { @@ -6499,13 +6499,13 @@ viewswitcherbar actionbar > revealer > box { } viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; + margin-left: 8px; + margin-right: 8px; } indicatorbin > indicator, indicatorbin > mask { - min-width: 6px; - min-height: 6px; + min-width: 4px; + min-height: 4px; border-radius: 9999px; } @@ -6536,7 +6536,7 @@ indicatorbin.needs-attention > indicator > label { } tabbar .box { - min-height: 28px; + min-height: 24px; background-color: #212121; color: rgba(255, 255, 255, 0.7); padding: 0; @@ -6555,8 +6555,8 @@ tabbar tabbox > tabboxchild { } tabbar tabbox > separator { - margin-top: 9px; - margin-bottom: 9px; + margin-top: 6px; + margin-bottom: 6px; transition: opacity 150ms ease-in-out; } @@ -6567,17 +6567,17 @@ tabbar tabbox > separator.hidden { tabbar tabbox > revealer > indicator { min-width: 2px; border-radius: 2px; - margin: 9px 6px; + margin: 6px 4px; background: alpha(#3281EA, 0.5); } tabbar tab { transition: none; - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; border: 1px solid transparent; border-bottom-width: 0; color: rgba(255, 255, 255, 0.7); - padding: 6px 12px; + padding: 4px 8px; } tabbar tab:hover:not(:selected):not(:active):not(:checked) { @@ -6586,7 +6586,7 @@ tabbar tab:hover:not(:selected):not(:active):not(:checked) { box-shadow: none; color: white; border-color: #404040; - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } tabbar tab:selected, tabbar tab:checked, tabbar tab:active { @@ -6595,7 +6595,7 @@ tabbar tab:selected, tabbar tab:checked, tabbar tab:active { box-shadow: none; color: white; border-color: #404040; - border-radius: 12px 12px 0 0; + border-radius: 10px 10px 0 0; } tabbar .start-action, @@ -6621,7 +6621,7 @@ dnd tab { background-color: #212121; color: rgba(255, 255, 255, 0.7); box-shadow: none; - margin: 24px; + margin: 16px; } tabbar tab button.image-button, @@ -6819,7 +6819,7 @@ overlay-split-view > shadow.down { } .sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 18px; + border-top-left-radius: 16px; } .sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { @@ -6827,7 +6827,7 @@ overlay-split-view > shadow.down { } .sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 18px; + border-top-right-radius: 16px; } .sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { diff --git a/themes/.themes/Orchis-Dark/index.theme b/themes/.themes/Orchis-Dark/index.theme index eaf6418..05ef62f 100644 --- a/themes/.themes/Orchis-Dark/index.theme +++ b/themes/.themes/Orchis-Dark/index.theme @@ -1,12 +1,12 @@ [Desktop Entry] Type=X-GNOME-Metatheme -Name=Orchis-Dark +Name=Orchis-Dark-Compact Comment=An flat Materia Gtk+ theme based on Elegant Design Encoding=UTF-8 [X-GNOME-Metatheme] -GtkTheme=Orchis-Dark -MetacityTheme=Orchis-Dark +GtkTheme=Orchis-Dark-Compact +MetacityTheme=Orchis-Dark-Compact IconTheme=Tela-circle-dark CursorTheme=Vimix-dark ButtonLayout=close,minimize,maximize:menu diff --git a/themes/.themes/Orchis-Light-Compact/COPYING b/themes/.themes/Orchis-Light-Compact/COPYING deleted file mode 100644 index 94a9ed0..0000000 --- a/themes/.themes/Orchis-Light-Compact/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - <program> Copyright (C) <year> <name of author> - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -<http://www.gnu.org/licenses/>. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace-active.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index bf9991d..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,12 +0,0 @@ -<svg width="35" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter4154" x="-.132" y="-.020842" width="1.264" height="1.0417" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="1.65"/> - </filter> - </defs> - <g transform="translate(0 -852.36)" shape-rendering="auto"> - <path d="m7.2 858.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#000000" fill-opacity=".45" filter="url(#filter4154)" opacity=".9"/> - <path d="m7 857.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#1a73e8" /> - <path transform="translate(0 852.36)" d="m18 94c-0.554 0-1 0.446-1 1v4h-4c-0.554 0-1 0.446-1 1s0.446 1 1 1h4v4c0 0.554 0.446 1 1 1s1-0.446 1-1v-4h4c0.554 0 1-0.446 1-1s-0.446-1-1-1h-4v-4c0-0.554-0.446-1-1-1zm8 6a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace-hover.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace-hover.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-81.038405" - inkscape:cy="108.58132" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-28.526103" - inkscape:cy="75.41215" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true" - inkscape:document-rotation="0"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.35;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.87;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/calendar-arrow-left.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index 738a3f2..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M10 3v10L5 8z" fill="#000000" opacity="0.54"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/calendar-arrow-right.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index acb514b..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M6 3v10l5-5z" fill="#000000" opacity="0.54"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/checkbox-off.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/checkbox.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/checkbox.svg deleted file mode 100644 index 504c4ba..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close-active.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close-active.svg deleted file mode 100644 index 0dde2b9..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#d8354a" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close-hover.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close-hover.svg deleted file mode 100644 index 37f8806..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#ff7a80" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close.svg deleted file mode 100644 index 5dcc697..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/close.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter879" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter879)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#f75a61" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/corner-ripple.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index 9388e14..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="104" height="104" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -948.36)"> - <circle id="corner-ripple" cx="52" cy="1000" r="48" fill="#1a73e8" opacity=".25"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/radiobutton-off.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/radiobutton.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/radiobutton.svg deleted file mode 100644 index e9b37c3..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/toggle-off.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/toggle-off.svg deleted file mode 100644 index 3384dd2..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#808080" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-11.814169" - inkscape:cy="-9.352884" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#808080"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/toggle-on.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/toggle-on.svg deleted file mode 100644 index 90b5386..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg22" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview24" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="23.6" - inkscape:cx="41.822034" - inkscape:cy="8.8771186" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg22"> - <inkscape:grid - type="xygrid" - id="grid327" - originx="0" - originy="0" /> - </sodipodi:namedview> - <defs - id="defs5"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - fill="#1a73e8" - opacity="0.35" - id="rect7" - style="stroke-width:0.864099" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - fill="#1a73e8" - id="circle14" - style="stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/trash-icon.svg b/themes/.themes/Orchis-Light-Compact/cinnamon/assets/trash-icon.svg deleted file mode 100644 index e9d9741..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="400" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -932.36)"> - <rect x="10" y="942.36" width="380" height="160" rx="18" ry="18" fill="#ffffff" stroke-width="0"/> - <path class="ColorScheme-Text" d="m200 964.36c-4.4183 0-8 3.5817-8 8h-16v4h48v-4h-16c0-4.4183-3.5817-8-8-8zm0 4c2.2091 1e-5 4 1.7909 4 4h-8c1e-5 -2.2091 1.7909-4 4-4zm-20 12v32c0 4.4321 3.5679 8.0001 8 8.0001h24c4.4321 0 8-3.568 8-8.0001v-32h-38zm4 4h32v28c0 2.2161-1.7839 4.0001-4 4.0001h-24c-2.2161 0-4-1.784-4-4.0001z" fill="#4d4d4d"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/cinnamon.css b/themes/.themes/Orchis-Light-Compact/cinnamon/cinnamon.css deleted file mode 100644 index ee686bc..0000000 --- a/themes/.themes/Orchis-Light-Compact/cinnamon/cinnamon.css +++ /dev/null @@ -1,2401 +0,0 @@ -stage { - color: rgba(0, 0, 0, 0.87); -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button { - min-height: 24px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); -} - -.sound-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.sound-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.sound-button:hover:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 10px; -} - -.sound-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 10px; -} - -.sound-button:insensitive { - color: rgba(0, 0, 0, 0.38); - background-color: rgba(0, 0, 0, 0.04); - border-radius: 10px; -} - -.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button, .calendar-today-home-button, -.calendar-today-home-button-enabled { - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; -} - -.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover, .calendar-today-home-button:hover, -.calendar-today-home-button-enabled:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active, .calendar-today-home-button:active, -.calendar-today-home-button-enabled:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 10px; -} - -.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, -.calendar-today-home-button-enabled:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-radius: 10px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 24px; - padding: 4px 20px; - transition-duration: 100ms; - border-radius: 10px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #1A73E8; -} - -.modal-dialog-button-box .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 2px 8px; - min-height: 22px; - caret-size: 1px; - selection-background-color: #1A73E8; - selected-color: white; - transition-duration: 300ms; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.87); - border: 2px solid transparent; - background-color: rgba(0, 0, 0, 0.04); -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.04); - border: 2px solid #1A73E8; -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - border: 2px solid transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FFD600; - padding: 0 4px; -} - -#LookingGlassDialog { - background-color: rgba(255, 255, 255, 0.97); - spacing: 4px; - padding: 4px 8px; - border: none; - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); - box-shadow: 3px 6px rgba(0, 0, 0, 0.25); -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.1); - border-radius: 9999px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(160, 160, 160, 0.948); - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(182, 182, 182, 0.961); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #1A73E8; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(0, 0, 0, 0.12); - -slider-border-color: transparent; - -slider-active-background-color: #1A73E8; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 24px; - height: 24px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 24px; - height: 24px; -} - -.radiobutton StBin, .radiobutton:focus StBin { - background-image: url("assets/radiobutton-off.svg"); -} - -.radiobutton:checked StBin, .radiobutton:focus:checked StBin { - background-image: url("assets/radiobutton.svg"); -} - -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.cinnamon-link { - color: #1A73E8; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #488fed; -} - -#Tooltip { - border-radius: 9999px; - padding: 4px 8px; - background-color: rgba(52, 52, 52, 0.9); - color: white; - margin: 4px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 0; - margin: 0; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - box-shadow: none; -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - border-radius: 14px; - background-gradient-direction: none; - box-shadow: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.menu .popup-sub-menu .popup-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item { - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active, -.popup-menu .popup-sub-menu .popup-menu-item:active, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.45) !important; -} - -.menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - color: rgba(0, 0, 0, 0.87); - padding: 4px; - background-color: rgba(255, 255, 255, 0.97); - border-radius: 18px; - margin: 4px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: 4px 8px; - spacing: 8px; - border-radius: 9999px; -} - -.menu .popup-menu-item:hover, .menu .popup-menu-item:active, -.popup-menu .popup-menu-item:hover, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:hover, -.popup-combo-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.38); -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(0, 0, 0, 0.15); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.38); -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 10px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.popup-combo-menu { - padding: 8px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 0; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 0; - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.12); - border-bottom-width: 0; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: .5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: .5em; -} - -#panel { - font-weight: bold; - height: 32px; - width: 36px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(229, 57, 53, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); -} - -#panelRight:ltr { - padding-left: 4px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 4px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: rgba(255, 255, 255, 0.7); - font-size: 1em; - padding: 0px; - background-color: rgba(33, 33, 33, 0.65); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: white; - background-color: #1A73E8; -} - -.panel-dummy { - background-color: rgba(229, 57, 53, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(229, 57, 53, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: rgba(255, 255, 255, 0.7); -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.7); -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: rgba(52, 52, 52, 0.9); - border: 1px solid rgba(52, 52, 52, 0.9); - color: white; - spacing: 25px; - border-radius: 10px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -.window-caption#selected { - background-color: #1A73E8; - color: white; - border: 1px solid #1A73E8; - spacing: 25px; -} - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 10px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.expo-workspaces-name-entry:focus, -.expo-workspaces-name-entry#selected:focus { - border: 1px solid #1A73E8; - background-color: #1A73E8; - color: white; - font-style: italic; - transition-duration: 300; - selection-background-color: white; - selected-color: #1A73E8; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 10px; -} - -.expo-workspace-thumbnail-frame#active { - border: 4px solid #1A73E8; - background-color: black; - border-radius: 10px; -} - -.expo-background { - background-color: #343434; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 13px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 10px; - background-color: #FFFFFF; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -.calendar-main-box { - margin: 0 4px; -} - -.calendar { - padding: 4px 8px; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-today-home-button, -.calendar-today-home-button-enabled { - margin: 4px 0; - padding: 4px; -} - -.calendar-today-day-label { - font-size: 1.75em; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: .1em; -} - -.calendar-today-date-label { - font-size: 1.1em; - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: center; -} - -.calendar-month-label { - color: rgba(0, 0, 0, 0.87); - font-weight: bold; - margin: 0 2px; - padding: 2px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 24px; - height: 24px; - margin: 0; - padding: 0; - border-radius: 9999px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(0, 0, 0, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(0, 0, 0, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day-event-dot-box { - margin-top: 1.75em; - max-rows: 1; -} - -.calendar-day-event-dot { - margin: 1px; - border-radius: 2px; - width: 4px; - height: 4px; -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: normal; - text-align: center; - font-size: 14px; - color: rgba(0, 0, 0, 0.87); - border-radius: 10px; -} - -.calendar-day-base { - text-align: center; - width: 28px; - height: 28px; - padding: 0; - margin: 2px; - border-radius: 9999px; -} - -.calendar-day-base:hover { - background-color: rgba(0, 0, 0, 0.04); -} - -.calendar-day-base:active { - background-color: rgba(0, 0, 0, 0.12); -} - -.calendar-day-base:selected { - background-color: rgba(0, 0, 0, 0.12); -} - -.calendar-day-heading { - color: rgba(0, 0, 0, 0.6); - margin-top: 1em; -} - -.calendar-day { - border-width: 0; - color: rgba(0, 0, 0, 0.6); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover, -.calendar-today:selected { - font-weight: bold; - color: white; - background-color: #1A73E8; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(0, 0, 0, 0.6); - opacity: 1; -} - -.calendar-week-number { - width: 20px; - height: 20px; - margin: 6px 0; - color: rgba(0, 0, 0, 0.26); - font-weight: bold; - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; -} - -.calendar-week-number StLabel { - padding: 0; - margin-top: 3px; -} - -.calendar-events-main-box { - height: 300px; - margin: 6px 0.8em 0 0; - padding: 6px; - min-width: 350px; - border: none; - border-radius: 10px; - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); -} - -.calendar-events-no-events-button { - margin: 4px 0; - padding: 4px; - border-radius: 10px; -} - -.calendar-events-no-events-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - box-shadow: none; -} - -.calendar-events-no-events-icon { - color: rgba(0, 0, 0, 0.38); -} - -.calendar-events-no-events-label { - font-size: 1.1em; - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: center; - margin-top: 6px; -} - -.calendar-events-date-label { - padding: 2px 0 8px 2px; - font-size: 1.1em; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; -} - -.calendar-events-event-container { - padding: 2px; -} - -.calendar-events-main-box .separator { - -margin-horizontal: 1em; - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0.12); - -gradient-end: rgba(0, 0, 0, 0.12); -} - -.calendar-event-button { - margin: 4px 0 4px 0; - border-radius: 10px; -} - -.calendar-event-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - box-shadow: none; -} - -.calendar-event-color-strip { - width: 4px; - border-radius: 4px 0 0 4px; -} - -.calendar-event-row-content { - margin: 4px; -} - -.calendar-event-time-past { - color: rgba(0, 0, 0, 0.26); - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present { - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present:all-day { - color: rgba(15, 157, 88, 0.6); -} - -.calendar-event-time-future { - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-countdown { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: right; - margin-bottom: .6em; -} - -.calendar-event-countdown:soon { - color: white; -} - -.calendar-event-countdown:imminent { - color: rgba(255, 214, 0, 0.6); -} - -.calendar-event-countdown:current { - color: rgba(15, 157, 88, 0.6); -} - -.calendar-event-summary { - color: rgba(0, 0, 0, 0.38); - text-align: left; - width: 200px; -} - -#notification { - border-radius: 16px; - padding: 8px; - spacing-rows: 6px; - spacing-columns: 6px; - margin-from-right-edge-of-screen: 12px; - width: 28em; - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.8); - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - margin: 7px 12px 17px 12px; -} - -#notification .notification-button, #notification .notification-icon-button { - padding: 4px; -} - -.menu #notification, .popup-menu #notification { - border: none; - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.05); - box-shadow: none; - margin: 0; -} - -.menu #notification:hover, .popup-menu #notification:hover { - background-color: rgba(0, 0, 0, 0.1); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: rgba(0, 0, 0, 0.87); -} - -.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 4px; -} - -#notification.multi-line-notification { - padding-bottom: 8px; - color: rgba(0, 0, 0, 0.87); -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 4px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 4px; -} - -#notification-body { - spacing: 4px; -} - -#notification-actions { - spacing: 6px; -} - -.notification-with-image { - min-height: 159px; - color: rgba(0, 0, 0, 0.87); -} - -.notification-button, .notification-icon-button { - padding: 4px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.97); - border: none; - border-radius: 10px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 10px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #1A73E8; -} - -.switcher-list .item-box:selected { - color: white; - background-color: #1A73E8; - border: 0px solid #1A73E8; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: white; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: rgba(255, 255, 255, 0.7); -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: white; - background-color: rgba(45, 45, 45, 0.95); - border: 1px solid rgba(0, 0, 0, 0.65); - padding: 0 4px 4px; - border-radius: 16px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 4px 8px; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 16px; - color: white; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: white; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #E53935; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 4px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 2px 8px; - border-radius: 10px; - caret-color: white; - selected-color: white; - selection-background-color: #1A73E8; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.run-dialog-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid #1A73E8; -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #FFD600; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: white; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: rgba(52, 52, 52, 0.9); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 10px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.keyboard-key:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.keyboard-key:active, .keyboard-key:checked { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.keyboard-key:grayed { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -.keyboard-subkeys { - color: white; - padding: 5px; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(52, 52, 52, 0.9); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - margin-bottom: 4px; - padding: 4px; - transition-duration: 300; - background-color: rgba(0, 0, 0, 0.05); - border: none; - border-radius: 10px; -} - -.menu-favorites-button { - padding: 6px; - border: none; - border-radius: 10px; -} - -.menu-favorites-button:hover { - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.1); -} - -.menu-places-box { - margin: auto; - padding: 6px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 6px; -} - -.menu-categories-box { - padding: 6px 20px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 6px 6px 0 6px; -} - -.menu-application-button { - padding: 4px; - border-radius: 10px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - padding: 4px; - border-radius: 10px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 4px; -} - -.menu-application-button-label:rtl { - padding-right: 4px; -} - -.menu StScrollView.menu-application-button { - padding: 2px 0; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; - margin: 0 2px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 4px 0 4px 4px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 4px 4px 4px 0; -} - -.menu-category-button { - padding: 4px; - border-radius: 10px; -} - -.menu-category-button-selected { - padding: 4px; -} - -.menu-category-button-hover, .menu-category-button-selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.menu-category-button-greyed { - padding: 4px; - color: rgba(0, 0, 0, 0.38); -} - -.menu-category-button-label:ltr { - padding-left: 4px; -} - -.menu-category-button-label:rtl { - padding-right: 4px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; - margin-bottom: 4px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: rgba(0, 0, 0, 0.87); -} - -.menu-search-entry-icon { - icon-size: 1em; - color: rgba(0, 0, 0, 0.87); -} - -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(33, 33, 33, 0.65); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: rgba(255, 255, 255, 0.7); - border-radius: 16px; - background-color: rgba(33, 33, 33, 0.65); - border: none; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 10px; - color: #1A73E8; -} - -.osd-window .level-bar { - border-radius: 10px; - background-color: #1A73E8; -} - -.window-list-box { - spacing: 2px; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.9); - border-radius: 0; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 4px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 4px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 4px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 4px; -} - -.panel-top .window-list-item-box { - border-top: 2px solid transparent; -} - -.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom: 2px solid transparent; -} - -.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left: 2px solid transparent; -} - -.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right: 2px solid transparent; -} - -.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.25); - border-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); - border-color: #1A73E8; - background-color: rgba(255, 255, 255, 0.2); -} - -.window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.panel-top .window-list-item-box:focus { - background-position: top center; -} - -.panel-bottom .window-list-item-box:focus { - background-position: bottom center; -} - -.panel-left .window-list-item-box:focus { - background-position: left center; -} - -.panel-right .window-list-item-box:focus { - background-position: right center; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0F9D58; - background-gradient-end: #0F9D58; - border-radius: 10px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #FFD600; - background-gradient-end: #FFD600; -} - -.window-list-preview { - padding: 8px; - spacing: 4px; - border: none; - background-color: #FFFFFF; - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(229, 57, 53, 0.5); -} - -.grouped-window-list-thumbnail-menu { - padding: 4px; - padding: 4px; - margin: 4px; - background-color: rgba(255, 255, 255, 0.97); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); - border-radius: 16px; - color: rgba(0, 0, 0, 0.87); -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 4px; - border-radius: 10px; - spacing: 4px; - margin: 1px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - background-color: rgba(0, 0, 0, 0.1); -} - -.grouped-window-list-thumbnail-menu .item-box:hover { - background-color: rgba(0, 0, 0, 0.15); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -.grouped-window-list-number-label { - z-index: 120; - text-shadow: none; - color: white; - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 2px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #1A73E8; -} - -.grouped-window-list-item-box { - font-weight: normal; - transition-duration: 100ms; - border: none; - margin: 0; - color: rgba(255, 255, 255, 0.6); - border-radius: 0; - spacing: 4px; - border-bottom: 2px solid transparent; -} - -.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { - padding: 0 2px; -} - -.grouped-window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:active { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box:active:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.2); - border-color: #1A73E8; -} - -.grouped-window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0F9D58; - background-gradient-end: #0F9D58; - border-radius: 10px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #FFD600; - background-gradient-end: #FFD600; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: .4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0; - margin-top: 6px; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 9999px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 80px; - padding: 8px 12px; - spacing: 4px; - background-color: rgba(0, 0, 0, 0.45); - border: none; - border-radius: 0 0 10px 10px; - color: white; - text-shadow: none; -} - -.sound-player-overlay StButton { - width: 16px; - height: 16px; - padding: 8px; - margin: 0 4px 4px; - color: white; - border-radius: 9999px; - border: none; - text-shadow: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.sound-player-overlay StButton:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.sound-player-overlay StButton:insensitive { - opacty: 0.35; - color: rgba(255, 255, 255, 0.5); -} - -.sound-player-overlay StLabel { - padding: 0 4px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid rgba(32, 32, 32, 0.9); - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: rgba(0, 0, 0, 0.12); - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #1A73E8; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: rgba(255, 255, 255, 0.7); - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #1A73E8; -} - -.workspace-button:hover { - color: #488fed; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #1A73E8; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(71, 71, 71, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(71, 71, 71, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(84, 84, 84, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(46, 46, 46, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; - border-radius: 0; -} - -.panel-launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.panel-launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; - border-radius: 0; -} - -.launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher .icon-box { - padding: 2px; -} - -.applet-separator { - padding: 1px 2px; -} - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.applet-box { - padding: 0 4px; - color: rgba(255, 255, 255, 0.7); - text-shadow: none; - transition-duration: 100ms; - border-radius: 0; -} - -.applet-box.vertical { - padding: 4px 0; -} - -.applet-box:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.15); -} - -.applet-box:checked, .applet-box:checked:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.25); -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(229, 57, 53, 0.5); -} - -.applet-label { - font-weight: bold; - color: rgba(255, 255, 255, 0.7); -} - -.applet-box:checked .applet-label { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-icon { - color: rgba(255, 255, 255, 0.7); - icon-size: 16px; -} - -.applet-box:checked .applet-icon { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-cornerbar { - width: 8px; - background: transparent; -} - -.applet-cornerbar-box { - padding: 0; - background: transparent; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar-box:hover > .applet-cornerbar { - background: rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar.vertical { - height: 8px; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: rgba(0, 0, 0, 0.87); - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: white; -} - -.desklet:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-with-borders { - color: white; - background-color: rgba(52, 52, 52, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-with-borders-and-header { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-header { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -.photoframe-box { - color: white; - background-color: rgba(52, 52, 52, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.workspace-osd { - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: .5em 1em; -} - -.notification-applet-container { - max-height: 9999px; -} - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/themes/.themes/Orchis-Light-Compact/cinnamon/thumbnail.png b/themes/.themes/Orchis-Light-Compact/cinnamon/thumbnail.png deleted file mode 100644 index 18a017e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/cinnamon/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-active-small.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-active-small.svg deleted file mode 100644 index 8f87498..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-active-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities-checked.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview8" - showgrid="false" - inkscape:zoom="9.8333334" - inkscape:cx="16.499013" - inkscape:cy="1.2954287" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-active.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-active.svg deleted file mode 100644 index 48e01a2..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-active.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities-active.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-small.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-small.svg deleted file mode 100644 index a7f099a..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="700" - id="namedview8" - showgrid="false" - inkscape:zoom="4.9166667" - inkscape:cx="3.4466283" - inkscape:cy="1.3372513" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities.svg deleted file mode 100644 index 7b2019a..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/activities.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-arrow-left.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index 309e10b..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#000000" opacity="0.54"> - <path d="m10 3v10l-5-5z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-arrow-right.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 67d2c49..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#000000" opacity="0.54"> - <path d="m6 3v10l5-5z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-today.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-today.svg deleted file mode 100644 index 03405a4..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <g transform="translate(-469.08 -537.99)"> - <circle cx="481.57" cy="559.46" r="1.5" color="#000000" color-rendering="auto" fill-opacity=".2" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal;paint-order:normal"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/checkbox-off.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/checkbox.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 504c4ba..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/dash-placeholder.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF"> - <circle cx="12" cy="12" r="12" opacity="0.3"/> - <circle cx="12" cy="12" r="4"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/more-results.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/more-results.svg deleted file mode 100644 index 2637d13..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/more-results.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -1036.4)"> - <circle cx="8" cy="1044.4" r="8" fill="#1a73e8"/> - <path transform="translate(0 1036.4)" d="m7 4v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/no-events.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/no-events.svg deleted file mode 100644 index e855433..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> - <path d="M0 0h48v48H0z" fill="none"/> - <path d="m38 6h-2v-4h-4v4h-16v-4h-4v4h-2c-2.21 0-3.98 1.79-3.98 4l-0.02 28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4v-28c0-2.21-1.79-4-4-4zm0 32h-28v-22h28z" fill="#000000" opacity=".5"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/no-notifications.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index 06b5615..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"> - <path fill="#000000" opacity="0.5" d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/noise-texture.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 484f6c8..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" - height="900" - viewBox="0 0 1600 900" - version="1.1" - id="svg13" - sodipodi:docname="noise-texture.svg" - inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"> - <metadata - id="metadata17"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="698" - id="namedview15" - showgrid="false" - inkscape:zoom="0.26222222" - inkscape:cx="647.80786" - inkscape:cy="422.79535" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg13" /> - <defs - id="defs9"> - <radialGradient - id="a" - gradientTransform="matrix(1 1 -1 1 0.5 -0.5)"> - <stop - stop-color="#455A64" - stop-opacity="0" - offset="0.25" - id="stop2" - style="stop-color:#444444;stop-opacity:0" /> - <stop - stop-color="#455A64" - stop-opacity="0.5" - offset="0.75" - id="stop4" - style="stop-color:#444444;stop-opacity:0.50196081" /> - <stop - stop-color="#455A64" - stop-opacity="1" - offset="1" - id="stop6" - style="stop-color:#444444;stop-opacity:1" /> - </radialGradient> - </defs> - <rect - width="1600" - height="900" - fill="url(#a)" - id="rect11" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/process-working.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32"> - <defs> - <g id="g" fill="#FFFFFF" opacity="0.7"> - <circle cx="8" cy="8" r="8" fill="none"/> - <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7h-3a4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4v-3z"/> - </g> - </defs> - <use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/> - <use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/> - <use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/> - <use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/> - <use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/> - <use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/> - <use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/> - <use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/> - <use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/> - <use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/> - <use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/> - <use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/> - <use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/> - <use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/> - <use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/> - <use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/> - <use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/> - <use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/> - <use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/> - <use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/> - <use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/> - <use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/> - <use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/> - <use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/> - <use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/> - <use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/> - <use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/> - <use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/> - <use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/> - <use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/> - <use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/> - <use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/> - <use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/> - <use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/> - <use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/> - <use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/> - <use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/> - <use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/> - <use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/> - <use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/> - <use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/> - <use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/> - <use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/> - <use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/> - <use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/> - <use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/> - <use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/> - <use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/> - <use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/> - <use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/> - <use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/> - <use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/> - <use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/> - <use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/> - <use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/> - <use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/> - <use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/> - <use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/> - <use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/> - <use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/> - <use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/> - <use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/> - <use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/> - <use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/toggle-off.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 3384dd2..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#808080" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-11.814169" - inkscape:cy="-9.352884" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#808080"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/toggle-on.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index 90b5386..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg22" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview24" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="23.6" - inkscape:cx="41.822034" - inkscape:cy="8.8771186" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg22"> - <inkscape:grid - type="xygrid" - id="grid327" - originx="0" - originy="0" /> - </sodipodi:namedview> - <defs - id="defs5"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - fill="#1a73e8" - opacity="0.35" - id="rect7" - style="stroke-width:0.864099" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - fill="#1a73e8" - id="circle14" - style="stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close-active.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close-active.svg deleted file mode 100644 index d6a41b8..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close-active.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-active.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="1.2591896" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#dc4040;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close-hover.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close-hover.svg deleted file mode 100644 index 56e6861..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close-hover.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-hover.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter943" - x="-0.216" - width="1.432" - y="-0.216" - height="1.432"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="2.88" - id="feGaussianBlur945" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="712" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="-3.0014284" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter943)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff7575;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close.svg b/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close.svg deleted file mode 100644 index ee76871..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/assets/window-close.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="13.111111" - inkscape:cx="12.766972" - inkscape:cy="12.927705" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff5252;stroke-width:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/gnome-shell.css b/themes/.themes/Orchis-Light-Compact/gnome-shell/gnome-shell.css deleted file mode 100644 index 162e713..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,4727 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -stage { - font-size: 9.75pt; - font-weight: 400; - color: rgba(0, 0, 0, 0.87); -} - -.search-statustext { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -.modal-dialog .modal-dialog-linked-button, .hotplug-notification-item { - border: none; - margin-bottom: 4px; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - font-size: 9.75pt; - font-weight: 500; -} - -.modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - color: rgba(0, 0, 0, 0.87) !important; -} - -.modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.modal-dialog .modal-dialog-linked-button:focus:active, .hotplug-notification-item:focus:active { - color: white; -} - -.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child { - margin-left: 4px !important; - margin-right: 0 !important; - border-radius: 9999px 0 0 9999px; -} - -.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child { - margin-left: 0 !important; - margin-right: 4px !important; - border-right-width: 0; - border-radius: 0 9999px 9999px 0; -} - -.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child { - margin: 0 4px 4px 4px !important; - border-right-width: 0; - border-radius: 9999px; -} - -.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { - border: none; - background-color: transparent; - box-shadow: none; -} - -.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: #242424; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.screenshot-ui-show-pointer-button:focus:active, .screenshot-ui-type-button:focus:active { - color: white; -} - -.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:outlined, .screenshot-ui-type-button:outlined, .screenshot-ui-show-pointer-button:checked, .screenshot-ui-type-button:checked { - color: white; - background-color: #1A73E8; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.workspace-switcher-container, .switcher-list, .resize-popup, .osd-monitor-label, .osd-window { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - padding: 8px; -} - -/* General Typography */ -.message-list .message-list-placeholder { - font-weight: 800; - font-size: 15pt; -} - -.quick-toggle-menu .header .title { - font-weight: 700; - font-size: 15pt; -} - -.bt-menu-placeholder.popup-menu-item { - font-weight: 700; - font-size: 13pt; -} - -.background-app-item .title { - font-weight: 700; - font-size: 11pt; -} - -.quick-toggle-menu .header .subtitle { - font-weight: 700; - font-size: 9pt; -} - -.background-app-item .subtitle { - font-weight: 400; - font-size: 9pt; -} - -/* WIDGETS */ -.shell-link { - border-radius: 10px; - color: #1A73E8; - background-color: transparent; -} - -.shell-link:hover { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.shell-link:active { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -.lowres-icon { - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - icon-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); -} - -/* Entries */ -StEntry { - min-height: 32px; - padding: 0 8px; - border-radius: 9999px; - border-width: 0; - selection-background-color: #1A73E8; - selected-color: white !important; - font-size: 11.25pt; - font-weight: 400; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -StEntry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -StEntry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FFD600; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(0, 0, 0, 0.38); -} - -/* Buttons */ -.button { - min-height: 24px; - padding: 4px 8px; - border: none; - border-radius: 10px; - text-align: center; - font-size: 9.75pt; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:checked { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button, .background-app-item .close-button { - min-height: 16px; - min-width: 16px; - padding: 8px; - border-radius: 9999px; - border: none; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:hover, .background-app-item .close-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:active, .background-app-item .close-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:checked, .background-app-item .close-button:checked { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:insensitive, .background-app-item .close-button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:focus, .background-app-item .close-button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button > StIcon, .background-app-item .close-button > StIcon { - icon-size: 16px; -} - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.08); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.26); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(26, 115, 232, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(26, 115, 232, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* Slider */ -.slider { - height: 20px; - -barlevel-height: 2px; - -barlevel-background-color: rgba(0, 0, 0, 0.26); - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.12); - -barlevel-active-background-color: #1A73E8; - -barlevel-active-border-color: #166ad8; - -barlevel-overdrive-color: #E53935; - -barlevel-overdrive-border-color: #e32723; - -barlevel-overdrive-separator-width: 2px; - -slider-handle-radius: 6px; - -slider-handle-border-width: 0; - -slider-handle-border-color: rgba(0, 0, 0, 0.12); - color: #1A73E8; -} - -.slider:hover { - color: #3181ea; -} - -.slider:active { - color: #1567d3; -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; - margin: 6px; -} - -StScrollView StScrollBar { - min-width: 8px; - min-height: 8px; -} - -StScrollBar StBin#trough { - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.08); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - border: 4px solid transparent; - transition: 500ms all ease; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.6); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.87); -} - -#LookingGlassDialog StScrollBar StBin#trough, #overviewGroup StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.12); -} - -#LookingGlassDialog StScrollBar StButton#vhandle, #overviewGroup StScrollBar StButton#vhandle, #LookingGlassDialog StScrollBar StButton#hhandle, #overviewGroup StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:hover, #overviewGroup StScrollBar StButton#vhandle:hover, #LookingGlassDialog StScrollBar StButton#hhandle:hover, #overviewGroup StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:active, #overviewGroup StScrollBar StButton#vhandle:active, #LookingGlassDialog StScrollBar StButton#hhandle:active, #overviewGroup StScrollBar StButton#hhandle:active { - background-color: white; -} - -.popup-menu .popup-sub-menu StScrollBar StBin#trough { - background-color: rgba(0, 0, 0, 0.15); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle { - background-color: rgba(0, 0, 0, 0.35); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:hover, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.45); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:active, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.65); -} - -/* Popovers/Menus */ -.popup-menu-boxpointer { - -arrow-border-radius: 4px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 8px; - -arrow-rise: 2px; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu { - min-width: 10em; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - border: none; - padding: 0; - margin: 0; - border-radius: 18px; -} - -.popup-menu .popup-menu-content { - padding: 4px; - margin: 0 3px 14px; - background-color: rgba(255, 255, 255, 0.97); - border-radius: 18px; - border: none; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.popup-menu .popup-menu-item { - spacing: 4px; - padding: 4px 8px; - color: rgba(0, 0, 0, 0.87) !important; - background-color: transparent; - transition-duration: 100ms; - border-radius: 9999px; - background-image: none; - border: none; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 8px; - padding-left: 0; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0; - padding-left: 8px; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 14px 14px 0 0; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.1) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked.selected { - background-color: rgba(0, 0, 0, 0.2) !important; - color: rgba(0, 0, 0, 0.85) !important; -} - -.popup-menu .popup-menu-item:checked:active { - background-color: #dfdfdf !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked.selected:active { - background-color: rgba(0, 0, 0, 0.15) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item.selected { - background-color: rgba(0, 0, 0, 0.08) !important; - color: rgba(0, 0, 0, 0.87) !important; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:active { - background-color: rgba(0, 0, 0, 0.26) !important; - color: rgba(0, 0, 0, 0.87) !important; - transition-duration: 150ms; -} - -.popup-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.87) !important; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38) !important; -} - -.popup-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.87) !important; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38) !important; -} - -.popup-menu .popup-menu-arrow, -.popup-menu .popup-menu-icon { - icon-size: 16px; -} - -.popup-menu .popup-sub-menu { - margin: 0; - border-radius: 0 0 14px 14px; - border: none; - box-shadow: none; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 14px; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.15) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-ornament { - width: 1.2em; - text-align: center !important; -} - -.popup-menu .popup-menu-ornament:ltr { - text-align: right; -} - -.popup-menu .popup-menu-ornament:rtl { - text-align: left; -} - -.popup-menu .popup-separator-menu-item { - background: none; - border: none; -} - -.popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 4px 32px 4px 24px !important; - background-color: rgba(0, 0, 0, 0.12); -} - -.popup-sub-menu .popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 4px 36px 4px 16px !important; - background-color: rgba(0, 0, 0, 0.1); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 2px; - margin-bottom: 1.75em; -} - -.background-menu { - -boxpointer-gap: 2px; - -arrow-rise: 0; -} - -.aggregate-menu { - min-width: 19em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 2px; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 10px; - margin-left: 0; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 10px; - margin-right: 0; -} - -.app-menu { - max-width: 27.25em; -} - -.app-menu .popup-menu-ornament { - width: 0 !important; -} - -.app-menu .popup-menu-item > :first-child:ltr { - padding-left: 8px; - margin-left: 0; -} - -.app-menu .popup-menu-item > :first-child:rtl { - padding-right: 8px; - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel { - font-weight: bold; - font-size: 13px; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { - margin-left: 0; -} - -.app-menu .popup-inactive-menu-item:first-child .popup-separator-menu-item-separator { - height: 0; - background-color: transparent; -} - -/* Date/Time Menu */ -#calendarArea { - padding: 4px 0 !important; -} - -.calendar { - padding: 0 !important; - margin: 0 !important; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-calendar-column { - spacing: 4px; - border: none; - padding: 0 !important; - margin: 0 !important; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-calendar-column:hover, .datemenu-calendar-column:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.datemenu-calendar-column:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.datemenu-calendar-column:ltr { - margin-right: 4px !important; - margin-left: 10px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - margin-left: 4px !important; - margin-right: 10px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-right-width: 0; -} - -.datemenu-calendar-column .datemenu-displays-box { - spacing: 4px; -} - -.datemenu-today-button { - min-height: 40px; - padding: 4px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - background: none; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-today-button .day-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; -} - -.datemenu-today-button .date-label { - font-size: 18pt; - font-weight: 400; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.datemenu-today-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.calendar-month-label { - height: 16px; - margin: 2px; - padding: 6px 16px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - text-shadow: none; -} - -.calendar-month-label:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.pager-button { - width: 24px; - height: 24px; - margin: 2px; - border-radius: 9999px; - background-color: transparent; - color: rgba(0, 0, 0, 0.6); -} - -.pager-button:hover, .pager-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.pager-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.calendar-change-month-back { - padding: 0 2px; - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - padding: 0 2px; - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day, -.calendar-day-base { - font-size: 9pt; - font-weight: 400; - text-align: center; - width: 3em !important; - height: 3em !important; - padding: 0 !important; - margin: 2px !important; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); - border: none !important; - font-feature-settings: "tnum"; - text-shadow: none; -} - -.calendar-day:hover, .calendar-day:focus, -.calendar-day-base:hover, -.calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.08); - box-shadow: none; -} - -.calendar-day:active, -.calendar-day-base:active { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.26); - border: none !important; -} - -.calendar-day:selected, -.calendar-day-base:selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border: none !important; - box-shadow: none !important; - outline: none !important; -} - -.calendar-day.calendar-weekend, -.calendar-day-base.calendar-weekend { - color: rgba(0, 0, 0, 0.38); -} - -.calendar-day.calendar-day-heading, -.calendar-day-base.calendar-day-heading { - width: 24px !important; - height: 20px !important; - margin-top: 2px !important; - padding: 4px 0 0 !important; - border-radius: 9999px; - background-color: transparent; - color: rgba(0, 0, 0, 0.38); - font-size: 9pt; - font-weight: 400; - font-weight: bold; - text-align: center; -} - -.calendar-day { - border-width: 0; -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: rgba(0, 0, 0, 0.87); -} - -.calendar-today { - font-weight: bold !important; - color: white !important; - background-color: #1A73E8 !important; - border: none; -} - -.calendar-today:hover, .calendar-today:focus { - background-color: #287ce9 !important; - color: white !important; -} - -.calendar-today:active, .calendar-today:selected { - background-color: #1A73E8 !important; - color: white !important; -} - -.calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { - background-color: #287ce9 !important; - color: white !important; -} - -.calendar-day-with-events { - color: rgba(0, 0, 0, 0.38); - background-image: url("assets/calendar-today.svg"); - background-size: contain; -} - -.calendar-day-with-events.calendar-work-day { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; -} - -.calendar-other-month, -.calendar-other-month-day { - color: rgba(0, 0, 0, 0.26); - font-weight: normal; -} - -.calendar-week-number { - margin: 6px !important; - padding: 0 8px !important; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - font-size: 8.25pt; - font-weight: bold; - text-align: center; - text-shadow: none; - font-feature-settings: "tnum"; -} - -.world-clocks-button, -.weather-button, -.events-button { - padding: 4px 8px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); -} - -.world-clocks-button:hover, .world-clocks-button:focus, -.weather-button:hover, -.weather-button:focus, -.events-button:hover, -.events-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.world-clocks-button:active, -.weather-button:active, -.events-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.world-clocks-header, -.weather-header, -.message-list-section-title, -.events-section-title, -.events-title { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - margin-bottom: 2px; - text-shadow: none; -} - -.weather-grid, -.world-clocks-grid { - spacing-rows: 8px; - spacing-columns: 16px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - font-size: 0.9em; -} - -.events-button .events-box { - spacing: 6px; -} - -.events-button .events-list { - color: rgba(0, 0, 0, 0.6); - spacing: 12px; - text-shadow: none; -} - -.events-button .event-time { - color: rgba(0, 0, 0, 0.26); - font-feature-settings: "tnum"; -} - -.world-clocks-button .world-clocks-city { - color: rgba(0, 0, 0, 0.38); - font-weight: normal; - font-size: 0.9em; -} - -.world-clocks-button .world-clocks-time { - color: rgba(0, 0, 0, 0.38); - font-feature-settings: "tnum"; - font-weight: bold; - font-size: 0.9em; -} - -.world-clocks-button .world-clocks-time:ltr { - text-align: right; -} - -.world-clocks-button .world-clocks-time:rtl { - text-align: left; -} - -.world-clocks-button .world-clocks-timezone { - color: rgba(0, 0, 0, 0.38); - font-feature-settings: "tnum"; - font-size: 0.9em; -} - -.weather-button .weather-box { - spacing: 12px; -} - -.weather-button .weather-header-box { - spacing: 8px; -} - -.weather-button .weather-header.location { - font-weight: normal; - color: rgba(0, 0, 0, 0.38); - font-size: 0.8em; -} - -.weather-button .weather-forecast-icon { - icon-size: 24px; - color: rgba(0, 0, 0, 0.38); -} - -.weather-button .weather-forecast-time { - color: rgba(0, 0, 0, 0.38); - font-size: 0.7em; - font-feature-settings: "tnum"; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; - color: rgba(0, 0, 0, 0.52); - text-shadow: none; -} - -/* Message List */ -.message-list { - width: 30em; - padding: 0; - color: rgba(0, 0, 0, 0.6); - text-shadow: none; - border: none; -} - -.message-list:ltr { - margin-left: 0; - margin-right: 0; - padding-right: 0; - border-right-width: 0; -} - -.message-list:rtl { - margin-right: 0; - margin-left: 0; - padding-left: 0; - border-left-width: 0; -} - -.message-list .message-list-placeholder { - color: rgba(0, 0, 0, 0.26); -} - -.message-list .message-list-placeholder > StIcon { - icon-size: 48px; - margin-bottom: 6px; - -st-icon-style: symbolic; -} - -.message-list-sections { - spacing: 4px; - margin: 0; - padding-bottom: 4px; -} - -.message-list-sections:ltr { - margin-right: 2px; - padding-left: 4px; -} - -.message-list-sections:rtl { - margin-left: 2px; - padding-right: 4px; -} - -.message-list-section, -.message-list-section-list { - spacing: 4px; -} - -.message-list-controls { - margin: 4px 8px 0; - padding: 2px; - spacing: 8px; -} - -.message { - background-color: rgba(0, 0, 0, 0.04); - border: none; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - text-shadow: none; -} - -.message:hover, .message:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.message:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.popup-menu .message { - box-shadow: none; -} - -.message .message-icon-bin { - padding: 12px; - padding-right: 4px; -} - -.message .message-icon-bin:rtl { - padding-left: 4px; -} - -.message .message-icon-bin > StIcon { - icon-size: 36px; - -st-icon-style: symbolic; -} - -.message .message-icon-bin > .fallback-app-icon { - width: 16px; - height: 16px; -} - -.message .message-content { - spacing: 4px; - padding: 6px; - margin-bottom: 4px; - color: rgba(0, 0, 0, 0.6); -} - -.message .message-title { - font-weight: bold; - padding-top: 0.57em; - color: rgba(0, 0, 0, 0.6); -} - -.message .message-secondary-bin { - padding: 0 4px; -} - -.message .message-secondary-bin > .event-time { - color: rgba(0, 0, 0, 0.6); - font-size: 0.9em; - padding-bottom: 0.13em; -} - -.message .message-secondary-bin > .event-time:ltr { - text-align: right; -} - -.message .message-secondary-bin > .event-time:rtl { - text-align: left; -} - -.message .message-close-button { - color: rgba(0, 0, 0, 0.6); - padding: 0; - height: 20px; - width: 20px; - border-radius: 9999px; -} - -.message .message-close-button:hover, .message .message-close-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.message .message-close-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.message .message-close-button:insensitive { - color: rgba(0, 0, 0, 0.26); -} - -.message .message-body { - color: rgba(0, 0, 0, 0.38); -} - -.url-highlighter { - link-color: #1A73E8; -} - -/* Media Controls */ -.message-media-control { - margin: 20px 4px !important; - padding: 8px !important; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); -} - -.message-media-control:hover, .message-media-control:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.message-media-control:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.message-media-control:insensitive { - color: rgba(0, 0, 0, 0.26); -} - -.message-media-control:last-child:ltr { - margin-right: 16px !important; -} - -.message-media-control:last-child:rtl { - margin-left: 16px !important; -} - -.media-message-cover-icon { - icon-size: 32px !important; - margin: 0; - padding: 0; -} - -.media-message-cover-icon.fallback { - background-color: rgba(0, 0, 0, 0.08); - padding: 8px; - color: rgba(0, 0, 0, 0.38); - border: none; - border-radius: 5px; - icon-size: 24px !important; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 12px; -} - -.candidate-popup-content { - background-color: #FFFFFF; - border-radius: 10px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); - margin: 2px 10px 13px; - padding: 4px; - spacing: 4px; - border: none; -} - -.candidate-index { - padding: 0 0.5em 0 0; - color: rgba(0, 0, 0, 0.38); -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 2px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:selected { - background-color: #1A73E8; - color: white; -} - -.candidate-box:last-child { - margin-right: 0; -} - -.candidate-page-button-box { - height: 2em; -} - -.vertical .candidate-page-button-box { - padding-top: 0.5em; -} - -.horizontal .candidate-page-button-box { - padding-left: 0.5em; -} - -.candidate-page-button { - padding: 4px; -} - -.candidate-page-button-previous { - border-radius: 10px 0px 0px 10px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 0px 10px 10px 0px; -} - -.candidate-page-button-icon { - icon-size: 1em; -} - -.quick-settings { - padding: 12px !important; - border-radius: 28px !important; - margin-top: 2px !important; - border: none; -} - -.quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .button { - padding: 8px; -} - -.quick-settings .icon-button > StIcon, .quick-settings .background-app-item .close-button > StIcon, .background-app-item .quick-settings .close-button > StIcon, .quick-settings .button > StIcon { - icon-size: 16px; -} - -.quick-settings-grid { - spacing-rows: 8px; - spacing-columns: 8px; -} - -.quick-toggle, .quick-menu-toggle { - border-radius: 9999px; - min-width: 11em; - max-width: 11em; - min-height: 34px; - border: none; -} - -.quick-toggle { - background-color: rgba(0, 0, 0, 0.06) !important; - /* Move padding into the box; this is to allow menu arrows - to extend to the border */ -} - -.quick-toggle:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.quick-toggle:active { - background-color: rgba(0, 0, 0, 0.24) !important; -} - -.quick-toggle:checked { - background-color: #1A73E8 !important; - color: white !important; -} - -.quick-toggle:checked:hover { - background-color: rgba(24, 106, 214, 0.987) !important; - color: white !important; -} - -.quick-toggle:checked:active { - background-color: rgba(22, 96, 195, 0.974) !important; - color: white !important; -} - -.quick-toggle > StBoxLayout { - spacing: 4px; -} - -.quick-toggle.button { - padding: 0; -} - -.quick-toggle > StBoxLayout { - padding: 0 8px; -} - -.quick-toggle:ltr > StBoxLayout { - padding-left: 10px; -} - -.quick-toggle:rtl > StBoxLayout { - padding-right: 10px; -} - -.quick-toggle .quick-toggle-title { - font-weight: bold; -} - -.quick-toggle StBoxLayout > .quick-toggle-subtitle { - font-weight: normal; - font-size: 12px; -} - -.quick-toggle .quick-toggle-icon { - icon-size: 16px; -} - -.quick-menu-toggle .quick-toggle { - min-width: auto; - max-width: auto; -} - -.quick-menu-toggle .quick-toggle:ltr { - border-radius: 9999px 0 0 9999px; -} - -.quick-menu-toggle .quick-toggle:ltr > StBoxLayout { - padding-right: 0; -} - -.quick-menu-toggle .quick-toggle:rtl { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle:rtr > StBoxLayout { - padding-left: 0; -} - -.quick-menu-toggle .quick-toggle:ltr:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle:rtl:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle-arrow { - background-color: rgba(0, 0, 0, 0.08) !important; - padding: 4px 7px; - border: none !important; -} - -.quick-menu-toggle .quick-toggle-arrow:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:checked { - background-color: #1A73E8 !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:hover { - background-color: rgba(24, 106, 214, 0.987) !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:active { - background-color: rgba(22, 96, 195, 0.974) !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:ltr { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle-arrow:rtl { - border-radius: 9999px 0 0 9999px; -} - -.quick-slider > StBoxLayout { - spacing: 4px; -} - -.quick-slider .icon-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button { - padding: 6px; -} - -.quick-slider .slider-bin { - min-height: 16px; - padding: 4px; - border-radius: 9999px; -} - -.quick-slider .slider-bin:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.quick-slider .slider-bin:focus:active { - color: white; -} - -.quick-slider .quick-toggle-icon { - icon-size: 16px; -} - -.quick-toggle-menu { - border-radius: 20px !important; - padding: 8px; - margin: 8px 14px 0; - background-color: white !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item { - padding: 6px !important; - border-radius: 9999px !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item StLabel { - color: rgba(0, 0, 0, 0.65); -} - -.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.quick-toggle-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.25) !important; -} - -.quick-toggle-menu .popup-menu-item > StIcon { - -st-icon-style: symbolic; -} - -.quick-toggle-menu .popup-menu-item > :first-child:ltr { - padding-left: 6px !important; -} - -.quick-toggle-menu .popup-menu-item > :first-child:rtl { - padding-right: 6px !important; -} - -.quick-toggle-menu .popup-menu-item .popup-separator-menu-item-separator { - margin: 4px 12px 4px 0 !important; - padding: 0 !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .header { - spacing-rows: 2px; - spacing-columns: 8px; - padding-bottom: 8px; -} - -.quick-toggle-menu .header .icon { - icon-size: 24px; - border-radius: 9999px; - padding: 6px; - background-color: rgba(0, 0, 0, 0.08) !important; -} - -.quick-toggle-menu .header .icon.active { - background-color: #1A73E8 !important; - color: white !important; -} - -.quick-settings-system-item > StBoxLayout { - spacing: 8px; -} - -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button { - background-color: rgba(0, 0, 0, 0.06); -} - -.quick-settings-system-item .icon-button:hover, .quick-settings-system-item .background-app-item .close-button:hover, .background-app-item .quick-settings-system-item .close-button:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -.quick-settings-system-item .icon-button:active, .quick-settings-system-item .background-app-item .close-button:active, .background-app-item .quick-settings-system-item .close-button:active { - background-color: rgba(0, 0, 0, 0.24); -} - -.quick-settings-system-item .icon-button > StIcon, .quick-settings-system-item .background-app-item .close-button > StIcon, .background-app-item .quick-settings-system-item .close-button > StIcon { - -st-icon-style: symbolic; -} - -.quick-settings-system-item .power-item { - min-height: 0; - min-width: 0; -} - -.quick-settings-system-item .power-item:insensitive { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - background-color: transparent; -} - -.nm-network-item .wireless-secure-icon { - icon-size: 8px; -} - -.bt-device-item .popup-menu-icon { - -st-icon-style: symbolic; -} - -.bt-menu-placeholder.popup-menu-item { - text-align: center; - padding: 2em 4em; -} - -.device-subtitle { - color: rgba(0, 0, 0, 0.38); -} - -.background-apps-quick-toggle { - min-height: 34px; - background-color: transparent; -} - -.background-apps-quick-toggle StIcon { - icon-size: 16px !important; -} - -.background-app-item .popup-menu-icon { - icon-size: 32px !important; - -st-icon-style: regular !important; -} - -.background-app-item .close-button { - padding: 4px; -} - -.background-app-item.popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.87); -} - -/* Notifications & Message Tray */ -.notification-banner { - min-height: 64px; - width: 34em; - font-size: 1em; - margin: 8px 8px 12px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #FFFFFF; -} - -.notification-banner .notification-actions { - spacing: 0; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; - border-top: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 10px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 10px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 10px 10px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; - color: rgba(0, 0, 0, 0.6); - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08) !important; - outline: none !important; -} - -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { - background-color: rgba(0, 0, 0, 0.08); - color: rgba(0, 0, 0, 0.87); - box-shadow: none !important; - outline: none !important; -} - -.notification-banner .notification-button:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #1A73E8; - color: white; - border: 2px solid #1A73E8; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: rgba(0, 0, 0, 0.6); -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: rgba(0, 0, 0, 0.6); -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - font-weight: bold; - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: rgba(0, 0, 0, 0.38); -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 0 4px; -} - -/* Modal Dialogs */ -.headline { - font-size: 15pt; - font-weight: 500; -} - -.modal-dialog { - border-radius: 24px; - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: 0 none rgba(0, 0, 0, 0.15); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; - background-color: #FFFFFF; -} - -.modal-dialog .modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; -} - -.end-session-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #E53935; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #ea615e; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #e2231e; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #FFD600; -} - -/* Message Dialog */ -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.lightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: rgba(0, 0, 0, 0.6); - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - font-size: 11.25pt; - font-weight: 400; - text-align: center; - color: rgba(0, 0, 0, 0.38); -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; -} - -.prompt-dialog .modal-dialog-linked-button:first-child { - color: #E53935; -} - -.prompt-dialog .modal-dialog-linked-button:first-child:active { - color: white !important; - background-color: #E53935; -} - -.prompt-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #1A73E8; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #448dec; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #1567d3; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:insensitive { - color: rgba(26, 115, 232, 0.5) !important; - background-color: rgba(26, 115, 232, 0.15); -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; - background-color: #FFFFFF; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; -} - -.prompt-dialog-error-label { - color: #FFD600; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #FFD600; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #1A73E8; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Welcome dialog */ -.welcome-dialog-image { - background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); - background-size: contain; - /* Reasonable maximum dimensions */ - height: 300px; - width: 300px; -} - -/* Network Dialogs */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: rgba(0, 0, 0, 0.87); -} - -.nm-dialog-header { - font-weight: bold; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-scroll-view { - border: none; - background-color: rgba(0, 0, 0, 0.08); - border-radius: 10px; - padding: 8px; - padding-right: 0; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 8px; - spacing: 0px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.nm-dialog-item:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.nm-dialog-item:selected { - background-color: #1A73E8; - color: white; -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.nm-dialog-icons { - spacing: 8px; -} - -.no-networks-label { - color: rgba(0, 0, 0, 0.38); -} - -.no-networks-box { - spacing: 4px; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 8px; - padding: 8px 12px; - margin-bottom: 8em; - border-radius: 9999px; -} - -.osd-window > * { - spacing: 8px; -} - -.osd-window StIcon { - icon-size: 32px; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window StLabel:ltr { - margin-right: 4px; -} - -.osd-window StLabel:rtl { - margin-left: 4px; -} - -.osd-window .level { - height: 4px; - min-width: 160px; - margin-bottom: 4px; - -barlevel-height: 4px; - -barlevel-background-color: rgba(26, 115, 232, 0.3); - -barlevel-active-background-color: #1A73E8; - -barlevel-overdrive-color: #E53935; - -barlevel-overdrive-separator-width: 3px; - -barlevel-border-width: 0; -} - -.osd-window .level:first-child { - margin-bottom: 0px; -} - -.osd-window .level:ltr { - margin-right: 4px; -} - -.osd-window .level:rtl { - margin-left: 4px; -} - -.osd-monitor-label { - border-radius: 16px; - font-size: 3em; - font-weight: bold; - margin: 6px; - text-align: center; - min-width: 1.3em; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.8); - border: none; -} - -.pad-osd-window .pad-osd-title-box { - spacing: 8px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 4px; -} - -.combo-box-label { - width: 15em; -} - -.resize-popup { - border-radius: 16px; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - border-radius: 16px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 10px; - border: none; -} - -.switcher-list .item-box:outlined { - background-color: rgba(0, 0, 0, 0.08); -} - -.switcher-list .item-box:selected { - background-color: #1A73E8; - color: white; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-list .switcher-list-item-container { - spacing: 8px; -} - -.switcher-arrow { - border-color: rgba(255, 255, 255, 0.7); - color: rgba(255, 255, 255, 0.7); -} - -.switcher-arrow:highlighted { - color: white; -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -.cycler-highlight { - border: 5px solid #1A73E8; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher-container { - border-radius: 16px; -} - -.workspace-switcher { - background: transparent; - border: none; - border-radius: 0; - padding: 0; - spacing: 8px; -} - -.ws-switcher-box { - height: 50px; - background-size: 32px; - border: none; - background: rgba(0, 0, 0, 0.08); - border-radius: 10px; -} - -.ws-switcher-active-up, -.ws-switcher-active-down, -.ws-switcher-active-left, -.ws-switcher-active-right { - height: 52px; - background-color: #1A73E8; - border: none; - border-radius: 12px; - color: white; -} - -/* Top Bar */ -#panel { - font-weight: bold; - font-feature-settings: "tnum"; - padding: 0 !important; - transition-duration: 250ms; - height: 34px; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.65); - margin: 2px; - border-radius: 9999px; -} - -#panel.unlock-screen, #panel.login-screen, #panel:overview { - background-color: transparent; -} - -#panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel:overview .panel-corner { - -panel-corner-opacity: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(33, 33, 33, 0.65); - -panel-corner-border-width: 0; - -panel-corner-border-color: transparent; - -panel-corner-opacity: 1; - transition-duration: 250ms; -} - -#panel .panel-button { - font-weight: bold; - color: white; - -natural-hpadding: 9px; - -minimum-hpadding: 9px; - transition-duration: 150ms; - border: 2px solid transparent; - border-radius: 9999px; - margin: 0; -} - -#panel .panel-button.clock-display { - -natural-hpadding: 0 !important; - -minimum-hpadding: 0 !important; - padding: 0 !important; - spacing: 0 !important; -} - -#panel .panel-button.clock-display .clock-display-box { - spacing: 0; -} - -#panel .panel-button.clock-display .clock { - border-radius: 9999px; - padding: 0 8px !important; -} - -#panel .panel-button:hover { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:hover.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:hover.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 4px; - margin: 0; -} - -#panel .panel-button .appindicator-trayicons-box { - margin: 0 4px; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; -} - -#panel .panel-button#panelActivities { - -natural-hpadding: 10px; -} - -#panel .panel-button#panelActivities StBoxLayout { - spacing: 4px; -} - -#panel .panel-button#panelActivities .workspace-dot { - border-radius: 9999px; - min-width: 8px; - min-height: 8px; - background-color: white; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button { - border: 0 none transparent !important; - margin: 0 !important; - padding: 0 !important; - -natural-hpadding: 2px !important; - -minimum-hpadding: 2px !important; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .panel-status-menu-box { - spacing: 0; - padding: 0; - margin: 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon { - border-radius: 9999px; - width: 31px; - margin: 2px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:hover, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:checked, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:active, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:overview, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:focus, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button { - border-radius: 9999px; - width: 31px; - margin: 2px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_status_keyboard_InputSourceIndicator.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_AppIndicatorsIndicatorStatusIcon.panel-button { - -natural-hpadding: 13px !important; - -minimum-hpadding: 13px !important; -} - -#panel .screencast-indicator, -#panel .remote-access-indicator { - color: #FFD600; -} - -#appMenu { - spacing: 4px; -} - -#appMenu .label-shadow { - color: transparent; -} - -#appMenu .panel-status-menu-box { - padding: 0 4px; - spacing: 4px; -} - -/* Activities Ripple */ -.ripple-box { - background-color: rgba(26, 115, 232, 0.35); - width: 52px; - height: 52px; - border-radius: 0 0 52px 0; -} - -.ripple-box:rtl { - border-radius: 0 0 0 52px; -} - -/* OVERVIEW */ -.controls-manager, .secondary-monitor-workspaces { - spacing: 8px; -} - -#overviewGroup { - background-color: #242424; -} - -.overview-controls { - padding-bottom: 32px; -} - -/* Window Picker */ -.window-picker { - spacing: 4px; -} - -.window-caption { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 9999px; - padding: 4px 8px; -} - -.window-close, .screenshot-ui-close-button { - background-color: #242424; - color: white; - border-radius: 21px; - padding: 3px; - height: 30px; - width: 30px; - box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); - transition-duration: 300ms; -} - -.window-close StIcon, .screenshot-ui-close-button StIcon { - icon-size: 24px; -} - -.window-close:hover, .screenshot-ui-close-button:hover { - background-color: #4a4a4a; -} - -.window-close:active, .screenshot-ui-close-button:active { - color: rgba(255, 255, 255, 0.8); - background-color: #171717; -} - -.workspace-background { - border-radius: 30px; - background-color: #242424; - box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.15); -} - -.search-entry { - min-height: 24px; - padding: 4px 4px; - width: 320px; - border-radius: 9999px; - selection-background-color: #1A73E8; - selected-color: white !important; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.search-entry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -.search-entry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -.search-entry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: rgba(0, 0, 0, 0.6); -} - -.search-entry StLabel.hint-text { - margin-left: 2px; - color: rgba(0, 0, 0, 0.38); -} - -#overview .search-entry { - margin-top: 8px; - margin-bottom: 4px; - border: none !important; - caret-color: rgba(0, 0, 0, 0.75); - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.75); - border-color: transparent; - box-shadow: none; -} - -#overview .search-entry:hover { - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.85); - box-shadow: none; -} - -#overview .search-entry:focus { - color: rgba(0, 0, 0, 0.85); - border-color: transparent; - background-color: rgba(255, 255, 255, 0.95); - border: none; - box-shadow: none; - selection-background-color: #1A73E8; - selected-color: white !important; -} - -#overview .search-entry .search-entry-icon { - color: rgba(0, 0, 0, 0.65); -} - -#overview .search-entry:hover .search-entry-icon, #overview .search-entry:focus .search-entry-icon { - color: rgba(0, 0, 0, 0.75); -} - -#overview .search-entry StLabel.hint-text { - color: rgba(0, 0, 0, 0.35); -} - -/* Search */ -#searchResultsContent { - max-width: 1024px; - spacing: 4px; -} - -.search-section { - spacing: 6px; -} - -.search-section .search-section-separator { - height: 0; - background-color: transparent; -} - -.search-section-content { - background-color: rgba(255, 255, 255, 0.12); - border-radius: 14px; - border: none; - box-shadow: none; - text-shadow: none; - color: white; - padding: 12px; - spacing: 4px; -} - -.list-search-result, .search-provider-icon { - border-radius: 10px; -} - -.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 200ms; - border-radius: 10px; -} - -.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - border-radius: 10px; -} - -.grid-search-results { - spacing: 20px; - margin: 0 6px; -} - -.search-provider-icon .list-search-provider-content { - spacing: 8px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.7); -} - -.list-search-results { - spacing: 4px; -} - -.list-search-result .list-search-result-content { - spacing: 4px; -} - -.list-search-result .list-search-result-title { - spacing: 8px; -} - -.list-search-result .list-search-result-description { - color: rgba(255, 255, 255, 0.5); -} - -/* Dash */ -#dash { - font-size: 9pt; - font-weight: 400; - margin-top: 12px; -} - -#dash .placeholder { - background-image: none; - background-size: contain; - height: 32px; -} - -#dash .empty-dash-drop-target { - width: 32px; - height: 32px; -} - -#dash .app-well-app-running-dot { - margin-bottom: 15px; -} - -.dash-background { - background-color: rgba(255, 255, 255, 0.2); - margin-bottom: 12px; - padding: 12px; - spacing: 6px; - border-radius: 9999px; - box-shadow: none; - border: none; -} - -.dash-item-container > * { - margin: 0 2px; -} - -.dash-item-container:ltr:first-child { - margin-left: 0; -} - -.dash-item-container:rtl:first-child { - margin-right: 0; -} - -.dash-item-container .show-apps, -.dash-item-container .app-well-app { - padding-bottom: 12px !important; -} - -.dash-item-container .show-apps .overview-icon, -.dash-item-container .app-well-app .overview-icon { - padding: 8px !important; - border-radius: 9999px; -} - -.dash-separator { - width: 1px; - margin: 0 2px 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -.dash-label { - border-radius: 9999px; - padding: 4px 8px; - color: white; - background-color: rgba(0, 0, 0, 0.75); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); - text-align: center; - -y-offset: 6px; - -x-offset: 6px; -} - -/* App Grid */ -.grid-search-result .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon, .search-provider-icon, .list-search-result { - color: white; - border-radius: 20px; - padding: 8px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.icon-grid { - row-spacing: 12px; - column-spacing: 12px; - max-row-spacing: 42px; - max-column-spacing: 42px; - page-padding-top: 24px; - page-padding-bottom: 24px; - page-padding-left: 18px; - page-padding-right: 18px; -} - -/* App Icons */ - -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - - -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout, -.show-apps .overview-icon.overview-icon-with-label > StBoxLayout, -.app-well-app .overview-icon.overview-icon-with-label > StBoxLayout { - spacing: 4px; -} - -/* App Folders */ -.app-well-app.app-folder { - background: none; - border-radius: 20px; -} - -.app-well-app.app-folder .overview-icon { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 20px; -} - -.app-well-app.app-folder:hover .overview-icon { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-well-app.app-folder:active .overview-icon { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog { - border-radius: 40px; - border: none; - background-color: rgba(36, 36, 36, 0.95); - spacing: 6px; - box-shadow: none; - outline: none; -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, -.app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: 800; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - min-height: 28px; - padding: 4px; - border: none; - color: white; - background-color: rgba(255, 255, 255, 0.15); - caret-color: white; - selection-background-color: rgba(255, 255, 255, 0.12) !important; - selected-color: white !important; - width: 300px; -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.25); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.95); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.7); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border: none; - height: 32px; - width: 32px; - padding: 4px; - border-radius: 9999px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog .icon-grid { - row-spacing: 12px; - column-spacing: 30px; - page-padding-top: 0; - page-padding-bottom: 0; - page-padding-left: 0; - page-padding-right: 0; -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.app-folder-dialog-container { - padding: 12px; - width: 620px; - height: 620px; -} - -.app-well-app-running-dot { - width: 8px; - height: 2px; - border-radius: 0; - background-color: white; - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - width: 16px; - background-color: #1A73E8; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 4px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 8px; -} - -.app-menu, -.app-well-menu { - max-width: 27.25em; -} - -.page-indicator { - padding: 4px 8px 0; -} - -.page-indicator .page-indicator-icon { - width: 10px; - height: 10px; - border-radius: 10px; - background-color: white; -} - -.apps-scroll-view { - padding: 0; -} - -.system-action-icon { - background-color: rgba(0, 0, 0, 0.8); - color: white; - border-radius: 9999px; -} - -.page-navigation-hint { - width: 300px; - color: white; -} - -.page-navigation-hint.dnd { - background: rgba(255, 255, 255, 0.1); -} - -.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { - background-gradient-start: rgba(255, 255, 255, 0.05); - background-gradient-end: transparent; - background-gradient-direction: horizontal; - border-radius: 15px 0px 0px 15px; -} - -.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { - background-gradient-start: transparent; - background-gradient-end: rgba(255, 255, 255, 0.05); - background-gradient-direction: horizontal; - border-radius: 0px 15px 15px 0px; -} - -.page-navigation-arrow { - margin: 6px; - padding: 18px; - width: 24px; - height: 24px; - border-radius: 9999px; - color: white; -} - -.page-navigation-arrow:insensitive { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.page-navigation-arrow:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.page-navigation-arrow:active { - background-color: rgba(255, 255, 255, 0.24); - color: white; -} - -/* Workspace pager */ -.workspace-thumbnails .workspace-thumbnail { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border: none; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 4px; - padding: 4px; -} - -.workspace-thumbnails .workspace-thumbnail { - border-radius: 3px; -} - -.workspace-thumbnails .placeholder { - background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg"); - background-size: contain; - width: 18px; -} - -.workspace-thumbnail-indicator { - border: 3px solid #1A73E8; - border-radius: 3px; - padding: 0px; -} - -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(165, 200, 246, 0.3); - box-shadow: 0 0 2px 2px #77acf1; -} - -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #1A73E8; - -pie-background-color: rgba(211, 228, 251, 0.3); -} - -.magnifier-zoom-region { - border: 2px solid #1A73E8; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -.select-area-rubberband { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.7); - border-radius: 9999px; - icon-size: 64px; -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 99px; - padding: 8px; - width: 40px; - height: 40px; -} - -.user-icon.user-avatar { - border: 2px rgba(255, 255, 255, 0.7); -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #FFD600; -} - -/* Workspace animation */ -.workspace-animation { - background-color: #242424; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.tile-preview-left.on-primary { - border-radius: 11px 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 11px 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 11px 11px 0 0; -} - -/* On-screen Keyboard */ -#keyboard { - background-color: rgba(0, 0, 0, 0.85); - border: none; - border-top-width: 0; - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 4px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container { - padding: 2px; - spacing: 2px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 10px; - border: none; - color: inherit; - background-color: #FAFAFA; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: rgba(0, 0, 0, 0.87); - background-color: #e1e1e1; -} - -.keyboard-key:checked, .keyboard-key:active { - color: rgba(0, 0, 0, 0.87); - background-color: #c7c7c7; -} - -.keyboard-key:grayed { - background-color: #242424; - color: white; - border-color: #242424; -} - -.keyboard-key.default-key { - background-color: #BFBFBF; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { - color: rgba(0, 0, 0, 0.6); - background-color: #FAFAFA; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active { - color: rgba(0, 0, 0, 0.6); - background-color: #ebebeb; -} - -.keyboard-key.enter-key { - background-color: #1A73E8; - color: white; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: white; - background-color: #3181ea; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: white; - background-color: #135cbc; -} - -.keyboard-key.shift-key-uppercase { - color: #1A73E8; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #3181ea; - background-color: #1A73E8; -} - -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -/* Looking Glass */ -#LookingGlassDialog { - color: rgba(255, 255, 255, 0.7); - background-color: #242424; - spacing: 4px; - padding: 0; - border: none; - border-radius: 18px; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.45); -} - -#LookingGlassDialog > #Toolbar { - padding: 4px 6px; - border: none; - border-radius: 18px 18px 0 0; - background-color: #3e3e3e; - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .labels { - spacing: 0; - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 4px; - -minimum-hpadding: 4px; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); - transition-duration: 150ms; - padding-left: 12px; - padding-right: 12px; - min-height: 22px; - border-radius: 10px; - background-color: transparent; -} - -#LookingGlassDialog .notebook-tab:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); - text-shadow: none; - box-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: none; - color: white; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; -} - -.lg-dialog StEntry { - selection-background-color: #1A73E8; - selected-color: white; - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.lg-dialog .shell-link { - color: #1A73E8; -} - -.lg-dialog .shell-link:hover { - color: #1A73E8; -} - -.lg-dialog .actor-link { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:hover { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:active { - color: rgba(204, 204, 204, 0.5); -} - -.lg-dialog .actor-link StIcon { - icon-size: 12px; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-title { - spacing: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-button { - min-height: 32px; - padding: 4px; - border: none; - border-radius: 10px; - font-size: 9.75pt; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extensions-list { - padding: 4px; - spacing: 4px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extension { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - padding: 4px; - box-shadow: none; -} - -.lg-extension-name { - font-size: 18pt; - font-weight: 400; - color: white; -} - -.lg-extension-meta { - spacing: 4px; -} - -#LookingGlassPropertyInspector { - color: white; - background: #333333; - border: none; - border-radius: 10px; - padding: 4px; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); -} - -#LookingGlassPropertyInspector .window-close, #LookingGlassPropertyInspector .screenshot-ui-close-button { - margin: 4px; -} - -.lg-debug-flag-button { - color: white; -} - -.lg-debug-flag-button StLabel { - padding: 4px, 8px; -} - -.lg-debug-flag-button:hover { - color: white; -} - -.lg-debug-flag-button:active { - color: #cccccc; -} - -.lg-debug-flags-header { - padding-top: 8px; - padding: 4px; -} - -.icon-label-button-container { - spacing: 4px; - font-size: 9pt; - font-weight: 400; -} - -.icon-label-button-container StIcon { - icon-size: 32px; -} - -.screenshot-ui-panel { - color: white; - background-color: #212121; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - border-radius: 31px; - padding: 12px; - padding-bottom: 6px; - margin-bottom: 4em; - spacing: 8px; -} - -.screenshot-ui-close-button { - padding: 4px !important; -} - -.screenshot-ui-close-button.left { - margin-left: 6px; -} - -.screenshot-ui-close-button.right { - margin-right: 6px; -} - -.screenshot-ui-type-button { - min-width: 48px; - padding: 8px 12px !important; - border-radius: 19px; -} - -.screenshot-ui-capture-button { - width: 36px; - height: 36px; - border-radius: 9999px; - border: 4px white; - padding: 2px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { - background-color: white; - transition-duration: 200ms; - border-radius: 9999px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { - background-color: #d9d9d9; -} - -.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { - background-color: gray; -} - -.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { - background-color: #E53935; -} - -.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { - background-color: #e84f4c; -} - -.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { - background-color: #da201c; -} - -.screenshot-ui-shot-cast-container { - background-color: rgba(0, 0, 0, 0.08); - border-radius: 10px; - padding: 3px; - spacing: 3px; -} - -.screenshot-ui-shot-cast-container:ltr { - margin-left: 9px; -} - -.screenshot-ui-shot-cast-container:rtl { - margin-right: 9px; -} - -.screenshot-ui-shot-cast-button { - padding: 4px 8px; - background-color: transparent; - border-radius: 7px; -} - -.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { - background-color: rgba(0, 0, 0, 0.12); -} - -.screenshot-ui-shot-cast-button:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.screenshot-ui-shot-cast-button:checked { - background-color: white; - color: black; -} - -.screenshot-ui-shot-cast-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-show-pointer-button { - border-radius: 9999px; - padding: 8px !important; -} - -.screenshot-ui-show-pointer-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { - border: 2px white; -} - -.screenshot-ui-area-selector-handle { - border-radius: 9999px; - background-color: white; - box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); - width: 24px; - height: 24px; -} - -.screenshot-ui-window-selector { - background-color: #242424; -} - -.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { - margin: 100px; -} - -.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { - margin-bottom: 200px; -} - -.screenshot-ui-window-selector-window-border { - transition-duration: 200ms; - border-radius: 10px; - border: 6px transparent; -} - -.screenshot-ui-window-selector-check { - transition-duration: 200ms; - color: transparent; - border-radius: 9999px; - border-width: 12px; - icon-size: 24px; -} - -.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { - border-color: #1151a5; -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { - border-color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { - color: white; - background-color: #1A73E8; -} - -.screenshot-ui-screen-selector { - transition-duration: 200ms; - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-screen-selector:hover { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-screen-selector:active { - background-color: rgba(0, 0, 0, 0.7); -} - -.screenshot-ui-screen-selector:checked { - background-color: transparent; - border: 2px white; -} - -.screenshot-ui-tooltip { - color: white; - background-color: #242424; - border-radius: 9999px; - padding: 4px 8px; - text-align: center; - -y-offset: 24px; -} - -/* Login Dialog */ -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog, -.unlock-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry, -.unlock-dialog StEntry { - selection-background-color: #1A73E8; - selected-color: white !important; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.login-dialog StEntry:focus, -.unlock-dialog StEntry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -.login-dialog StEntry:insensitive, -.unlock-dialog StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .modal-dialog-button-box, -.unlock-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button, -.unlock-dialog .modal-dialog-button { - padding: 4px 18px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, -.unlock-dialog .modal-dialog-button:hover, -.unlock-dialog .modal-dialog-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:active, -.unlock-dialog .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:insensitive, -.unlock-dialog .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default, -.unlock-dialog .modal-dialog-button:default { - color: white; - background-color: #1A73E8; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, -.unlock-dialog .modal-dialog-button:default:hover, -.unlock-dialog .modal-dialog-button:default:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:active, -.unlock-dialog .modal-dialog-button:default:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:insensitive, -.unlock-dialog .modal-dialog-button:default:insensitive { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button, -.unlock-dialog .cancel-button, -.unlock-dialog .switch-user-button, -.unlock-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 99px; - width: 32px; - height: 32px; - border: none; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .cancel-button:hover, .login-dialog .cancel-button:focus, -.login-dialog .switch-user-button:hover, -.login-dialog .switch-user-button:focus, -.login-dialog .login-dialog-session-list-button:hover, -.login-dialog .login-dialog-session-list-button:focus, -.unlock-dialog .cancel-button:hover, -.unlock-dialog .cancel-button:focus, -.unlock-dialog .switch-user-button:hover, -.unlock-dialog .switch-user-button:focus, -.unlock-dialog .login-dialog-session-list-button:hover, -.unlock-dialog .login-dialog-session-list-button:focus { - color: white; -} - -.login-dialog .cancel-button:active, -.login-dialog .switch-user-button:active, -.login-dialog .login-dialog-session-list-button:active, -.unlock-dialog .cancel-button:active, -.unlock-dialog .switch-user-button:active, -.unlock-dialog .login-dialog-session-list-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon, -.unlock-dialog .cancel-button StIcon, -.unlock-dialog .switch-user-button StIcon, -.unlock-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .caps-lock-warning-label, -.login-dialog .login-dialog-message-warning, -.unlock-dialog .caps-lock-warning-label, -.unlock-dialog .login-dialog-message-warning { - color: white; -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-button-box { - width: 23em; - spacing: 5px; -} - -.login-dialog-message { - text-align: center; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; - font-size: 1em; - font-weight: bold; - color: rgba(255, 255, 255, 0.7); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: white; -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: white; -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid white; -} - -.login-dialog-user-list-item { - border-radius: 10px; - padding: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list-item:ltr { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl { - padding-left: 1em; -} - -.login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: white; -} - -.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: white; -} - -.user-widget-label { - color: white; -} - -.user-widget.horizontal .user-widget-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; - text-align: left; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; - text-align: right; -} - -.user-widget.vertical .user-widget-label { - font-size: 15pt; - font-weight: 500; - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-label { - color: rgba(255, 255, 255, 0.5); - font-size: 1em; - padding-top: 1em; -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(52, 52, 52, 0.9); - color: white; - border-radius: 10px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(36, 36, 36, 0.9); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(52, 52, 52, 0.9); - background-color: rgba(255, 255, 255, 0.7); - border-radius: 99px; - margin-right: 12px; -} - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); -} - -#lockDialogGroup { - background-color: #242424; -} - -#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { - background-color: rgba(52, 52, 52, 0.2); -} - -#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { - background-color: rgba(52, 52, 52, 0.4); -} - -#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { - background-color: rgba(26, 115, 232, 0.5); -} - -.bottom #dashtodockDashScrollview, -.top #dashtodockDashScrollview { - -st-hfade-offset: 24px; -} - -.left #dashtodockDashScrollview, -.right #dashtodockDashScrollview { - -st-vfade-offset: 24px; -} - -#dashtodockContainer { - background: transparent; -} - -#dashtodockContainer .number-overlay { - min-width: 1.2em; - min-height: 1.2em; - color: white; - background-color: rgba(0, 0, 0, 0.75); - text-align: center; - padding: 0.4em 0.5em; -} - -#dashtodockContainer .notification-badge { - min-width: 16px; - min-height: 16px; - color: white; - background-color: #1A73E8; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 9999px; - margin: 2px 3px 5px; - padding: 3px; - font-weight: bold; - text-align: center; -} - -#dashtodockContainer.top #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.top.straight-corner #dash, #dashtodockContainer.top.shrink.straight-corner #dash, #dashtodockContainer.top.extended #dash, #dashtodockContainer.top.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-background, #dashtodockContainer.top.shrink.straight-corner #dash .dash-background, #dashtodockContainer.top.extended #dash .dash-background, #dashtodockContainer.top.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner #dash .show-apps, #dashtodockContainer.top.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.straight-corner #dash .show-apps, #dashtodockContainer.top.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.extended #dash .show-apps, #dashtodockContainer.top.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.bottom #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.bottom.straight-corner #dash, #dashtodockContainer.bottom.shrink.straight-corner #dash, #dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-background, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-background, #dashtodockContainer.bottom.extended #dash .dash-background, #dashtodockContainer.bottom.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner #dash .show-apps, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.straight-corner #dash .show-apps, #dashtodockContainer.bottom.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended #dash .show-apps, #dashtodockContainer.bottom.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.left #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.left.straight-corner #dash, #dashtodockContainer.left.shrink.straight-corner #dash, #dashtodockContainer.left.extended #dash, #dashtodockContainer.left.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-background, #dashtodockContainer.left.shrink.straight-corner #dash .dash-background, #dashtodockContainer.left.extended #dash .dash-background, #dashtodockContainer.left.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner #dash .show-apps, #dashtodockContainer.left.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.straight-corner #dash .show-apps, #dashtodockContainer.left.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.extended #dash .show-apps, #dashtodockContainer.left.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.right #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.right.straight-corner #dash, #dashtodockContainer.right.shrink.straight-corner #dash, #dashtodockContainer.right.extended #dash, #dashtodockContainer.right.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-background, #dashtodockContainer.right.shrink.straight-corner #dash .dash-background, #dashtodockContainer.right.extended #dash .dash-background, #dashtodockContainer.right.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner #dash .show-apps, #dashtodockContainer.right.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.straight-corner #dash .show-apps, #dashtodockContainer.right.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.extended #dash .show-apps, #dashtodockContainer.right.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.extended .dash-background, #dashtodockContainer.straight-corner .dash-background { - border-radius: 0 !important; -} - -#dashtodockContainer.shrink .dash-background { - padding: 2px !important; -} - -#dashtodockContainer.shrink .dash-item-container .app-well-app, #dashtodockContainer.shrink .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.shrink.extended .dash-background { - border-radius: 0; -} - -#dashtodockContainer #dash, #dashtodockContainer:overview #dash { - background: transparent; -} - -#dashtodockContainer.left .dash-item-container .app-well-app, #dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, #dashtodockContainer.right .show-apps { - padding: 2px 4px !important; -} - -#dashtodockContainer.left .dash-background, #dashtodockContainer.right .dash-background { - margin-bottom: 0 !important; -} - -#dashtodockContainer.left.shrink .dash-background, #dashtodockContainer.left.shrink.extended .dash-background, #dashtodockContainer.right.shrink .dash-background, #dashtodockContainer.right.shrink.extended .dash-background { - padding: 1px 2px !important; -} - -#dashtodockContainer.left.shrink .dash-item-container .app-well-app, #dashtodockContainer.left.shrink .show-apps, #dashtodockContainer.left.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended .show-apps, #dashtodockContainer.right.shrink .dash-item-container .app-well-app, #dashtodockContainer.right.shrink .show-apps, #dashtodockContainer.right.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended .show-apps { - margin: 0 !important; - padding: 1px 0 !important; -} - -#dashtodockContainer.left.extended .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.right.extended .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner .dash-item-container .app-well-app { - padding: 2px 12px !important; -} - -#dashtodockContainer.left.extended .show-apps, #dashtodockContainer.left.straight-corner .show-apps, #dashtodockContainer.right.extended .show-apps, #dashtodockContainer.right.straight-corner .show-apps { - padding: 2px 12px 24px !important; -} - -#dashtodockContainer.top .dash-background, #dashtodockContainer.bottom .dash-background { - padding: 12px 10px !important; -} - -#dashtodockContainer.top.shrink .dash-background, #dashtodockContainer.bottom.shrink .dash-background { - padding: 2px 1px !important; -} - -#dashtodockContainer.top.shrink .dash-item-container .app-well-app, #dashtodockContainer.top.shrink .show-apps, #dashtodockContainer.bottom.shrink .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink .show-apps { - margin: 0 !important; - padding: 0 1px 12px !important; -} - -#dashtodockContainer.top.extended .dash-separator, #dashtodockContainer.top.straight-corner .dash-separator, #dashtodockContainer.bottom.extended .dash-separator, #dashtodockContainer.bottom.straight-corner .dash-separator { - margin: 0 8px !important; -} - -#dashtodockContainer.top.extended .dash-item-container .app-well-app, #dashtodockContainer.top.extended .show-apps, #dashtodockContainer.top.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner .show-apps, #dashtodockContainer.bottom.extended .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended .show-apps, #dashtodockContainer.bottom.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner .show-apps { - padding: 12px 2px !important; -} - -#dashtodockContainer #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer #dash .app-well-app-running-dot { - margin-bottom: 3px !important; -} - -#dashtodockContainer #dash StWidget.focused .app-well-app-running-dot { - background-color: #1A73E8; -} - -#dashtodockContainer.opaque #dash .dash-background { - background-color: #212121; -} - -#dashtodockContainer.transparent #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer:overview #dash { - background: none; -} - -#dashtodockContainer:overview #dash .dash-background { - background-color: rgba(255, 255, 255, 0.12); -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #1A73E8; -} - -#dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.opaque:overview .dash-background, #dashtodockContainer.transparent:overview .dash-background { - background-color: transparent !important; -} - -#dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { - background: none; -} - -#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - transition-duration: 250ms; - background-size: contain; -} - -#dashtodockContainer.shrink .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - padding: 1px 2px; -} - -#dashtodockContainer.extended .app-well-app .overview-icon, -#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, -#dashtodockContainer.extended:overview .show-apps .overview-icon { - border-radius: 10px; -} - -#dashtodockContainer .metro .overview-icon { - border-radius: 0; -} - -.dashtodock-app-well-preview-menu-item { - padding: 1em 1em 0.5em 1em; -} - -#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { - width: 1px; - height: auto; - border-right-width: 1px; - margin: 32px 0; -} - -.dashtopanelMainPanel { - border-radius: 0 !important; - padding: 0 !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .dash-background { - background-color: rgba(33, 33, 33, 0.65); - margin-bottom: 0 !important; - padding: 0 !important; - border-radius: 0 !important; -} - -.dashtopanelMainPanel .show-apps .overview-icon { - margin: 0 !important; - border-radius: 5px !important; -} - -.dashtopanelMainPanel .panel-button, .dashtopanelMainPanel .panel-button.clock-display .clock { - border-radius: 7px !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .arcmenu-menu-button { - border-radius: 5px !important; - padding: 8px 6px !important; -} - -.popup-menu.panel-menu .popup-menu-content, .popup-menu.panel-menu.quick-settings .popup-menu-content { - margin-bottom: 2px !important; -} - -.dashtopanelSecondaryMenu { - border-radius: 12px !important; -} - -#preview-menu { - margin: 4px !important; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important; - border-radius: 12px !important; - padding: 0 !important; -} - -#dashtopanelPreviewScrollview { - padding: 12px 0 !important; - border-radius: 12px !important; -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.openweather-provider:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.87); -} - -.openweather-current-databox-values { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-current-databox-captions { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: rgba(0, 0, 0, 0.6); -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: rgba(0, 0, 0, 0.6); -} - -.popup-sub-menu .openweather-current-icon, .popup-sub-menu .openweather-current-summary, .popup-sub-menu .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.95); -} - -.popup-sub-menu .openweather-current-databox-values { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-current-databox-captions { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-forecast-icon, .popup-sub-menu .openweather-forecast-summary { - color: rgba(0, 0, 0, 0.85); -} - -.popup-sub-menu .openweather-forecast-day, .popup-sub-menu .openweather-forecast-temperature { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-sunrise-icon, .popup-sub-menu .openweather-sunset-icon, .popup-sub-menu .openweather-build-icon { - color: rgba(0, 0, 0, 0.85); -} - -.arcmenu-menu-button, -.arcmenu-button { - border-width: 0 !important; - border-radius: 9999px !important; -} - -.cosmic-solid-bg { - background-color: #242424; -} - -.cosmic-dock #dock { - background-color: transparent; -} - -.cosmic-dock #dock .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -.cosmic-dock.extended #dash { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; - padding: 0 0; -} - -.cosmic-dock.extended #dash .dash-background { - border-radius: 0; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -.overview-components-transparent .search-entry, -.overview-components-light .search-entry, -.overview-components-dark .search-entry { - caret-color: rgba(255, 255, 255, 0.75) !important; -} - -.overview-components-transparent .search-entry .search-entry-icon, -.overview-components-light .search-entry .search-entry-icon, -.overview-components-dark .search-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.65); -} - -.overview-components-transparent .search-entry StLabel.hint-text, -.overview-components-light .search-entry StLabel.hint-text, -.overview-components-dark .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.35) !important; -} diff --git a/themes/.themes/Orchis-Light-Compact/gnome-shell/pad-osd.css b/themes/.themes/Orchis-Light-Compact/gnome-shell/pad-osd.css deleted file mode 100644 index 31c2377..0000000 --- a/themes/.themes/Orchis-Light-Compact/gnome-shell/pad-osd.css +++ /dev/null @@ -1,30 +0,0 @@ -.Leader { - stroke-width: .5 !important; - stroke: #535353; - fill: none !important; -} - -.Button { - stroke-width: .25; - stroke: #ededed; - fill: #ededed; -} - -.Ring { - stroke-width: .5 !important; - stroke: #535353 !important; - fill: none !important; -} - -.Label { - stroke: none !important; - stroke-width: .1 !important; - font-size: .1 !important; - fill: transparent !important; -} - -.TouchStrip, .TouchRing { - stroke-width: .1 !important; - stroke: #ededed !important; - fill: #535353 !important; -} diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/apps.rc b/themes/.themes/Orchis-Light-Compact/gtk-2.0/apps.rc deleted file mode 100644 index 530e72f..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-2.0/apps.rc +++ /dev/null @@ -1,92 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. -# custom widgets, programs giving us a chance to alter their UI to fit more with -# the theme or stuff that is supposed to look different, like panels. - -# TODO: This could really look nicer -style "gimp_spin_scale" { - # Spin background - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "chrome_gtk_frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 -} - -# Disable spin button assets for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" - -# Chromium lets us define some colours and settings for better integration -class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/border.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/border.png deleted file mode 100644 index b755468..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/border.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-active.png deleted file mode 100644 index cff72e2..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-disabled.png deleted file mode 100644 index fc4287d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 7382e55..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button.png deleted file mode 100644 index d675496..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 100644 index 78a66d0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-disabled.png deleted file mode 100644 index bdfa1b3..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 100644 index 633e537..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 97159c6..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 100644 index d4a4df7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png deleted file mode 100644 index b4b9768..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 100644 index f0ccda9..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed.png deleted file mode 100644 index 4ae81a0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 100644 index f863796..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png deleted file mode 100644 index 01d148c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 100644 index 03310de..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 6f594d9..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-active.png deleted file mode 100644 index b4017f2..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-disabled.png deleted file mode 100644 index e76b2b6..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-hover.png deleted file mode 100644 index d2367ae..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry.png deleted file mode 100644 index 35c0177..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-left-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-active.png deleted file mode 100644 index d62c539..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-disabled.png deleted file mode 100644 index f486ef3..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-hover.png deleted file mode 100644 index 5c9536f..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry.png deleted file mode 100644 index 91ae61f..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/combo-right-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-active.png deleted file mode 100644 index c89b2a0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-background-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index 7f3aa5e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-background.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-background.png deleted file mode 100644 index 72facdb..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-disabled.png deleted file mode 100644 index fc4287d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-hover.png deleted file mode 100644 index 1f3b8b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry.png deleted file mode 100644 index d675496..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-active.png deleted file mode 100644 index cff72e2..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-disabled.png deleted file mode 100644 index abeba46..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-hover.png deleted file mode 100644 index 7382e55..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button.png deleted file mode 100644 index abeba46..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/flat-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/focus.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/focus.png deleted file mode 100644 index b417eff..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame-inline.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index 34703f8..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame-notebook.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index ddb5196..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame.png deleted file mode 100644 index d5b679c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz-active.png deleted file mode 100644 index d136a17..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz-hover.png deleted file mode 100644 index 52e2d17..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index f60063c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert-active.png deleted file mode 100644 index c453daa..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert-hover.png deleted file mode 100644 index 1547eb5..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index e9d9849..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png deleted file mode 100644 index c0782e0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-checked.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 5a8e801..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png deleted file mode 100644 index 1d5d4a4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-mixed.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index 6710195..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png deleted file mode 100644 index 1985061..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index 3cf020d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png deleted file mode 100644 index 870aced..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-checked.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 15343da..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png deleted file mode 100644 index 1d5d4a4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-mixed.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index 6710195..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png deleted file mode 100644 index 1985061..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-unchecked.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index 3cf020d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-alt-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-alt-disabled.png deleted file mode 100644 index 06237fd..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-alt.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-alt.png deleted file mode 100644 index 2604cab..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-disabled.png deleted file mode 100644 index ef2fa36..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down.png deleted file mode 100644 index d1a961f..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-alt-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-alt-disabled.png deleted file mode 100644 index 68e832e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-alt.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-alt.png deleted file mode 100644 index 9f3704d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-disabled.png deleted file mode 100644 index 6300308..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-semi.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index 75bdcf6..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left.png deleted file mode 100644 index 024a914..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-alt-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-alt-disabled.png deleted file mode 100644 index d8923eb..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-alt.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-alt.png deleted file mode 100644 index 3130bc6..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-disabled.png deleted file mode 100644 index 4d4d16a..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-semi.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index 2330929..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right.png deleted file mode 100644 index f7c570d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-alt-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-alt-disabled.png deleted file mode 100644 index dbec1d0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-alt.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-alt.png deleted file mode 100644 index 47de372..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-disabled.png deleted file mode 100644 index ddf7711..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up.png deleted file mode 100644 index 1daf802..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/progressbar-progress.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/progressbar-progress.png deleted file mode 100644 index 2378968..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/progressbar-progress.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/progressbar-trough.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/progressbar-trough.png deleted file mode 100644 index 9c4c595..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/progressbar-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-active.png deleted file mode 100644 index 6b391dd..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-disabled.png deleted file mode 100644 index 72a3ac5..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-hover.png deleted file mode 100644 index 5831d29..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index 64d194b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-active.png deleted file mode 100644 index d4a4df7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-disabled.png deleted file mode 100644 index b4b9768..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 100644 index f0ccda9..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed.png deleted file mode 100644 index 4ae81a0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 100644 index f863796..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-disabled.png deleted file mode 100644 index 01d148c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 100644 index 03310de..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index 6f594d9..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index 84cee85..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png deleted file mode 100644 index a4b2503..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index bdc8681..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index d4c8a59..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-disabled.png deleted file mode 100644 index 5291fe3..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index efeac5b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index ccbbf5e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index bd8aa59..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png deleted file mode 100644 index 9a6019d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index 179fad7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index 6ad1e10..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png deleted file mode 100644 index a3ddc16..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index 303c2a1..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index 7007999..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-trough.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index 0394def..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png deleted file mode 100644 index d15f74e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png deleted file mode 100644 index f083593..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png deleted file mode 100644 index 0861852..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png deleted file mode 100644 index a0baaeb..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png deleted file mode 100644 index 06b93b5..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png deleted file mode 100644 index 2fcf8f5..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png deleted file mode 100644 index 97a87fc..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png deleted file mode 100644 index 5c3928e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png deleted file mode 100644 index c40e148..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png deleted file mode 100644 index 4d6a6aa..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index e18acbf..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png deleted file mode 100644 index 3ddaef7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index c08f758..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index 4f5fd7c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index 1050c4b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png deleted file mode 100644 index 53a1d70..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index f6ee1cc..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index e516531..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index fc0807d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png deleted file mode 100644 index 221a455..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index c1860d1..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index 842e9ef..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index 9557a87..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png deleted file mode 100644 index 13e3491..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index 5cfe502..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index ab7e39d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/tab.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/tab.png deleted file mode 100644 index 52c5850..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/tab.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button-active.png deleted file mode 100644 index 365523e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png deleted file mode 100644 index e43317c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button.png deleted file mode 100644 index 862ac32..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-ltr-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button-active.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button-active.png deleted file mode 100644 index 3dc0f5a..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png deleted file mode 100644 index f6dce3b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button.png b/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button.png deleted file mode 100644 index 04b779b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-2.0/assets/treeview-rtl-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/gtkrc b/themes/.themes/Orchis-Light-Compact/gtk-2.0/gtkrc deleted file mode 100644 index 7a2f137..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-2.0/gtkrc +++ /dev/null @@ -1,36 +0,0 @@ -# Based on Bridge by ScionicSpectre and Adwaita by GNOME -# vim:set ts=2 sw=2 sts=2 ai et: -# -# This is the GTK 2 version of Materia. It's whole purpose is to look as the -# GTK 3 version as much as possible until GTK 2 dies completely. -# -# Note: comments for explaining styles are on the bottom of each file beside the -# widget matches. - -# Declare the colours used throughout the theme. -# There shouldn't be any fiddling with them in the theme files themselves in -# order to not mess up the dark theme. - -# Text/base -gtk-color-scheme = "text_color:#212121\nbase_color:#FFFFFF" -# Foreground/background -gtk-color-scheme = "fg_color:#212121\nbg_color:#F2F2F2" -# Selected foreground/background -gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#1A73E8" -# Titlebar foreground/background -gtk-color-scheme = "titlebar_fg_color:#212121\ntitlebar_bg_color:#FFFFFF" -# Menus -gtk-color-scheme = "menu_color:#FFFFFF" -# Tooltips foreground/background -gtk-color-scheme = "tooltip_fg_color:#FFFFFF\ntooltip_bg_color:#616161" -# Links -gtk-color-scheme = "link_color:#1A73E8\nvisited_link_color:#9C27B0" - -# Set GTK settings -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -# And hand over the control to the theme files -include "main.rc" -include "apps.rc" -include "hacks.rc" diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/hacks.rc b/themes/.themes/Orchis-Light-Compact/gtk-2.0/hacks.rc deleted file mode 100644 index c288da3..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-2.0/hacks.rc +++ /dev/null @@ -1,36 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file contains horrible hacks to make this theme work with some programs -# This is mostly due to the limitations of GTK 2 but sometimes its the fault of -# the programs themselves. Not going to point fingers. -# -# Either way, it's a WONTFIX for both, hence this horrible file. - -style "toplevel_hack" { - engine "adwaita" {} -} - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -style "vim_notebook" { - bg[NORMAL] = @base_color - bg[ACTIVE] = @bg_color -} - -# Vim puts an eventbox between the tab and the label and colours it, -# we need to handle that -widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" - -# (he)xchat input box -class "SexySpellEntry" style:highest "normal_entry" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but GTK uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that -widget_class "*Chrom*<GtkEntry>" style "chrome_entry" - -# Hack to be able to match widgets in LibreOffice -class "GtkWindow" style "toplevel_hack" diff --git a/themes/.themes/Orchis-Light-Compact/gtk-2.0/main.rc b/themes/.themes/Orchis-Light-Compact/gtk-2.0/main.rc deleted file mode 100644 index d1716f7..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-2.0/main.rc +++ /dev/null @@ -1,2636 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This is the main theme file, handling all the default widgets and theme -# properties. Since GTK 2 is old, we need to overcome some of its limitations, -# which is also mostly done in this file. Sadly not all of them can be overcome -# so there will always be a visible difference between the GTK 2 and 3 theme. - -style "default" { - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-padding = 0 - GtkWidget::focus-line-width = 2 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) - GtkToolbar::internal-padding = 2 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 4 - GtkWidget::tooltip-alpha = 230 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @visited_link_color - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkHTML::vlink-color = @visited_link_color - GtkIMHtml::hyperlink-color = @link_color - GtkIMHtml::hyperlink-visited-color = @visited_link_color - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 3 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {0, 0, 0, 0} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {0, 0, 0, 0} - - GtkPaned::handle-size = 8 - GtkHPaned::handle-size = 8 - GtkVPaned::handle-size = 8 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 17 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 24 - GtkScale::slider_width = 24 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 4 - GtkProgressBar::min-vertical-bar-width = 4 - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 4 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 12 - - GtkCheckButton::indicator-size = 24 - GtkCheckButton::indicator_spacing = 2 - GtkOptionMenu::indicator_spacing = {8, 8, 4, 4} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 0 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 0 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = mix (0.5, @text_color, @base_color) - text[ACTIVE] = @text_color - - base[NORMAL] = @base_color - base[PRELIGHT] = mix (0.08, @text_color, @base_color) - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-disabled.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - - image { - function = ARROW - detail = "vscrollbar" - } - - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-left-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-right-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left-alt.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right-alt.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {5, 5, 5, 5} # Super strange, {4, 4, 4, 4} does not work properly... - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-horz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-horz-hover.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-horz-active.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-vert-hover.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-vert-active.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - state = NORMAL - file = "assets/pan-down-alt.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = PRELIGHT - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = ACTIVE - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = INSENSITIVE - file = "assets/pan-down-alt-disabled.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-right-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-right-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-left-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-left-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 1, 0, 0} - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {1, 0, 0, 0} - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 0, 1} - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 1, 0} - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {1, 0, 0, 0} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 1, 0, 0} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-ltr-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-rtl-trough.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-disabled.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-hover.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-active.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-disabled.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-hover.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-active.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-disabled.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - ########## - # Scales # - ########## - - # Troughs, overrided later on. We set them here too because some widgets - # don't specify their orientation. - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-disabled.png" - } - - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-disabled.png" - } - - ########### - # Menubar # - ########### - - # image { - # function = BOX - # detail = "menubar" - # file = "assets/border.png" - # border = {0, 0, 0, 1} - # } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - - ######### - # Spins # - ######### - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-disabled.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-disabled.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-disabled.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-disabled.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - } -} - -style "menubar" { - bg[NORMAL] = @titlebar_bg_color - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) - # Needed to fix Firefox's menubar text - bg[SELECTED] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[SELECTED] = @titlebar_fg_color -} - -style "menubar_item" { - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - bg[PRELIGHT] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) -} - -style "menu" { - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @menu_color - bg[INSENSITIVE] = @menu_color - bg[PRELIGHT] = @menu_color - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) -} - -style "menu_item" { - xthickness = 4 - ythickness = 4 - - bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) - fg[PRELIGHT] = @fg_color - # Chromium uses this setting - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) - text[SELECTED] = @fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - border = {0, 0, 0, 1} - } - } -} - -style "button_label" { - # fg[NORMAL] = mix(0.7, @fg_color, @bg_color) - # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "normal_button_label" { - # fg[NORMAL] = @fg_color - # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) - - font_name = "Regular" -} - -style "button" { - xthickness = 6 - ythickness = 6 - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) - - # We set this same as the border of the border of the entry - # This way there's no overlap - xthickness = 6 - ythickness = 6 -} - -style "combobox" { - xthickness = 6 - ythickness = 6 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/entry-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "combobox_cellview" { - # text[NORMAL] = mix(0.7, @fg_color, @bg_color) - # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) -} - -style "combobox_entry" { - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 2, 0, 0} - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - - engine "pixmap" { - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-left-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-left-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-left-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-right-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-right-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-right-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-right-entry.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-right-entry-hover.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-right-entry-active.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-right-entry-disabled.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-left-entry.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-left-entry-hover.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-left-entry-active.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-left-entry-disabled.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - } -} - -style "combo_button_padding" { - # Since one side of the button is missing, we need to shift the arrow a - # little to the right. - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button. - GtkButton::inner-border = {3, 6, 3, 3} -} - -style "notebook" { - xthickness = 3 - ythickness = 3 -} - -style "notebook_tab_label" { - fg[ACTIVE] = mix(0.7, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - base[NORMAL] = @base_color - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = @base_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = @bg_color -} - -style "normal_entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - } -} - -style "scale_vert" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - } -} - -style "progressbar" { - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "treeview_header" { - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = mix(0.7, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - - font_name = "Medium" - - GtkButton::inner-border = {4, 4, 0, 2} - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/treeview-ltr-button.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-ltr-button-hover.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-ltr-button-active.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = NORMAL - file = "assets/treeview-rtl-button.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-rtl-button-hover.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-rtl-button-active.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -style "scrolled_window" { - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -style "frame" { - engine "pixmap" { - image { - function = SHADOW - shadow = NONE - } - - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - } -} - -style "tool_button" { - GtkButton::inner-border = {2, 2, 2, 2} - - # For the sake of sanity style buttons this way - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/flat-button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/flat-button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = OUT - file = "assets/flat-button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = IN - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - # GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - image { - function = BOX - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } -} - -style "tooltip" { - xthickness = 8 - ythickness = 8 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "disable_text_shadow" { - engine "murrine" { - textstyle = 0 - } -} - -style "disable_separator" { - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 -} - -# Default style, containing theme properties and trying to match every widget as -# much as possible, which is not only faster than trying to match every widget -# by its own but also less bug-prune and more consistent. However there is some -# widget specific stuff that needs to be taken care of, which is the point of -# every other style below. -class "GtkWidget" style "default" - -###################################### -# Override padding, style and colour # -###################################### - -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -# Menu and menubar items -widget_class "*<GtkMenuItem>*" style "menu_item" -widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" -widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" - -# Treeview buttons -widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*<GtkComboBox>.<GtkButton>" style "combobox" -widget_class "*<GtkOptionMenu>" style "combobox" - -# And disable separators on them -widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFontButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFileChooserButton>*<GtkSeparator>" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" - -# Join the Combo entry and button -widget_class "*<GtkCombo>*" style "combobox_entry" - -# Tweak the padding on the button a little bit because it -# uses it a bit differently -widget_class "*<GtkCombo>.<GtkButton>" style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there -# isn't a way to apply the style to only the comboboxes that -# have an entry inside - -# Tool buttons have different styles -widget_class "*<GtkToolButton>*<GtkButton>" style "tool_button" -widget_class "*<GtkVBox>*<GtkEventBox>.<GtkToolbar>*<GtkButton>" style "tool_button" - -# Notebooks -widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" -widget_class "*<GtkNotebook>.<GtkHBox>.<GtkLabel>" style "notebook_tab_label" - -# Notebooks are white, act accordingly -widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" -widget_class "*<GtkNotebook>*<GtkProgressBar>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GimpRuler>" style "notebook_bg" -widget_class "*<GtkNotebook>.<GimpDisplayShell>*<GtkEventBox>" style "notebook_bg" - -# However, stuff inside eventboxes inside notebooks is grey -# again, react -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "normal_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkProgressBar>" style "normal_bg" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "normal_bg" - -# Button labels -widget_class "*<GtkButton>.<GtkLabel>" style "button_label" - -# Normalize button labels -widget_class "*<GtkCheckButton>.<GtkLabel>" style "normal_button_label" -widget_class "*<GtkOptionMenu>.<GtkLabel>" style "normal_button_label" - -# ComboBoxes tend to draw the button label with text[] -# instead of fg[], we need to fix that -widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview" - -# Disable white text shadows -widget_class "*<GtkLabel>" style "disable_text_shadow" -widget_class "*<GtkCellView>" style "disable_text_shadow" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-light.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-light@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/gtk-dark.css b/themes/.themes/Orchis-Light-Compact/gtk-3.0/gtk-dark.css deleted file mode 100644 index 128607c..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,8557 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #3281EA 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #3281EA 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #F44336; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 4; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 10px; - -gtk-secondary-caret-color: #3281EA; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: white; - background-color: #414141; -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #3281EA; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 10px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 10px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -.background.csd { - border-radius: 0 0 16px 16px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #212121; - color: white; -} - -.gtkstyle-fallback:hover { - background-color: #141414; - color: white; -} - -.gtkstyle-fallback:active { - background-color: #080808; - color: white; -} - -.gtkstyle-fallback:disabled { - background-color: #212121; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #3281EA; - color: white; -} - -.view { - background-color: #2C2C2C; - color: white; -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview { - border-radius: 10px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 10px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label { - color: rgba(255, 255, 255, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: white; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 32px; - padding: 0 8px; - border-radius: 10px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: white; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #F44336; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #FBC02D; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #3C3C3C; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #3281EA; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #F44336; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #F44336; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FBC02D; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#3281EA), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3281EA), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, .nautilus-window.background.csd notebook > header tab button.flat:checked, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .nautilus-window.background.csd notebook > header tab button.flat:checked:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 22px; - min-width: 22px; - padding: 4px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 8px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 24px; - padding: 0 8px; - border-radius: 5px; - color: white; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -/********* - * Links * - *********/ -*:link { - color: #3281EA; -} - -*:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 24px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 4px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 4px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 2px; -} - -spinbutton.vertical button.down { - margin: 0 2px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 2px 6px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px; - background-color: #212121; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.inline-toolbar { - padding: 4px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -searchbar > revealer > box, -.location-bar { - padding: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: white; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 16px 16px 0 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 10px; - margin-left: 2px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 10px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 4px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 4px; - padding-right: 4px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 22px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 16px 16px 0 0; - border: none; - padding: 4px 2px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 0 2px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 40px; - padding: 0 4px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #2C2C2C; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar separator.titlebutton { - margin-top: 10px; - margin-bottom: 10px; - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 8px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 2px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 4px; - padding-right: 4px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 10px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(255, 255, 255, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: white; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #2C2C2C; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 2px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 10px; -} - -menu { - margin: 2px; - padding: 4px; - background-color: #3C3C3C; - background-clip: border-box; -} - -.background > menu { - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 3px 6px; - color: white; - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: white; -} - -menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: #505050; -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - border-radius: 6px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 10px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: white; - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 9px; -} - -popover.background.combo { - padding: 4px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 4px; -} - -popover.background > stack { - margin: 0px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 8px; - margin: 0; -} - -popover.background separator { - margin: 2px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - padding: 4px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame, notebook.frame > stack { - border-radius: 5px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 5px 5px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 10px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 5px 5px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 5px 5px; -} - -notebook > header.left > tabs > tab { - border-radius: 5px 0 0 5px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 5px 5px 0; -} - -notebook.frame > header.top { - border-radius: 5px 5px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 5px 5px; -} - -notebook.frame > header.left { - border-radius: 5px 0 0 5px; -} - -notebook.frame > header.right { - border-radius: 0 5px 5px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border-width: 1px; - border-color: #404040; - background-color: #212121; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 10px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: white; -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #3281EA; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 10px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 11px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 10px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #3281EA; -} - -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification > box > label { - padding-left: 6px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: white; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 2px 4px; - border: 1px solid rgba(255, 255, 255, 0.12); - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.3); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #3C3C3C; -} - -messagedialog .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -messagedialog .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -messagedialog.csd.background { - border-bottom-left-radius: 16px; - border-bottom-right-radius: 16px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -4px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 4px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #3281EA; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #F44336; -} - -.csd filechooser { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 16px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 16px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #2C2C2C; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 5px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 16px 16px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 10px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 16px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; -} - -.solid-csd decoration:backdrop { - background-color: #2C2C2C; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#3281EA, 0.08); - background-image: radial-gradient(circle, alpha(#3281EA, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - margin: 2px; - border-radius: 7px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 24px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 8px; - background-color: #2C2C2C; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - margin: 0 0 8px 8px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 16px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: white; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #2C2C2C; - border-radius: 14px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #2d3949; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border-style: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: white; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 10px; - padding-right: 10px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #3281EA; - color: #3281EA; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -.conflict-row:not(:selected) { - background-color: #6a582c; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window paned > separator { - background-color: #242424; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 16px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #242424; - border-bottom-left-radius: 16px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 4px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -56px; - padding-right: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -56px; - padding-left: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #3C3C3C; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 4px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -2px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -2px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#242424); -} - -.csd .tweak-categories { - border-bottom-left-radius: 16px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#2C2C2C); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#2C2C2C); -} - -.tweak-group-startup { - background-image: image(#2C2C2C); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 10px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 16px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 16px; - border-top-left-radius: 16px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 16px 16px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #2C2C2C; - border-bottom-right-radius: 16px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 10px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #2C2C2C; - border-bottom-left-radius: 16px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 16px 16px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 2px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 16px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #212121; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - padding: 2px 2px 0; -} - -tabbox > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 16px; -} - -#weather-page-content-view { - border-bottom-right-radius: 16px; - border-bottom-left-radius: 16px; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 16px 16px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 16px; - border-top-right-radius: 16px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 16px; - border-top-right-radius: 16px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 4px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -stack.view.polari-entry-area { - background-color: #212121; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 16px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#212121); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -layouttabbar > box > button { - margin: 4px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -2px #3281EA; - background-color: #2C2C2C; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #F44336; - color: white; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 10px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 10px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -preferences stacksidebar.sidebar list { - background-color: #242424; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 10px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 10px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - margin-bottom: -1px; - padding: 4px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #3281EA 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #3281EA; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: white; -} - -dockoverlayedge { - background-color: #212121; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #3281EA; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #3281EA; -} - -pillbox { - background-color: #212121; - border-radius: 10px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 8px; - padding-right: 8px; -} - -button.dzlmenubutton image { - min-width: 26px; -} - -button.dzlmenubutton image.arrow { - min-width: 23px; -} - -button.dzlmenubuttonitem { - color: white; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -idelayoutstackheader button:checked { - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #212121; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(50, 129, 234, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #3281EA; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #3281EA; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3281EA; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: white; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: white; -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel .view { - background-image: image(#242424); -} - -.side-panel .view:hover { - background-image: image(#363636); -} - -.side-panel .view:selected { - background-image: image(#3281EA); -} - -.side-panel .view:selected:hover { - background-image: image(#428bec); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 16px 16px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 16px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 16px; - background-color: #212121; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 16px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 16px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 4px 0 2px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -4px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -4px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 16px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -list.categories { - background-image: image(#242424); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 10px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 32px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: white; - background-color: #212121; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #242424; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #2C2C2C; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #2C2C2C; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - background-color: #2C2C2C; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 16px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 16px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #2C2C2C; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 10px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 16px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#3C3C3C); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 28px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 18px; - min-width: 14px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #212121; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 10px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -notebook.meld-notebook > stack { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.meld-notebook-child { - background-color: #2C2C2C; - border-radius: 0 0 16px 16px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #3C3C3C; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #404040; -} - -window.background.chromium > button { - color: #3281EA; -} - -window.background.chromium > button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 8px; -} - -window.background.chromium spinner { - color: #3281EA; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #3281EA; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(255, 255, 255, 0.3); - background-color: #2C2C2C; -} - -tooltip.background.chromium { - color: white; - background-color: #191919; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #3C3C3C; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #3281EA; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #404040; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #404040; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #404040; - border-radius: 10px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(255, 255, 255, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #2C2C2C; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #3281EA; - box-shadow: inset 0 0 0 1px #3281EA; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #242424; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: white; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#MozillaGtkWidget > widget > frame { - color: #404040; -} - -#MozillaGtkWidget menu > separator { - color: #404040; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #2C2C2C; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #2C2C2C; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#3281EA); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #3281EA; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -UnityDecoration .top:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #3281EA; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 24px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #3281EA; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #3281EA; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(255, 255, 255, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.2); - background-color: #3C3C3C; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: white; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 4px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #3281EA; -} - -.brisk-menu .session-button { - padding: 8px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: white; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 10px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #2C2C2C; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 10px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - color: white; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 11px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #3281EA; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #3281EA; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 10px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #2C2C2C; - border-color: #2C2C2C; -} - -.budgie-popover .container { - padding: 4px; -} - -.budgie-popover separator { - margin: 2px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 24px; - padding: 0 8px; - color: white; - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(255, 255, 255, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: white; - padding: 2px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(255, 255, 255, 0.04); - border-right: none; - border-bottom-left-radius: 10px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 4px 6px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 10px; - border-top-left-radius: 10px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - padding: 4px; - margin: 4px; - border-radius: 9px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 2px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(255, 255, 255, 0.12); - padding: 4px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 4px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 2px; - outline-width: 0; - border-radius: 10px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 2px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 4px; -} - -.budgie-popover.places-menu .container { - padding: 2px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 1px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 2px; - padding-top: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 2px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 10px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 2px 0; - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(33, 33, 33, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 16px 16px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: white; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 16px 16px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 16px; -} - -.right .budgie-panel.dock-mode { - border-radius: 16px 0 0 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 16px; -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: white; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #3281EA; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: white; -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 4px; - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -2px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 4px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 2px; - margin-right: 2px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 2px; - padding-right: 2px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #3C3C3C; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 10px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 32px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 32px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 8px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 10px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px; -} - -image.raven-mpris { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border-radius: 10px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -4px; - margin-right: -2px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 8px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 4px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 4px 4px 4px 8px; - margin: 2px; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 4px; - border-radius: 16px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 8px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 8px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 20px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 16px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 16px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 16px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 16px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #F44336; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 4px 12px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: white; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #242424; - border-bottom-left-radius: 16px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 10px; -} - -button.centerbutton:first-child { - border-radius: 10px 0 0 10px; -} - -button.centerbutton:last-child { - border-radius: 0 10px 10px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #2C2C2C; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(255, 255, 255, 0.7); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(255, 255, 255, 0.7); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#3281EA) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #3281EA; -} - -XfdesktopIconView.view { - border-radius: 10px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 10px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #212121; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #2C2C2C; -} - -window#whiskermenu-window > frame > border { - border-radius: 16px; - padding: 4px 6px 4px 6px; - margin: 4px; - border: none; - background-color: rgba(33, 33, 33, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 2px 4px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 2px; - background-color: #2C2C2C; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 10px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 16px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 16px; - background-color: rgba(33, 33, 33, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 4px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 10px; - box-shadow: none; - background-color: #3C3C3C; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #3281EA; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #2C2C2C; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: white; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #242424; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #646464; - -NemoPlacesTreeView-disk-full-fg-color: #3281EA; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 2px; - padding-bottom: 2px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/gtk.css b/themes/.themes/Orchis-Light-Compact/gtk-3.0/gtk.css deleted file mode 100644 index 9bbb7d0..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-3.0/gtk.css +++ /dev/null @@ -1,8560 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #1A73E8 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #1A73E8 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #E53935; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 4; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 10px; - -gtk-secondary-caret-color: #1A73E8; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(235, 235, 235, 0.987); -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #1A73E8; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 10px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 10px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.background.csd { - border-radius: 0 0 16px 16px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:hover { - background-color: #e5e5e5; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:active { - background-color: #d9d9d9; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:disabled { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.38); -} - -.gtkstyle-fallback:selected { - background-color: #1A73E8; - color: white; -} - -.view { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #FFFFFF; -} - -textview border { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.6); -} - -iconview { - border-radius: 10px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 10px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(0, 0, 0, 0.6); -} - -label:disabled { - color: rgba(0, 0, 0, 0.38); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -.dim-label { - color: rgba(0, 0, 0, 0.6); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(0, 0, 0, 0.38); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: rgba(0, 0, 0, 0.87); -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 32px; - padding: 0 8px; - border-radius: 10px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #1A73E8; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(0, 0, 0, 0.6); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.26) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.26) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #E53935; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #FFD600; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #1A73E8; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #1A73E8; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #E53935; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #E53935; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FFD600; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #FFFFFF; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#1A73E8), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1A73E8), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(0, 0, 0, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #1A73E8; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.6); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 22px; - min-width: 22px; - padding: 4px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 8px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #1A73E8; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(26, 115, 232, 0.2), 0 4px 3px 0 rgba(26, 115, 232, 0.14), 0 1px 6px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:checked { - background-color: #5f9def; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(26, 115, 232, 0.3), 0 2px 3px -1px rgba(26, 115, 232, 0.24), 0 2px 5px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1A73E8; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.suggested-action.flat:checked { - background-color: rgba(26, 115, 232, 0.3); -} - -button.destructive-action { - background-color: #E53935; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(229, 57, 53, 0.2), 0 4px 3px 0 rgba(229, 57, 53, 0.14), 0 1px 6px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:checked { - background-color: #ed7472; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(229, 57, 53, 0.3), 0 2px 3px -1px rgba(229, 57, 53, 0.24), 0 2px 5px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #E53935; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.destructive-action.flat:checked { - background-color: rgba(229, 57, 53, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 24px; - padding: 0 8px; - border-radius: 5px; - color: rgba(0, 0, 0, 0.87); -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -/********* - * Links * - *********/ -*:link { - color: #1A73E8; -} - -*:visited { - color: #AB47BC; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1A73E8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #AB47BC; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 24px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 4px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 4px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton.vertical button.up { - margin: 0 2px; -} - -spinbutton.vertical button.down { - margin: 0 2px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 2px 6px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.26); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #1A73E8; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px; - background-color: #F2F2F2; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.inline-toolbar { - padding: 4px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FAFAFA; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -searchbar > revealer > box, -.location-bar { - padding: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(0, 0, 0, 0.38); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 16px 16px 0 0; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.titlebar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -.titlebar:backdrop:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(0, 0, 0, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 10px; - margin-left: 2px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 10px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 4px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 4px; - padding-right: 4px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 22px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - border-radius: 16px 16px 0 0; - border: none; - padding: 4px 2px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 0 2px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 40px; - padding: 0 4px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #FFFFFF; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar separator.titlebutton { - margin-top: 10px; - margin-bottom: 10px; - background-color: rgba(0, 0, 0, 0.12); -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 8px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 2px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 4px; - padding-right: 4px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #1A73E8 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 10px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #1A73E8 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(0, 0, 0, 0.26); - border-top-color: rgba(0, 0, 0, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(0, 0, 0, 0.6); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view.progressbar { - border-bottom: 6px solid #1A73E8; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #FFFFFF; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; - background-clip: border-box; - color: #1A73E8; -} - -treeview.view acceleditor > label { - background-color: #1A73E8; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 2px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(0, 0, 0, 0.6); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(0, 0, 0, 0.26); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 10px; -} - -menu { - margin: 2px; - padding: 4px; - background-color: #FFFFFF; - background-clip: border-box; -} - -.background > menu { - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 9px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 3px 6px; - color: rgba(0, 0, 0, 0.87); - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -menu menuitem:disabled { - color: rgba(0, 0, 0, 0.38); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: rgba(235, 235, 235, 0.987); -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); - border-radius: 6px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(0, 0, 0, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 10px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(0, 0, 0, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: rgba(0, 0, 0, 0.87); - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(0, 0, 0, 0.6); -} - -menuitem:disabled accelerator { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 9px; -} - -popover.background.combo { - padding: 4px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 4px; -} - -popover.background > stack { - margin: 0px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #FFFFFF; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 8px; - margin: 0; -} - -popover.background separator { - margin: 2px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - padding: 4px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; - background-clip: padding-box; - border-color: #dedede; - color: rgba(0, 0, 0, 0.87); -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #FFFFFF; -} - -notebook { - background-color: #FFFFFF; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #FAFAFA; -} - -notebook.frame, notebook.frame > stack { - border-radius: 5px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 5px 5px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 10px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 5px 5px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 5px 5px; -} - -notebook > header.left > tabs > tab { - border-radius: 5px 0 0 5px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 5px 5px 0; -} - -notebook.frame > header.top { - border-radius: 5px 5px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 5px 5px; -} - -notebook.frame > header.left { - border-radius: 5px 0 0 5px; -} - -notebook.frame > header.right { - border-radius: 0 5px 5px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 10px 10px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; -} - -.background.csd notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 10px 0 0 10px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border-width: 1px; - border-color: #dedede; - background-color: #F2F2F2; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar slider:hover { - background-color: rgba(0, 0, 0, 0.38); -} - -scrollbar slider:active { - background-color: rgba(0, 0, 0, 0.6); -} - -scrollbar slider:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(255, 255, 255, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.26); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(26, 115, 232, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #FFFFFF; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #1A73E8; - color: #1A73E8; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #0F9D58; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 10px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(0, 0, 0, 0.6); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #0F9D58; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #1A73E8; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scale trough:disabled { - background-color: rgba(0, 0, 0, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#1A73E8); -} - -scale highlight:disabled { - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.26); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(0, 0, 0, 0.6); -} - -scale indicator { - background-color: rgba(0, 0, 0, 0.26); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #1A73E8; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #1A73E8; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FFD600; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #1A73E8; -} - -levelbar block.full { - background-color: #0F9D58; -} - -levelbar block.empty { - background-color: rgba(0, 0, 0, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 10px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 11px; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 10px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #1A73E8; -} - -list { - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: rgba(0, 0, 0, 0.87); -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(0, 0, 0, 0.38); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #1A73E8; -} - -.app-notification > box > label { - padding-left: 6px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(0, 0, 0, 0.6); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: rgba(0, 0, 0, 0.87); -} - -expander title > arrow:disabled { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 2px 4px; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -calendar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(0, 0, 0, 0.26); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #FFFFFF; -} - -messagedialog .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -messagedialog .titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -messagedialog.csd.background { - border-bottom-left-radius: 16px; - border-bottom-right-radius: 16px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -4px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 4px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #1A73E8; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #E53935; -} - -.csd filechooser { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 16px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 16px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #FAFAFA; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(0, 0, 0, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(0, 0, 0, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #FAFAFA; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -row image.sidebar-icon:disabled { - color: rgba(0, 0, 0, 0.26); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #1A73E8; -} - -placessidebar.sidebar row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #1A73E8; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #1A73E8; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #FFFFFF; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #1A73E8; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #1A73E8; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #3181ea; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #ffda1a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #E53935; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #e84f4c; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 5px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 10px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #FFFFFF; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #F2F2F2; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 16px 16px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 10px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 16px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.solid-csd decoration:backdrop { - background-color: #FFFFFF; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #1A73E8; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - color: rgba(0, 0, 0, 0.87); - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #1A73E8; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#1A73E8, 0.08); - background-image: radial-gradient(circle, alpha(#1A73E8, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #1A73E8; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -button.emoji-section { - margin: 2px; - border-radius: 7px; -} - -button.emoji-section:checked { - color: #1A73E8; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 24px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 8px; - background-color: #FFFFFF; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(0, 0, 0, 0.6); - margin: 0 0 8px 8px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: rgba(26, 115, 232, 0.08); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 4px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #FFFFFF; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-light.png"), url("assets/row-selected-light@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 16px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 16px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: #dedede; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.04); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #FFFFFF; - border-radius: 14px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #ddeafc; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 16px 16px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border-style: none; - border-radius: 9999px; - background-color: rgba(242, 242, 242, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: rgba(0, 0, 0, 0.87); -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(0, 0, 0, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(0, 0, 0, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 10px; - padding-right: 10px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(0, 0, 0, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(0, 0, 0, 0.38); -} - -.disk-space-display.unknown { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.26); -} - -.disk-space-display.used { - background-color: #1A73E8; - color: #1A73E8; -} - -.disk-space-display.free { - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.conflict-row:not(:selected) { - background-color: #fff3b3; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window paned > separator { - background-color: #FAFAFA; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 16px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #FAFAFA; - border-bottom-left-radius: 16px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 4px; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 16px 16px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 10px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -56px; - padding-right: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -56px; - padding-left: 56px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 4px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #FFFFFF; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 4px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -2px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -2px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#FAFAFA); -} - -.csd .tweak-categories { - border-bottom-left-radius: 16px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#FFFFFF); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#FFFFFF); -} - -.tweak-group-startup { - background-image: image(#FFFFFF); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 10px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(0, 0, 0, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 16px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 16px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 16px; - border-top-left-radius: 16px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 16px 16px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #FFFFFF; - border-bottom-right-radius: 16px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 10px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #FFFFFF; - border-bottom-left-radius: 16px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 16px 16px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 2px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 16px 16px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 16px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #F2F2F2; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - padding: 2px 2px 0; -} - -tabbox > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 16px; -} - -#weather-page-content-view { - border-bottom-right-radius: 16px; - border-bottom-left-radius: 16px; -} - -statuspage.search-view entry.search { - background-color: #FFFFFF; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 16px 16px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 16px; - border-top-right-radius: 16px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 16px; - border-top-right-radius: 16px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 4px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #1A73E8; - color: white; -} - -stack.view.polari-entry-area { - background-color: #F2F2F2; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-bottom-right-radius: 16px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#F2F2F2); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -layouttabbar > box > button { - margin: 4px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - box-shadow: inset 0 -2px #1A73E8; - background-color: #FFFFFF; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #E53935; - color: white; -} - -window.workbench treeview.image { - color: rgba(0, 0, 0, 0.6); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 10px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 10px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(0, 0, 0, 0.6); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; - background-color: #FFFFFF; -} - -preferences stacksidebar.sidebar list { - background-color: #FAFAFA; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 10px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 10px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 22px; - min-width: 22px; - margin-bottom: -1px; - padding: 4px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #1A73E8 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #1A73E8; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -dockoverlayedge { - background-color: #F2F2F2; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #1A73E8; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #1A73E8; -} - -pillbox { - background-color: #F2F2F2; - border-radius: 10px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; - background-color: #FFFFFF; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 8px; - padding-right: 8px; -} - -button.dzlmenubutton image { - min-width: 26px; -} - -button.dzlmenubutton image.arrow { - min-width: 23px; -} - -button.dzlmenubuttonitem { - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(0, 0, 0, 0.38); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -idelayoutstackheader button:checked { - color: rgba(0, 0, 0, 0.87); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #F2F2F2; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(26, 115, 232, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #1A73E8; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #1A73E8; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #1A73E8; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: rgba(0, 0, 0, 0.87); -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel .view { - background-image: image(#FAFAFA); -} - -.side-panel .view:hover { - background-image: image(rgba(234, 234, 234, 0.9896)); -} - -.side-panel .view:selected { - background-image: image(#1A73E8); -} - -.side-panel .view:selected:hover { - background-image: image(#2c7eea); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 16px 16px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #FFFFFF; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #FFFFFF; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 16px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 16px; - background-color: #F2F2F2; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 16px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 16px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 4px 0 2px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -4px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -4px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 16px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -list.categories { - background-image: image(#FAFAFA); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 10px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 32px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 16px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: rgba(0, 0, 0, 0.87); - background-color: #F2F2F2; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #FAFAFA; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #FFFFFF; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #FFFFFF; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(0, 0, 0, 0.12); - border-bottom-width: 0; - background-color: #FFFFFF; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 16px 16px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 16px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 16px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 16px 16px; - background-color: #FFFFFF; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 16px 16px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 10px 10px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 10px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 10px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 16px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#FFFFFF); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 28px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 18px; - min-width: 14px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #F2F2F2; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(0, 0, 0, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 10px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -notebook.meld-notebook > stack { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -.meld-notebook-child { - background-color: #FFFFFF; - border-radius: 0 0 16px 16px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #FFFFFF; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #dedede; -} - -window.background.chromium > button { - color: #1A73E8; -} - -window.background.chromium > button:disabled { - color: rgba(0, 0, 0, 0.26); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(0, 0, 0, 0.6); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 8px; -} - -window.background.chromium spinner { - color: #1A73E8; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #1A73E8; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(0, 0, 0, 0.26); - background-color: #FFFFFF; -} - -tooltip.background.chromium { - color: white; - background-color: #343434; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #FFFFFF; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #1A73E8; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #dedede; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #dedede; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #dedede; - border-radius: 10px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(0, 0, 0, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #FFFFFF; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #1A73E8; - box-shadow: inset 0 0 0 1px #1A73E8; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #FAFAFA; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(0, 0, 0, 0.6); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: rgba(0, 0, 0, 0.87); -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(0, 0, 0, 0.26); -} - -#MozillaGtkWidget > widget > frame { - color: #dedede; -} - -#MozillaGtkWidget menu > separator { - color: #dedede; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 9px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #FFFFFF; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #FFFFFF; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#1A73E8); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 10px 10px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 10px 10px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 10px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #1A73E8; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -UnityDecoration .top:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -UnityDecoration .menuitem { - color: rgba(0, 0, 0, 0.6); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px #1A73E8; - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(0, 0, 0, 0.6); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(0, 0, 0, 0.6); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px #1A73E8; - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #1A73E8; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(242, 242, 242, 0.65); - color: rgba(0, 0, 0, 0.6); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(0, 0, 0, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(0, 0, 0, 0.6); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: rgba(0, 0, 0, 0.87); -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 24px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #1A73E8; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #1A73E8; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(0, 0, 0, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(0, 0, 0, 0.6); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 4px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #1A73E8; -} - -.brisk-menu .session-button { - padding: 8px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 10px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #FFFFFF; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 10px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.04); - background-image: none; - color: rgba(0, 0, 0, 0.87); -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 11px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #1A73E8; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 10px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #1A73E8; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 10px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border-color: #FFFFFF; -} - -.budgie-popover .container { - padding: 4px; -} - -.budgie-popover separator { - margin: 2px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 24px; - padding: 0 8px; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(0, 0, 0, 0.38); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(0, 0, 0, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: rgba(0, 0, 0, 0.87); - padding: 2px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(0, 0, 0, 0.04); - border-right: none; - border-bottom-left-radius: 10px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 4px 6px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 10px; - border-top-left-radius: 10px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - padding: 4px; - margin: 4px; - border-radius: 9px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 2px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(0, 0, 0, 0.12); - padding: 4px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 4px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 2px; - outline-width: 0; - border-radius: 10px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 2px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 4px; -} - -.budgie-popover.places-menu .container { - padding: 2px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 1px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 2px; - padding-top: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 2px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(0, 0, 0, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(0, 0, 0, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 10px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 2px 0; - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(0, 0, 0, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(242, 242, 242, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 16px 16px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: rgba(0, 0, 0, 0.87); -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 16px 16px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 16px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 16px; -} - -.right .budgie-panel.dock-mode { - border-radius: 16px 0 0 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 16px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 16px; -} - -.budgie-panel button { - color: rgba(0, 0, 0, 0.6); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel button:active { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.raven-trigger { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.26); -} - -.budgie-panel .alert { - color: #1A73E8; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(0, 0, 0, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(0, 0, 0, 0.38); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(0, 0, 0, 0.26); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 4px; - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -2px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 4px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 4px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 2px; - margin-right: 2px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 2px; - padding-right: 2px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #FFFFFF; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 10px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 32px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 32px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(0, 0, 0, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 8px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(0, 0, 0, 0.06); - color: rgba(0, 0, 0, 0.87); -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: rgba(0, 0, 0, 0.87); -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 10px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px; -} - -image.raven-mpris { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); - border-radius: 10px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -4px; - margin-right: -2px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 8px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 4px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 4px 4px 4px 8px; - margin: 2px; - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(0, 0, 0, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 4px; - border-radius: 16px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 8px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 8px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 20px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 16px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 16px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 16px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 16px; -} - -.budgie-polkit-dialog .message { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-polkit-dialog .failure { - color: #E53935; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 4px 12px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #FAFAFA; - border-bottom-left-radius: 16px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 10px; -} - -button.centerbutton:first-child { - border-radius: 10px 0 0 10px; -} - -button.centerbutton:last-child { - border-radius: 0 10px 10px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #FFFFFF; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(242, 242, 242, 0.65); - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(0, 0, 0, 0.6); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(0, 0, 0, 0.6); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#1A73E8) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #1A73E8; -} - -XfdesktopIconView.view { - border-radius: 10px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 10px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #FFFFFF; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #FFFFFF; -} - -window#whiskermenu-window > frame > border { - border-radius: 16px; - padding: 4px 6px 4px 6px; - margin: 4px; - border: none; - background-color: rgba(255, 255, 255, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 2px 4px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 2px; - background-color: #FFFFFF; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 10px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 16px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 16px; - background-color: rgba(255, 255, 255, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 4px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #dedede; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 10px; - box-shadow: none; - background-color: #FFFFFF; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #dedede; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #1A73E8; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #FFFFFF; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #FAFAFA; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: rgba(182, 182, 182, 0.961); - -NemoPlacesTreeView-disk-full-fg-color: #1A73E8; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 2px; - padding-bottom: 2px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general */ -@define-color theme_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color */ -@define-color theme_bg_color #F2F2F2; -/* -text widgets and the like base background color */ -@define-color theme_base_color #FFFFFF; -/* -base background color of selections */ -@define-color theme_selected_bg_color #1A73E8; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #F2F2F2; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(0, 0, 0, 0.38); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #FAFAFA; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #F2F2F2; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #FFFFFF; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #1A73E8; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(0, 0, 0, 0.38); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FFD600; -@define-color error_color #E53935; -@define-color success_color #0F9D58; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title rgba(0, 0, 0, 0.87); -@define-color wm_unfocused_title rgba(0, 0, 0, 0.6); -@define-color wm_highlight rgba(255, 255, 255, 0.4); -@define-color wm_bg #FFFFFF; -@define-color wm_unfocused_bg #FFFFFF; -/* -FIXME this is really an API */ -@define-color content_view_bg #FFFFFF; -@define-color placeholder_text_color #666666; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #FFFFFF; -@define-color budgie_tasklist_indicator_color rgba(0, 0, 0, 0.6); -@define-color budgie_tasklist_indicator_color_active #1A73E8; -@define-color budgie_tasklist_indicator_color_active_window rgba(106, 162, 236, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FFD600; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis-Light-Compact/gtk-3.0/thumbnail.png b/themes/.themes/Orchis-Light-Compact/gtk-3.0/thumbnail.png deleted file mode 100644 index 125393f..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-light.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-light@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/gtk-dark.css b/themes/.themes/Orchis-Light-Compact/gtk-4.0/gtk-dark.css deleted file mode 100644 index 4c9d4e5..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/gtk-dark.css +++ /dev/null @@ -1,7227 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -dnd { - color: white; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #2C2C2C; - color: white; -} - -iconview:disabled, .view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 5px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 10px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: white; - background-color: #2C2C2C; - border: 1px solid black; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -.accent { - color: #3281EA; -} - -.success { - color: #81C995; -} - -.warning { - color: #FBC02D; -} - -.error { - color: #F44336; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: white; -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: white; - background-color: #2C2C2C; - background-clip: padding-box; - border-radius: 10px; - border: none; -} - -.osd { - padding: 4px; - margin: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: white; - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background entry image, entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: white; -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -entry { - min-height: 32px; - padding: 0 6px; - border-spacing: 4px; - border-radius: 10px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; -} - -entry.error image { - color: #F44336; -} - -entry.error selection { - color: white; - background-color: #F44336; -} - -entry.error:focus-within { - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; - outline-color: #F44336; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(244, 67, 54, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(244, 67, 54, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; -} - -entry.success image { - color: #81C995; -} - -entry.success selection { - color: rgba(0, 0, 0, 0.87); - background-color: #81C995; -} - -entry.success:focus-within { - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; - outline-color: #81C995; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(129, 201, 149, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(129, 201, 149, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; -} - -entry.warning image { - color: #FBC02D; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FBC02D; -} - -entry.warning:focus-within { - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; - outline-color: #FBC02D; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(251, 192, 45, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(251, 192, 45, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #3281EA 0%, rgba(50, 129, 234, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #3281EA 95%, rgba(50, 129, 234, 0)); - } -} - -.nautilus-window tabbar tab > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:checked, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nautilus-window tabbar tab > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabbar tab > button.flat:checked:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 10px 0 0 10px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 10px 10px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 4px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 4px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 10px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 10px; -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #3281EA; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #F44336; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #3281EA; -} - -link:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 10px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 4px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) > text { - min-width: 24px; - padding-left: 8px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical > text { - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 2px; -} - -spinbutton.vertical > button.down { - margin: 0 2px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 4px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 2px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 2px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 4px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 4px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: white; -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 2px 4px; - background-color: #212121; - border-spacing: 4px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 5px; -} - -searchbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar entry { - caret-color: white; -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); -} - -headerbar entry, headerbar entry > text { - color: white; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: white; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: white; - min-height: 40px; - padding: 0; - margin: 0; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #2C2C2C; -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar .title { - padding: 0 8px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 8px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #212121; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - border-radius: 16px 16px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: white; -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: white; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 4px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 4px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 4px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 4px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 4px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -headerbar.default-decoration { - min-height: 22px; - padding: 0; - background-image: none; - background-color: #2C2C2C; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 4px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(50, 129, 234, 0.1)), linear-gradient(to top, #343434 3px, #393939); -} - -window.devel headerbar.titlebar:backdrop { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#2C2C2C); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 4px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 4px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 4px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 4px; - padding-right: 4px; - border-radius: 10px; - border-spacing: 2px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 2px; - margin-right: 2px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); - border: none; - border-radius: 10px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 4px; - margin-bottom: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 8px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: white; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #404040; - border-top-color: #404040; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #2C2C2C; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: white; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #3281EA; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(50, 129, 234, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #2C2C2C; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 6px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 12px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 24px; - min-width: 24px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 2px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; - border: none; - border-radius: 9px; - color: white; -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(255, 255, 255, 0.12); - margin: 2px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 4px 8px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 48px; - padding: 2px 6px; - border-radius: 5px; - color: white; - font: initial; - text-shadow: none; - border-spacing: 4px; -} - -popover.background modelbutton accelerator { - color: rgba(255, 255, 255, 0.5); - margin-left: 20px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(255, 255, 255, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 4px 8px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #2C2C2C; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 22px; - padding: 4px 8px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #404040; - color: white; -} - -notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame { - border-radius: 10px; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border: none; - background-color: #212121; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #404040; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #404040; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #404040; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 10px 0 0 10px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #404040; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 10px 10px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 10px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -12px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -12px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: -6px; - padding: 6px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: white; -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #3281EA; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #3281EA; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale > trough > highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(255, 255, 255, 0.7); -} - -scale > marks indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: white; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 10px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 10px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 4px 12px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #2C2C2C; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 8px; -} - -separator.spacer.vertical { - min-height: 8px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.frame { - border-radius: 10px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(255, 255, 255, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #3281EA; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #3281EA; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 6px 8px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 8px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 8px; - margin-right: 8px; - min-height: 40px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 4px; - margin-bottom: 4px; - border-spacing: 2px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #2C2C2C; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #3281EA; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 6px; - padding: 6px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: white; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -expander-widget > box > title { - border-radius: 10px; -} - -expander-widget > box > title:hover > expander { - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 10px; - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 10px; -} - -calendar > header { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - min-height: 22px; -} - -calendar > grid { - margin: 2px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #3C3C3C; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -window.dialog.message .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -window.dialog.message.csd .dialog-action-area { - padding: 4px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 4px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #3281EA; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #F44336; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 4px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 4px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #3281EA; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #F44336; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 4px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar row { - min-height: 22px; - padding: 4px 6px; - border-radius: 5px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 4px; - padding-right: 4px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 4px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #212121; - color: white; -} - -.navigation-sidebar > row { - min-height: 22px; - padding: 4px 6px; - border-radius: 0 9999px 9999px 0; - margin: 0 4px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #3281EA; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.navigation-sidebar > separator { - margin: 4px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 4px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 2px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 4px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 10px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 4px; - border-spacing: 8px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: white; - background-color: #2C2C2C; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 4px 8px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(25, 25, 25, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 5px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 4px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd.messagedialog { - background-color: #3C3C3C; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.about.background, window.csd.about.background:backdrop, window.csd.info.background, window.csd.info.background:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; -} - -window.solid-csd:backdrop { - background-color: #2C2C2C; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #3281EA; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 8px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 4px; - border-spacing: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 2px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 4px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 4px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 24px; - padding: 0 8px; -} - -emoji-completion-row > box { - border-spacing: 4px; - padding: 2px 4px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: white; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #2C2C2C; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 8px 8px; - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 16px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #3281EA; - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 2px 2px 2px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px #404040; -} - -.nautilus-window tabbar tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: white; -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window placesview label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window placesview label:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window infobar { - margin: 2px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 4px; -} - -.nautilus-window label.search-information { - margin: 2px; - border-radius: 4px; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 6px; -} - -#NautilusQueryEditor:focus-within { - color: white; -} - -#NautilusQueryEditor:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 2px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: white; -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 2px; - padding: 0; - min-height: 20px; - min-width: 20px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 16px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #2C2C2C; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #2C2C2C; -} - -#displayitem { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(255, 255, 255, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 10px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 8px; -} - -label.primary-label, label.month-name { - color: #3281EA; -} - -label.secondary-label { - color: rgba(255, 255, 255, 0.5); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #3281EA; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#3281EA, 0.3); -} - -popover.events { - background-color: #212121; - padding: 0; -} - -popover.events box { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -popover.events list { - background-color: #2C2C2C; - border-radius: 10px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 10px; -} - -event.timed widget.edge { - border-radius: 5px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 12px; - border-radius: 0 5px 5px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 12px; - border-radius: 5px 0 0 5px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #2C2C2C; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 4px; - margin-left: 4px; - margin-bottom: 4px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 32px; - min-width: 32px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 2px; - padding: 0; - min-height: 32px; - min-width: 32px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: white; - border-radius: 50%; - min-height: 2px; - min-width: 2px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #3281EA; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #3281EA; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #3281EA; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(255, 255, 255, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(255, 255, 255, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 8px 8px 12px 8px; - color: rgba(255, 255, 255, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.week-header.lines { - color: rgba(255, 255, 255, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 4px; -} - -.week-view .lines { - color: rgba(255, 255, 255, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#3281EA, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#3281EA, 0.25); -} - -monthcell { - border: solid 1px rgba(255, 255, 255, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #242424; - transition: background-color 200ms; - color: white; -} - -monthcell:selected { - background-color: alpha(#3281EA, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#3281EA, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#3281EA, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#3281EA, 0.3); - color: #3281EA; -} - -monthcell.today:selected { - background-color: alpha(#3281EA, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#3281EA, 0.35); -} - -monthcell label { - color: white; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(255, 255, 255, 0.04); -} - -monthcell.out-of-month label { - color: rgba(255, 255, 255, 0.7); -} - -monthcell button { - padding: 0 4px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 10px; - padding: 4px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 8px; -} - -agenda-view list > label { - padding: 4px 8px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 4px; -} - -datechooser .current-week { - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 10px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 4px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 4px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 4px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 14px; - border: none; - border-radius: 10px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 6px 10px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 10px 10px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 10px 0 0 10px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(255, 255, 255, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 4px; - margin: 4px; -} - -.context-tile-lozenge.grey { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #4cb168; - background-color: rgba(129, 201, 149, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #d79b04; - background-color: rgba(251, 192, 45, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #d2190b; - background-color: rgba(244, 67, 54, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(255, 255, 255, 0.7); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 22px; - min-width: 22px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 4px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 22px; - background-color: rgba(255, 255, 255, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 2px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 22px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 2px; - min-height: 22px; - min-width: 22px; - padding: 4px; - border-radius: 10px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #212121; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 8px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 10px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #3281EA; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: #4c4c4c; - color: white; -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #F44336; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #3281EA; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 4px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #3281EA; - color: white; -} - -menubutton.destructive-action { - background-color: #F44336; - color: white; -} - -menubutton.opaque { - background-color: #4c4c4c; - color: white; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 10px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 10px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 4px; - margin-bottom: 4px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 4px; - padding-right: 4px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 4px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(255, 255, 255, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: white; -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 10px; -} - -splitbutton.suggested-action { - background-color: #3281EA; - color: white; -} - -splitbutton.destructive-action { - background-color: #F44336; - color: white; -} - -splitbutton.opaque { - background-color: #4c4c4c; - color: white; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 4px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 8px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 4px; - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 8px; -} - -toast:dir(rtl) { - padding-right: 8px; -} - -toast > widget { - margin: 0 4px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 24px 8px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 8px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 16px 8px; - border-spacing: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 8px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 10px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: padding-box; - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 16px 8px; - border-spacing: 16px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 4px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 4px; -} - -preferencesgroup > box > box.single-line { - min-height: 32px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(255, 255, 255, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(255, 255, 255, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #3281EA; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.04); - margin-top: 4px; - margin-bottom: 4px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #3281EA; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #3281EA; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 5px; - padding-bottom: 3px; - border-spacing: 2px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 8px; - border-spacing: 4px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 8px; - margin-right: 8px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 4px; - min-height: 4px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #3281EA; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 24px; - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - padding: 0; - box-shadow: inset 0 -1px #404040; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 6px; - margin-bottom: 6px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 6px 4px; - background: alpha(#3281EA, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 10px 10px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(255, 255, 255, 0.7); - padding: 4px 8px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #404040; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 10px 10px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #2C2C2C; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 10px 10px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #2C2C2C; -} - -dnd tab { - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - margin: 16px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#3281EA, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #242424; - color: white; - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#3281EA,#242424,0.7); - color: white; -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#242424,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 16px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 16px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #2C2C2C; - color: white; -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#3281EA,#2C2C2C,0.7); - color: white; -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#2C2C2C,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #3281EA; -@define-color accent_fg_color white; -@define-color accent_color #3281EA; -@define-color destructive_bg_color #F44336; -@define-color destructive_fg_color white; -@define-color destructive_color #F44336; -@define-color success_bg_color #81C995; -@define-color success_fg_color rgba(0, 0, 0, 0.87); -@define-color success_color #81C995; -@define-color warning_bg_color #FBC02D; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FBC02D; -@define-color error_bg_color #F44336; -@define-color error_fg_color white; -@define-color error_color #F44336; -@define-color window_bg_color #212121; -@define-color window_fg_color white; -@define-color view_bg_color #2C2C2C; -@define-color view_fg_color white; -@define-color headerbar_bg_color #2C2C2C; -@define-color headerbar_fg_color white; -@define-color headerbar_border_color rgba(255, 255, 255, 0.12); -@define-color headerbar_backdrop_color #2C2C2C; -@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); -@define-color card_bg_color #2C2C2C; -@define-color card_fg_color white; -@define-color card_shade_color rgba(255, 255, 255, 0.12); -@define-color dialog_bg_color #242424; -@define-color dialog_fg_color white; -@define-color popover_bg_color #3C3C3C; -@define-color popover_fg_color white; -@define-color shade_color rgba(255, 255, 255, 0.12); -@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/themes/.themes/Orchis-Light-Compact/gtk-4.0/gtk.css b/themes/.themes/Orchis-Light-Compact/gtk-4.0/gtk.css deleted file mode 100644 index 1d42857..0000000 --- a/themes/.themes/Orchis-Light-Compact/gtk-4.0/gtk.css +++ /dev/null @@ -1,7221 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #1A73E8 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #1A73E8 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -dnd { - color: rgba(0, 0, 0, 0.87); -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -iconview:disabled, .view:disabled { - color: rgba(0, 0, 0, 0.38); -} - -textview text { - background-color: #FFFFFF; -} - -textview border { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.6); -} - -iconview:hover, iconview:selected { - border-radius: 5px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 10px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: 1px solid black; -} - -label.separator { - color: rgba(0, 0, 0, 0.6); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(0, 0, 0, 0.38); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 10px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(0, 0, 0, 0.6); -} - -.accent { - color: #1A73E8; -} - -.success { - color: #0F9D58; -} - -.warning { - color: #FFD600; -} - -.error { - color: #E53935; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(0, 0, 0, 0.38); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: rgba(0, 0, 0, 0.87); -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - background-clip: padding-box; - border-radius: 10px; - border: none; -} - -.osd { - padding: 4px; - margin: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - outline-color: #1A73E8; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(0, 0, 0, 0.38); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -headerbar popover.background entry image, entry image { - color: rgba(0, 0, 0, 0.6); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -entry { - min-height: 32px; - padding: 0 6px; - border-spacing: 4px; - border-radius: 10px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(229, 57, 53, 0.08); - color: #E53935; -} - -entry.error image { - color: #E53935; -} - -entry.error selection { - color: white; - background-color: #E53935; -} - -entry.error:focus-within { - background-color: rgba(229, 57, 53, 0.08); - color: #E53935; - outline-color: #E53935; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(229, 57, 53, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(229, 57, 53, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(15, 157, 88, 0.08); - color: #0F9D58; -} - -entry.success image { - color: #0F9D58; -} - -entry.success selection { - color: white; - background-color: #0F9D58; -} - -entry.success:focus-within { - background-color: rgba(15, 157, 88, 0.08); - color: #0F9D58; - outline-color: #0F9D58; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(15, 157, 88, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(15, 157, 88, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 214, 0, 0.08); - color: #FFD600; -} - -entry.warning image { - color: #FFD600; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FFD600; -} - -entry.warning:focus-within { - background-color: rgba(255, 214, 0, 0.08); - color: #FFD600; - outline-color: #FFD600; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(255, 214, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(255, 214, 0, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #1A73E8; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #FFFFFF; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #1A73E8 0%, rgba(26, 115, 232, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #1A73E8 95%, rgba(26, 115, 232, 0)); - } -} - -infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #1A73E8; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 10px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab > button.flat, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.6); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab > button.flat:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab > button.flat:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab > button.flat:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab > button.flat:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 4px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 4px; - border-radius: 10px; -} - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 8px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 8px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 10px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 10px 0 0 10px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 10px 10px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 4px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #1A73E8; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(26, 115, 232, 0.2), 0 4px 3px 0 rgba(26, 115, 232, 0.14), 0 1px 6px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:checked { - background-color: #5f9def; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(26, 115, 232, 0.3), 0 2px 3px -1px rgba(26, 115, 232, 0.24), 0 2px 5px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1A73E8; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.suggested-action.flat:checked { - background-color: rgba(26, 115, 232, 0.3); -} - -button.destructive-action { - background-color: #E53935; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(229, 57, 53, 0.2), 0 4px 3px 0 rgba(229, 57, 53, 0.14), 0 1px 6px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:checked { - background-color: #ed7472; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(229, 57, 53, 0.3), 0 2px 3px -1px rgba(229, 57, 53, 0.24), 0 2px 5px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #E53935; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.destructive-action.flat:checked { - background-color: rgba(229, 57, 53, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 4px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 22px; - min-width: 22px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 10px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 10px; -} - -button.color { - min-height: 22px; - min-width: 22px; - padding: 4px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #1A73E8; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #E53935; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #1A73E8; -} - -link:visited { - color: #AB47BC; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1A73E8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #AB47BC; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - border-radius: 10px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - outline-color: #1A73E8; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(0, 0, 0, 0.38); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 4px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton:not(.vertical) > text { - min-width: 24px; - padding-left: 8px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical > text { - min-height: 32px; - min-width: 36px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 2px; -} - -spinbutton.vertical > button.down { - margin: 0 2px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 4px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 2px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 2px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 4px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 4px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -32px; - padding-right: 32px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -32px; - padding-left: 32px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 5px; - padding: 3px; - border-radius: 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 10px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.38); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 2px 4px; - background-color: #F2F2F2; - border-spacing: 4px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 5px; -} - -searchbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(0, 0, 0, 0.38); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar entry { - caret-color: rgba(0, 0, 0, 0.87); -} - -headerbar entry { - background-color: rgba(0, 0, 0, 0.04); -} - -headerbar entry, headerbar entry > text { - color: rgba(0, 0, 0, 0.87); -} - -headerbar entry:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -headerbar entry image { - color: rgba(0, 0, 0, 0.6); -} - -headerbar entry image:hover, headerbar entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -headerbar entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.87); - min-height: 40px; - padding: 0; - margin: 0; - background-color: #FFFFFF; - border-radius: 16px 16px 0 0; -} - -headerbar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -headerbar:backdrop { - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; -} - -headerbar:backdrop:disabled { - color: rgba(0, 0, 0, 0.26); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -headerbar .title { - padding: 0 8px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 8px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(0, 0, 0, 0.38); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 10px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #F2F2F2; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.6); - border-radius: 16px 16px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(0, 0, 0, 0.6); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 4px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: rgba(0, 0, 0, 0.87); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(0, 0, 0, 0.26); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(0, 0, 0, 0.38); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(0, 0, 0, 0.6); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(0, 0, 0, 0.26); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 4px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 4px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 4px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 4px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -headerbar.default-decoration { - min-height: 22px; - padding: 0; - background-image: none; - background-color: #FFFFFF; - border-radius: 16px 16px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 22px; - min-width: 22px; - margin: 4px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #FFFFFF cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(26, 115, 232, 0.2)), linear-gradient(to top, #f7f7f7, #FFFFFF 3px, white); -} - -window.devel headerbar.titlebar:backdrop { - background: #FFFFFF cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#FFFFFF); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 4px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 4px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 4px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 4px; - padding-right: 4px; - border-radius: 10px; - border-spacing: 2px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 2px; - margin-right: 2px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); - border: none; - border-radius: 10px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 4px; - margin-bottom: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 8px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #dedede; - border-top-color: #dedede; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #FFFFFF; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: rgba(0, 0, 0, 0.87); -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #1A73E8; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(26, 115, 232, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #1A73E8; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #FFFFFF; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; - background-clip: border-box; - color: #1A73E8; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #1A73E8; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -menubar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(0, 0, 0, 0.6); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -menubar > item:disabled { - color: rgba(0, 0, 0, 0.26); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 6px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 12px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 24px; - min-width: 24px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 4px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 2px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border: none; - border-radius: 9px; - color: rgba(0, 0, 0, 0.87); -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(0, 0, 0, 0.12); - margin: 2px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 4px 8px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #FFFFFF; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 48px; - padding: 2px 6px; - border-radius: 5px; - color: rgba(0, 0, 0, 0.87); - font: initial; - text-shadow: none; - border-spacing: 4px; -} - -popover.background modelbutton accelerator { - color: rgba(0, 0, 0, 0.38); - margin-left: 20px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(0, 0, 0, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 4px 8px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #FFFFFF; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 22px; - padding: 4px 8px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #dedede; - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; - background-clip: padding-box; - border-color: #dedede; - color: rgba(0, 0, 0, 0.87); - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -notebook > header tab:checked.reorderable-page { - background-color: #FFFFFF; -} - -notebook { - background-color: #FFFFFF; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #FAFAFA; -} - -notebook.frame { - border-radius: 10px; -} - -notebook.frame frame > border { - border: none; - border-radius: 10px; -} - -notebook.frame frame > list row.activatable { - border-radius: 10px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 10px 10px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 10px 10px; -} - -notebook.frame > header.left { - border-radius: 10px 0 0 10px; -} - -notebook.frame > header.right { - border-radius: 0 10px 10px 0; -} - -notebook > header { - border: none; - background-color: #F2F2F2; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #dedede; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 10px 10px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #dedede; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 10px 10px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #dedede; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 10px 0 0 10px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #dedede; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 10px 10px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -4px -12px; - padding: 4px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 10px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(0, 0, 0, 0.38); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(0, 0, 0, 0.6); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(255, 255, 255, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.26); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(26, 115, 232, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #FFFFFF; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #1A73E8; - color: #1A73E8; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -12px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -12px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: -6px; - padding: 6px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #0F9D58; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(0, 0, 0, 0.6); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #0F9D58; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scale > trough:disabled { - background-color: rgba(0, 0, 0, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #1A73E8; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #1A73E8; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#1A73E8); -} - -scale > trough > highlight:disabled { - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.26); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(0, 0, 0, 0.6); -} - -scale > marks indicator { - background-color: rgba(0, 0, 0, 0.26); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 10px; - background-color: rgba(0, 0, 0, 0.15); -} - -progressbar progress { - border-radius: 10px; - background-color: #1A73E8; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #1A73E8; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 10px; -} - -levelbar block.low { - background-color: #FFD600; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #1A73E8; -} - -levelbar block.full { - background-color: #0F9D58; -} - -levelbar block.empty { - background-color: rgba(0, 0, 0, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: rgba(0, 0, 0, 0.87); - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 10px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 10px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 4px; - border-spacing: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 4px 12px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #FFFFFF; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 8px; -} - -separator.spacer.vertical { - min-height: 8px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: padding-box; - color: rgba(0, 0, 0, 0.6); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -list.frame { - border-radius: 10px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: rgba(0, 0, 0, 0.87); -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(0, 0, 0, 0.38); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(0, 0, 0, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #1A73E8; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #1A73E8; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 6px 8px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 8px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 8px; - margin-right: 8px; - min-height: 40px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 4px; - margin-bottom: 4px; - border-spacing: 2px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(0, 0, 0, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #FFFFFF; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #1A73E8; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 6px; - padding: 6px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #1A73E8; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: rgba(0, 0, 0, 0.87); -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -expander-widget > box > title { - border-radius: 10px; -} - -expander-widget > box > title:hover > expander { - color: rgba(0, 0, 0, 0.6); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); -} - -calendar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -calendar:selected { - border-radius: 10px; -} - -calendar > header { - padding: 2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -calendar > header > button { - min-height: 22px; -} - -calendar > grid { - margin: 2px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #FFFFFF; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 22px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -window.dialog.message .titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -window.dialog.message.csd .dialog-action-area { - padding: 4px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 4px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #1A73E8; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #E53935; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 4px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 4px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #1A73E8; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #E53935; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 4px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(0, 0, 0, 0.6); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #FAFAFA; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(0, 0, 0, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 4px; - background-color: #FAFAFA; -} - -stacksidebar row { - min-height: 22px; - padding: 4px 6px; - border-radius: 5px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 4px; - padding-right: 4px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 4px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.navigation-sidebar > row { - min-height: 22px; - padding: 4px 6px; - border-radius: 0 9999px 9999px 0; - margin: 0 4px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #1A73E8; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.navigation-sidebar > separator { - margin: 4px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -row image.sidebar-icon:disabled { - color: rgba(0, 0, 0, 0.26); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 4px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 2px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 4px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 10px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 4px; - border-spacing: 8px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #1A73E8; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #1A73E8; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #3181ea; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #ffda1a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #E53935; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #e84f4c; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 4px 8px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(52, 52, 52, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 5px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 4px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.top overlay { - border-top-left-radius: 9px; - border-top-right-radius: 9px; -} - -colorswatch.bottom { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 9px; - border-bottom-left-radius: 9px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 9px; - border-bottom-right-radius: 9px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 9px 9px 0 0; - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button:only-child { - border-radius: 9px; -} - -colorswatch#add-color-button overlay { - background-color: #FFFFFF; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 9px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 9px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #F2F2F2; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 16px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.4); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.4); -} - -window.csd.messagedialog { - background-color: #FFFFFF; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #F2F2F2; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; -} - -window.solid-csd:backdrop { - background-color: #FFFFFF; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #1A73E8; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #1A73E8; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - color: rgba(0, 0, 0, 0.87); - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #1A73E8; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #1A73E8; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 8px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 4px; - border-spacing: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 4px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #1A73E8; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 4px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 10px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 24px; - padding: 0 8px; -} - -emoji-completion-row > box { - border-spacing: 4px; - padding: 2px 4px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #FFFFFF; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 16px; - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 8px 8px; - border-radius: 12px; - background-color: rgba(26, 115, 232, 0.08); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 16px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 4px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #1A73E8; - background-color: #FFFFFF; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-light.png"), url("assets/row-selected-light@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 2px 2px 2px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px #dedede; -} - -.nautilus-window tabbar tab { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: rgba(0, 0, 0, 0.87); - background-color: transparent; -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: rgba(0, 0, 0, 0.87); -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window placesview label { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window placesview label:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window infobar { - margin: 2px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 4px; -} - -.nautilus-window label.search-information { - margin: 2px; - border-radius: 4px; -} - -.nautilus-window .floating-bar { - min-height: 24px; - padding: 2px; - margin: 4px; - border: none; - border-radius: 9999px; - background-color: rgba(242, 242, 242, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 5px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); - padding: 0 4px 0 6px; -} - -#NautilusQueryEditor:focus-within { - color: rgba(0, 0, 0, 0.87); -} - -#NautilusQueryEditor:disabled { - color: rgba(0, 0, 0, 0.26); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; - margin: 4px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 2px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: rgba(0, 0, 0, 0.87); -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 2px; - padding: 0; - min-height: 20px; - min-width: 20px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 16px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #FFFFFF; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #FFFFFF; -} - -#displayitem { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(0, 0, 0, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(0, 0, 0, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(0, 0, 0, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 10px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 8px; -} - -label.primary-label, label.month-name { - color: #1A73E8; -} - -label.secondary-label { - color: rgba(0, 0, 0, 0.38); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #1A73E8; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(0, 0, 0, 0.38); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#1A73E8, 0.3); -} - -popover.events { - background-color: #FFFFFF; - padding: 0; -} - -popover.events box { - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -popover.events list { - background-color: #FFFFFF; - border-radius: 10px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 10px; -} - -event.timed widget.edge { - border-radius: 5px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 12px; - border-radius: 0 5px 5px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 12px; - border-radius: 5px 0 0 5px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #FFFFFF; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 4px; - margin-left: 4px; - margin-bottom: 4px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 32px; - min-width: 32px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(0, 0, 0, 0.38); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 2px; - padding: 0; - min-height: 32px; - min-width: 32px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: rgba(0, 0, 0, 0.87); - border-radius: 50%; - min-height: 2px; - min-width: 2px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #1A73E8; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #1A73E8; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #1A73E8; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(0, 0, 0, 0.38); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(0, 0, 0, 0.38); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 8px 8px 12px 8px; - color: rgba(0, 0, 0, 0.26); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(0, 0, 0, 0.38); -} - -.week-header.lines { - color: rgba(0, 0, 0, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 4px; -} - -.week-view .lines { - color: rgba(0, 0, 0, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#1A73E8, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#1A73E8, 0.25); -} - -monthcell { - border: solid 1px rgba(0, 0, 0, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #FAFAFA; - transition: background-color 200ms; - color: rgba(0, 0, 0, 0.87); -} - -monthcell:selected { - background-color: alpha(#1A73E8, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#1A73E8, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#1A73E8, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#1A73E8, 0.3); - color: #1A73E8; -} - -monthcell.today:selected { - background-color: alpha(#1A73E8, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#1A73E8, 0.35); -} - -monthcell label { - color: rgba(0, 0, 0, 0.87); - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(0, 0, 0, 0.04); -} - -monthcell.out-of-month label { - color: rgba(0, 0, 0, 0.6); -} - -monthcell button { - padding: 0 4px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 10px; - padding: 4px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 8px; -} - -agenda-view list > label { - padding: 4px 8px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 4px; -} - -datechooser .current-week { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - border-radius: 10px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 4px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 4px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 4px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 14px; - border: none; - border-radius: 10px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 6px 10px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 10px 10px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 10px 0 0 10px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(0, 0, 0, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 4px; - margin: 4px; -} - -.context-tile-lozenge.grey { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #085731; - background-color: rgba(15, 157, 88, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #b39600; - background-color: rgba(255, 214, 0, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #b61b17; - background-color: rgba(229, 57, 53, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(0, 0, 0, 0.6); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #1A73E8; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 22px; - min-width: 22px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 22px; - background-color: rgba(0, 0, 0, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 2px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 22px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 2px; - min-height: 22px; - min-width: 22px; - padding: 4px; - border-radius: 10px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #F2F2F2; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 8px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 10px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(0, 0, 0, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(0, 0, 0, 0.26); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #1A73E8; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #E53935; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #1A73E8; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 4px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #1A73E8; - color: white; -} - -menubutton.destructive-action { - background-color: #E53935; - color: white; -} - -menubutton.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 10px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 10px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 4px; - margin-bottom: 4px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 4px; - padding-right: 4px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 4px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(0, 0, 0, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 10px; -} - -splitbutton.suggested-action { - background-color: #1A73E8; - color: white; -} - -splitbutton.destructive-action { - background-color: #E53935; - color: white; -} - -splitbutton.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 4px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 8px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 4px; - padding: 4px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.6); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 8px; -} - -toast:dir(rtl) { - padding-right: 8px; -} - -toast > widget { - margin: 0 4px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 24px 8px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 8px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 16px 8px; - border-spacing: 16px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 8px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 10px; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.12); - background-clip: padding-box; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 16px 8px; - border-spacing: 16px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 4px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 4px; -} - -preferencesgroup > box > box.single-line { - min-height: 32px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 2px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(0, 0, 0, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(0, 0, 0, 0.26); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #1A73E8; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.04); - margin-top: 4px; - margin-bottom: 4px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #1A73E8; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #1A73E8; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 5px; - padding-bottom: 3px; - border-spacing: 2px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 8px; - border-spacing: 4px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 8px; - margin-right: 8px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 4px; - min-height: 4px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #1A73E8; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 24px; - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - padding: 0; - box-shadow: inset 0 -1px #dedede; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 6px; - margin-bottom: 6px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 6px 4px; - background: alpha(#1A73E8, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 10px 10px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(0, 0, 0, 0.6); - padding: 4px 8px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #dedede; - box-shadow: none; - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; - border-radius: 10px 10px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #FFFFFF; - box-shadow: none; - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; - border-radius: 10px 10px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #FFFFFF; -} - -dnd tab { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - box-shadow: none; - margin: 16px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#1A73E8, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.87); - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #F2F2F2; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#1A73E8,#FAFAFA,0.7); - color: rgba(0, 0, 0, 0.87); -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#1A73E8,#FAFAFA,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 16px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 16px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #F2F2F2; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#1A73E8,#FFFFFF,0.7); - color: rgba(0, 0, 0, 0.87); -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#1A73E8,#FFFFFF,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general */ -@define-color theme_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color */ -@define-color theme_bg_color #F2F2F2; -/* -text widgets and the like base background color */ -@define-color theme_base_color #FFFFFF; -/* -base background color of selections */ -@define-color theme_selected_bg_color #1A73E8; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #F2F2F2; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(0, 0, 0, 0.38); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #FAFAFA; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #F2F2F2; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #FFFFFF; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #1A73E8; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(0, 0, 0, 0.38); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FFD600; -@define-color error_color #E53935; -@define-color success_color #0F9D58; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title rgba(0, 0, 0, 0.87); -@define-color wm_unfocused_title rgba(0, 0, 0, 0.6); -@define-color wm_highlight rgba(255, 255, 255, 0.4); -@define-color wm_bg #FFFFFF; -@define-color wm_unfocused_bg #FFFFFF; -/* -FIXME this is really an API */ -@define-color content_view_bg #FFFFFF; -@define-color placeholder_text_color #666666; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #FFFFFF; -@define-color budgie_tasklist_indicator_color rgba(0, 0, 0, 0.6); -@define-color budgie_tasklist_indicator_color_active #1A73E8; -@define-color budgie_tasklist_indicator_color_active_window rgba(106, 162, 236, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FFD600; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #1A73E8; -@define-color accent_fg_color white; -@define-color accent_color #1A73E8; -@define-color destructive_bg_color #E53935; -@define-color destructive_fg_color white; -@define-color destructive_color #E53935; -@define-color success_bg_color #0F9D58; -@define-color success_fg_color white; -@define-color success_color #0F9D58; -@define-color warning_bg_color #FFD600; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FFD600; -@define-color error_bg_color #E53935; -@define-color error_fg_color white; -@define-color error_color #E53935; -@define-color window_bg_color #F2F2F2; -@define-color window_fg_color rgba(0, 0, 0, 0.87); -@define-color view_bg_color #FFFFFF; -@define-color view_fg_color rgba(0, 0, 0, 0.87); -@define-color headerbar_bg_color #FFFFFF; -@define-color headerbar_fg_color rgba(0, 0, 0, 0.87); -@define-color headerbar_border_color rgba(0, 0, 0, 0.12); -@define-color headerbar_backdrop_color #FFFFFF; -@define-color headerbar_shade_color rgba(0, 0, 0, 0.12); -@define-color card_bg_color #FFFFFF; -@define-color card_fg_color rgba(0, 0, 0, 0.87); -@define-color card_shade_color rgba(0, 0, 0, 0.12); -@define-color dialog_bg_color #FAFAFA; -@define-color dialog_fg_color rgba(0, 0, 0, 0.87); -@define-color popover_bg_color #FFFFFF; -@define-color popover_fg_color rgba(0, 0, 0, 0.87); -@define-color shade_color rgba(0, 0, 0, 0.12); -@define-color scrollbar_outline_color rgba(0, 0, 0, 0.12); diff --git a/themes/.themes/Orchis-Light-Compact/index.theme b/themes/.themes/Orchis-Light-Compact/index.theme deleted file mode 100644 index 318b3e2..0000000 --- a/themes/.themes/Orchis-Light-Compact/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Orchis-Light-Compact -Comment=An flat Materia Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Orchis-Light-Compact -MetacityTheme=Orchis-Light-Compact -IconTheme=Tela-circle -CursorTheme=Vimix -ButtonLayout=close,minimize,maximize:menu diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/button.svg b/themes/.themes/Orchis-Light-Compact/metacity-1/assets/button.svg deleted file mode 100644 index 51c67bf..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/button.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="12"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/close.svg b/themes/.themes/Orchis-Light-Compact/metacity-1/assets/close.svg deleted file mode 100644 index 1fe0805..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/close.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/maximize.svg b/themes/.themes/Orchis-Light-Compact/metacity-1/assets/maximize.svg deleted file mode 100644 index 02d76eb..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/maximize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/menu.svg b/themes/.themes/Orchis-Light-Compact/metacity-1/assets/menu.svg deleted file mode 100644 index ad8570a..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/menu.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/minimize.svg b/themes/.themes/Orchis-Light-Compact/metacity-1/assets/minimize.svg deleted file mode 100644 index dc1fa3f..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/minimize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 14h8v2h-8z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/shade.svg b/themes/.themes/Orchis-Light-Compact/metacity-1/assets/shade.svg deleted file mode 100644 index 29aeeae..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/shade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m6 14 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/unmaximize.svg b/themes/.themes/Orchis-Light-Compact/metacity-1/assets/unmaximize.svg deleted file mode 100644 index 9106037..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/unmaximize.svg +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - viewBox="0 0 24 24" - fill="#808080" - version="1.1" - id="svg4" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1368" - inkscape:window-height="711" - id="namedview6" - showgrid="true" - inkscape:zoom="1.8487896" - inkscape:cx="-63.850129" - inkscape:cy="24.233787" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4"> - <inkscape:grid - type="xygrid" - id="grid835" /> - </sodipodi:namedview> - <path - d="m 8,8 v 8 h 8 V 8 Z m 2,2 h 4 v 4 h -4 z" - id="path2" - style="stroke-width:1.33334" - sodipodi:nodetypes="cccccccccc" /> - <path - id="path839" - style="stroke-width:1.33334" - d="M 10 6 L 10 7 L 17 7 L 17 14 L 18 14 L 18 6 L 10 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/unshade.svg b/themes/.themes/Orchis-Light-Compact/metacity-1/assets/unshade.svg deleted file mode 100644 index fa98887..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/assets/unshade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m18 10-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> -</svg> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/metacity-theme-2.xml b/themes/.themes/Orchis-Light-Compact/metacity-1/metacity-theme-2.xml deleted file mode 100644 index 9a52f56..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,621 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2020</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="#e0e0e0"/> -<constant name="C_titlebar_unfocused" value="#d6d6d6"/> -<constant name="C_highlight_focused" value="blend/#e0e0e0/#ffffff/0.4"/> -<constant name="C_highlight_unfocused" value="blend/#d6d6d6/#ffffff/0.4"/> -<constant name="C_title_focused" value="blend/#e0e0e0/#000000/0.87"/> -<constant name="C_title_unfocused" value="blend/#d6d6d6/#000000/0.6"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/metacity-theme-3.xml b/themes/.themes/Orchis-Light-Compact/metacity-1/metacity-theme-3.xml deleted file mode 100644 index cae97e2..0000000 --- a/themes/.themes/Orchis-Light-Compact/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,648 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2021</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> -<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis-Light-Compact/metacity-1/thumbnail.png b/themes/.themes/Orchis-Light-Compact/metacity-1/thumbnail.png deleted file mode 100644 index 080e3b1..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/metacity-1/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/plank/dock.theme b/themes/.themes/Orchis-Light-Compact/plank/dock.theme deleted file mode 100644 index 5ee9deb..0000000 --- a/themes/.themes/Orchis-Light-Compact/plank/dock.theme +++ /dev/null @@ -1,66 +0,0 @@ -#This file based on: -#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme - -[PlankTheme] -#The roundness of the top corners. -TopRoundness=18 -#The roundness of the bottom corners. -BottomRoundness=0 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;0 -#The starting color (RGBA) of the fill gradient. -FillStartColor=0;;0;;0;;153 -#The ending color (RGBA) of the fill gradient. -FillEndColor=0;;0;;0;;153 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=0;;0;;0;;0 - -[PlankDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=1 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=2 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=1 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=2 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=0 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=150 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=250 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 -#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. -ItemMoveTime=450 -#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. -CascadeHide=true -#The color (RGBA) of the badge displaying urgent count -BadgeColor=229;;57;;53;;1 diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-active.png deleted file mode 100644 index b364438..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-inactive.png deleted file mode 100644 index b364438..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-left-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-left-active.png deleted file mode 100644 index 00835b4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-left-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 00835b4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-right-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-right-active.png deleted file mode 100644 index 2fca629..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-right-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-right-inactive.png deleted file mode 100644 index 2fca629..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/close-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/close-active.png deleted file mode 100644 index 5434c70..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/close-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/close-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/close-inactive.png deleted file mode 100644 index 00b2e7d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/close-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/close-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/close-prelight.png deleted file mode 100644 index 8163df5..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/close-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/close-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/close-pressed.png deleted file mode 100644 index c99e3f9..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/close-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/hide-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/hide-active.png deleted file mode 100644 index b6a9fe2..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/hide-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/hide-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/hide-inactive.png deleted file mode 100644 index 82ddaef..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/hide-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/hide-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/hide-prelight.png deleted file mode 100644 index 32d5625..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/hide-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/hide-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/hide-pressed.png deleted file mode 100644 index 5bf409c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/hide-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/left-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/left-active.png deleted file mode 100644 index 5084375..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/left-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/left-inactive.png deleted file mode 100644 index 5084375..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-active.png deleted file mode 100644 index f06ce6d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-inactive.png deleted file mode 100644 index af855c5..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-prelight.png deleted file mode 100644 index 18b1ae4..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-pressed.png deleted file mode 100644 index 0ed51d6..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-active.png deleted file mode 100644 index 81f18b1..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index 87917cd..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 6bdfb0d..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index 39a5e99..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/menu-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/menu-active.png deleted file mode 100644 index 75b4d85..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/menu-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/menu-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/menu-inactive.png deleted file mode 100644 index 307ae3b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/menu-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/menu-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/menu-prelight.png deleted file mode 100644 index 9f238d5..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/menu-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/menu-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/menu-pressed.png deleted file mode 100644 index a7190f7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/menu-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/right-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/right-active.png deleted file mode 100644 index 5084375..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/right-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/right-inactive.png deleted file mode 100644 index 5084375..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/shade-active.png deleted file mode 100644 index 31fa0ce..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/shade-inactive.png deleted file mode 100644 index e180a34..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/shade-prelight.png deleted file mode 100644 index ff01671..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/shade-pressed.png deleted file mode 100644 index f6ce8b6..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-active.png deleted file mode 100644 index 064d72c..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-inactive.png deleted file mode 100644 index 36bddfd..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-prelight.png deleted file mode 100644 index f6cc446..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-pressed.png deleted file mode 100644 index 3f846e3..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/shade-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/stick-active.png deleted file mode 100644 index c8f0196..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/stick-inactive.png deleted file mode 100644 index 3851078..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/stick-prelight.png deleted file mode 100644 index 0eecf13..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/stick-pressed.png deleted file mode 100644 index a3bff24..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-active.png deleted file mode 100644 index d39a92b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index 9d3544f..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-prelight.png b/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index 4af120b..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-pressed.png b/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index 8cf0960..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/themerc b/themes/.themes/Orchis-Light-Compact/xfwm4/themerc deleted file mode 100644 index fcaf079..0000000 --- a/themes/.themes/Orchis-Light-Compact/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=6 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#707070 -active_text_shadow_color=#e7e7e7 - -inactive_text_color=#979797 -inactive_text_shadow_color=#e7e7e7 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-1-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-1-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-1-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-1-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-1-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-2-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-2-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-2-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-2-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-2-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-3-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-3-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-3-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-3-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-3-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-4-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-4-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-4-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-4-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-4-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-5-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-5-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-5-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/title-5-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/title-5-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/top-left-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/top-left-active.png deleted file mode 100644 index e5a3365..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/top-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/top-left-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/top-left-inactive.png deleted file mode 100644 index e5a3365..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/top-right-active.png b/themes/.themes/Orchis-Light-Compact/xfwm4/top-right-active.png deleted file mode 100644 index 4a8bbd6..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/top-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light-Compact/xfwm4/top-right-inactive.png b/themes/.themes/Orchis-Light-Compact/xfwm4/top-right-inactive.png deleted file mode 100644 index 4a8bbd6..0000000 Binary files a/themes/.themes/Orchis-Light-Compact/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/COPYING b/themes/.themes/Orchis-Light/COPYING deleted file mode 100644 index 94a9ed0..0000000 --- a/themes/.themes/Orchis-Light/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - <program> Copyright (C) <year> <name of author> - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -<http://www.gnu.org/licenses/>. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace-active.svg b/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index bf9991d..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,12 +0,0 @@ -<svg width="35" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter4154" x="-.132" y="-.020842" width="1.264" height="1.0417" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="1.65"/> - </filter> - </defs> - <g transform="translate(0 -852.36)" shape-rendering="auto"> - <path d="m7.2 858.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#000000" fill-opacity=".45" filter="url(#filter4154)" opacity=".9"/> - <path d="m7 857.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#1a73e8" /> - <path transform="translate(0 852.36)" d="m18 94c-0.554 0-1 0.446-1 1v4h-4c-0.554 0-1 0.446-1 1s0.446 1 1 1h4v4c0 0.554 0.446 1 1 1s1-0.446 1-1v-4h4c0.554 0 1-0.446 1-1s-0.446-1-1-1h-4v-4c0-0.554-0.446-1-1-1zm8 6a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace-hover.svg b/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace-hover.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-81.038405" - inkscape:cy="108.58132" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace.svg b/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-28.526103" - inkscape:cy="75.41215" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true" - inkscape:document-rotation="0"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.35;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.87;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/calendar-arrow-left.svg b/themes/.themes/Orchis-Light/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index 738a3f2..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M10 3v10L5 8z" fill="#000000" opacity="0.54"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/calendar-arrow-right.svg b/themes/.themes/Orchis-Light/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index acb514b..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M6 3v10l5-5z" fill="#000000" opacity="0.54"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/checkbox-off.svg b/themes/.themes/Orchis-Light/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/checkbox.svg b/themes/.themes/Orchis-Light/cinnamon/assets/checkbox.svg deleted file mode 100644 index 504c4ba..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/close-active.svg b/themes/.themes/Orchis-Light/cinnamon/assets/close-active.svg deleted file mode 100644 index 0dde2b9..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#d8354a" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/close-hover.svg b/themes/.themes/Orchis-Light/cinnamon/assets/close-hover.svg deleted file mode 100644 index 37f8806..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#ff7a80" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/close.svg b/themes/.themes/Orchis-Light/cinnamon/assets/close.svg deleted file mode 100644 index 5dcc697..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/close.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter879" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter879)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#f75a61" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/corner-ripple.svg b/themes/.themes/Orchis-Light/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index 9388e14..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="104" height="104" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -948.36)"> - <circle id="corner-ripple" cx="52" cy="1000" r="48" fill="#1a73e8" opacity=".25"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/radiobutton-off.svg b/themes/.themes/Orchis-Light/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/radiobutton.svg b/themes/.themes/Orchis-Light/cinnamon/assets/radiobutton.svg deleted file mode 100644 index e9b37c3..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/toggle-off.svg b/themes/.themes/Orchis-Light/cinnamon/assets/toggle-off.svg deleted file mode 100644 index 3384dd2..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#808080" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-11.814169" - inkscape:cy="-9.352884" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#808080"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/toggle-on.svg b/themes/.themes/Orchis-Light/cinnamon/assets/toggle-on.svg deleted file mode 100644 index 90b5386..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg22" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview24" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="23.6" - inkscape:cx="41.822034" - inkscape:cy="8.8771186" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg22"> - <inkscape:grid - type="xygrid" - id="grid327" - originx="0" - originy="0" /> - </sodipodi:namedview> - <defs - id="defs5"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - fill="#1a73e8" - opacity="0.35" - id="rect7" - style="stroke-width:0.864099" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - fill="#1a73e8" - id="circle14" - style="stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/assets/trash-icon.svg b/themes/.themes/Orchis-Light/cinnamon/assets/trash-icon.svg deleted file mode 100644 index e9d9741..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="400" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -932.36)"> - <rect x="10" y="942.36" width="380" height="160" rx="18" ry="18" fill="#ffffff" stroke-width="0"/> - <path class="ColorScheme-Text" d="m200 964.36c-4.4183 0-8 3.5817-8 8h-16v4h48v-4h-16c0-4.4183-3.5817-8-8-8zm0 4c2.2091 1e-5 4 1.7909 4 4h-8c1e-5 -2.2091 1.7909-4 4-4zm-20 12v32c0 4.4321 3.5679 8.0001 8 8.0001h24c4.4321 0 8-3.568 8-8.0001v-32h-38zm4 4h32v28c0 2.2161-1.7839 4.0001-4 4.0001h-24c-2.2161 0-4-1.784-4-4.0001z" fill="#4d4d4d"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/cinnamon/cinnamon.css b/themes/.themes/Orchis-Light/cinnamon/cinnamon.css deleted file mode 100644 index d2feaeb..0000000 --- a/themes/.themes/Orchis-Light/cinnamon/cinnamon.css +++ /dev/null @@ -1,2401 +0,0 @@ -stage { - color: rgba(0, 0, 0, 0.87); -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button { - min-height: 24px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 12px; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); -} - -.sound-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 12px; -} - -.sound-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 12px; -} - -.sound-button:hover:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 12px; -} - -.sound-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 12px; -} - -.sound-button:insensitive { - color: rgba(0, 0, 0, 0.38); - background-color: rgba(0, 0, 0, 0.04); - border-radius: 12px; -} - -.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button, .calendar-today-home-button, -.calendar-today-home-button-enabled { - border-radius: 12px; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; -} - -.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover, .calendar-today-home-button:hover, -.calendar-today-home-button-enabled:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 12px; -} - -.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active, .calendar-today-home-button:active, -.calendar-today-home-button-enabled:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 12px; -} - -.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, -.calendar-today-home-button-enabled:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-radius: 12px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 24px; - padding: 6px 30px; - transition-duration: 100ms; - border-radius: 12px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #1A73E8; -} - -.modal-dialog-button-box .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 3px 12px; - min-height: 24px; - caret-size: 1px; - selection-background-color: #1A73E8; - selected-color: white; - transition-duration: 300ms; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.87); - border: 2px solid transparent; - background-color: rgba(0, 0, 0, 0.04); -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.04); - border: 2px solid #1A73E8; -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - border: 2px solid transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FFD600; - padding: 0 6px; -} - -#LookingGlassDialog { - background-color: rgba(255, 255, 255, 0.97); - spacing: 6px; - padding: 6px 12px; - border: none; - border-radius: 12px; - color: rgba(0, 0, 0, 0.87); - box-shadow: 3px 6px rgba(0, 0, 0, 0.25); -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.1); - border-radius: 9999px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(160, 160, 160, 0.948); - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(182, 182, 182, 0.961); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #1A73E8; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(0, 0, 0, 0.12); - -slider-border-color: transparent; - -slider-active-background-color: #1A73E8; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 24px; - height: 24px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 24px; - height: 24px; -} - -.radiobutton StBin, .radiobutton:focus StBin { - background-image: url("assets/radiobutton-off.svg"); -} - -.radiobutton:checked StBin, .radiobutton:focus:checked StBin { - background-image: url("assets/radiobutton.svg"); -} - -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.cinnamon-link { - color: #1A73E8; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #488fed; -} - -#Tooltip { - border-radius: 9999px; - padding: 6px 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; - margin: 6px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 0; - margin: 0; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - box-shadow: none; -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - border-radius: 14px; - background-gradient-direction: none; - box-shadow: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.menu .popup-sub-menu .popup-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item { - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active, -.popup-menu .popup-sub-menu .popup-menu-item:active, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.45) !important; -} - -.menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - color: rgba(0, 0, 0, 0.87); - padding: 6px; - background-color: rgba(255, 255, 255, 0.97); - border-radius: 20px; - margin: 6px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: 6px 12px; - spacing: 12px; - border-radius: 9999px; -} - -.menu .popup-menu-item:hover, .menu .popup-menu-item:active, -.popup-menu .popup-menu-item:hover, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:hover, -.popup-combo-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.38); -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(0, 0, 0, 0.15); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.38); -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 12px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.popup-combo-menu { - padding: 12px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 0; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 0; - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.12); - border-bottom-width: 0; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: .5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: .5em; -} - -#panel { - font-weight: bold; - height: 36px; - width: 42px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(229, 57, 53, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); -} - -#panelRight:ltr { - padding-left: 6px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 6px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: rgba(255, 255, 255, 0.7); - font-size: 1em; - padding: 0px; - background-color: rgba(33, 33, 33, 0.65); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: white; - background-color: #1A73E8; -} - -.panel-dummy { - background-color: rgba(229, 57, 53, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(229, 57, 53, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: rgba(255, 255, 255, 0.7); -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.7); -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: rgba(52, 52, 52, 0.9); - border: 1px solid rgba(52, 52, 52, 0.9); - color: white; - spacing: 25px; - border-radius: 12px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -.window-caption#selected { - background-color: #1A73E8; - color: white; - border: 1px solid #1A73E8; - spacing: 25px; -} - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 12px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.expo-workspaces-name-entry:focus, -.expo-workspaces-name-entry#selected:focus { - border: 1px solid #1A73E8; - background-color: #1A73E8; - color: white; - font-style: italic; - transition-duration: 300; - selection-background-color: white; - selected-color: #1A73E8; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 12px; -} - -.expo-workspace-thumbnail-frame#active { - border: 4px solid #1A73E8; - background-color: black; - border-radius: 12px; -} - -.expo-background { - background-color: #343434; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 13px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 12px; - background-color: #FFFFFF; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -.calendar-main-box { - margin: 0 6px; -} - -.calendar { - padding: 6px 12px; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-today-home-button, -.calendar-today-home-button-enabled { - margin: 6px 0; - padding: 6px; -} - -.calendar-today-day-label { - font-size: 1.75em; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: .1em; -} - -.calendar-today-date-label { - font-size: 1.1em; - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: center; -} - -.calendar-month-label { - color: rgba(0, 0, 0, 0.87); - font-weight: bold; - margin: 0 2px; - padding: 2px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 24px; - height: 24px; - margin: 0; - padding: 0; - border-radius: 9999px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(0, 0, 0, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(0, 0, 0, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day-event-dot-box { - margin-top: 1.75em; - max-rows: 1; -} - -.calendar-day-event-dot { - margin: 1px; - border-radius: 2px; - width: 4px; - height: 4px; -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: normal; - text-align: center; - font-size: 14px; - color: rgba(0, 0, 0, 0.87); - border-radius: 12px; -} - -.calendar-day-base { - text-align: center; - width: 28px; - height: 28px; - padding: 0; - margin: 2px; - border-radius: 9999px; -} - -.calendar-day-base:hover { - background-color: rgba(0, 0, 0, 0.04); -} - -.calendar-day-base:active { - background-color: rgba(0, 0, 0, 0.12); -} - -.calendar-day-base:selected { - background-color: rgba(0, 0, 0, 0.12); -} - -.calendar-day-heading { - color: rgba(0, 0, 0, 0.6); - margin-top: 1em; -} - -.calendar-day { - border-width: 0; - color: rgba(0, 0, 0, 0.6); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover, -.calendar-today:selected { - font-weight: bold; - color: white; - background-color: #1A73E8; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(0, 0, 0, 0.6); - opacity: 1; -} - -.calendar-week-number { - width: 20px; - height: 20px; - margin: 6px 0; - color: rgba(0, 0, 0, 0.26); - font-weight: bold; - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; -} - -.calendar-week-number StLabel { - padding: 0; - margin-top: 3px; -} - -.calendar-events-main-box { - height: 300px; - margin: 8px 0.8em 0 0; - padding: 8px; - min-width: 350px; - border: none; - border-radius: 12px; - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); -} - -.calendar-events-no-events-button { - margin: 6px 0; - padding: 6px; - border-radius: 12px; -} - -.calendar-events-no-events-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - box-shadow: none; -} - -.calendar-events-no-events-icon { - color: rgba(0, 0, 0, 0.38); -} - -.calendar-events-no-events-label { - font-size: 1.1em; - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: center; - margin-top: 9px; -} - -.calendar-events-date-label { - padding: 3px 0 12px 3px; - font-size: 1.1em; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; -} - -.calendar-events-event-container { - padding: 2px; -} - -.calendar-events-main-box .separator { - -margin-horizontal: 1em; - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0.12); - -gradient-end: rgba(0, 0, 0, 0.12); -} - -.calendar-event-button { - margin: 6px 0 6px 0; - border-radius: 12px; -} - -.calendar-event-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - box-shadow: none; -} - -.calendar-event-color-strip { - width: 4px; - border-radius: 4px 0 0 4px; -} - -.calendar-event-row-content { - margin: 6px; -} - -.calendar-event-time-past { - color: rgba(0, 0, 0, 0.26); - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present { - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present:all-day { - color: rgba(15, 157, 88, 0.6); -} - -.calendar-event-time-future { - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-countdown { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: right; - margin-bottom: .6em; -} - -.calendar-event-countdown:soon { - color: white; -} - -.calendar-event-countdown:imminent { - color: rgba(255, 214, 0, 0.6); -} - -.calendar-event-countdown:current { - color: rgba(15, 157, 88, 0.6); -} - -.calendar-event-summary { - color: rgba(0, 0, 0, 0.38); - text-align: left; - width: 200px; -} - -#notification { - border-radius: 18px; - padding: 12px; - spacing-rows: 9px; - spacing-columns: 9px; - margin-from-right-edge-of-screen: 18px; - width: 28em; - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.8); - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - margin: 7px 12px 17px 12px; -} - -#notification .notification-button, #notification .notification-icon-button { - padding: 6px; -} - -.menu #notification, .popup-menu #notification { - border: none; - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.05); - box-shadow: none; - margin: 0; -} - -.menu #notification:hover, .popup-menu #notification:hover { - background-color: rgba(0, 0, 0, 0.1); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: rgba(0, 0, 0, 0.87); -} - -.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 6px; -} - -#notification.multi-line-notification { - padding-bottom: 12px; - color: rgba(0, 0, 0, 0.87); -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 6px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 6px; -} - -#notification-body { - spacing: 6px; -} - -#notification-actions { - spacing: 9px; -} - -.notification-with-image { - min-height: 159px; - color: rgba(0, 0, 0, 0.87); -} - -.notification-button, .notification-icon-button { - padding: 6px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.97); - border: none; - border-radius: 12px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 12px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #1A73E8; -} - -.switcher-list .item-box:selected { - color: white; - background-color: #1A73E8; - border: 0px solid #1A73E8; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: white; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: rgba(255, 255, 255, 0.7); -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: white; - background-color: rgba(45, 45, 45, 0.95); - border: 1px solid rgba(0, 0, 0, 0.65); - padding: 0 6px 6px; - border-radius: 18px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 6px 12px; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 18px; - color: white; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: white; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #E53935; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 6px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 3px 12px; - border-radius: 12px; - caret-color: white; - selected-color: white; - selection-background-color: #1A73E8; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.run-dialog-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid #1A73E8; -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #FFD600; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: white; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: rgba(52, 52, 52, 0.9); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 12px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.keyboard-key:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.keyboard-key:active, .keyboard-key:checked { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.keyboard-key:grayed { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -.keyboard-subkeys { - color: white; - padding: 5px; - -arrow-border-radius: 12px; - -arrow-background-color: rgba(52, 52, 52, 0.9); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - margin-bottom: 6px; - padding: 6px; - transition-duration: 300; - background-color: rgba(0, 0, 0, 0.05); - border: none; - border-radius: 12px; -} - -.menu-favorites-button { - padding: 9px; - border: none; - border-radius: 12px; -} - -.menu-favorites-button:hover { - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.1); -} - -.menu-places-box { - margin: auto; - padding: 9px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 9px; -} - -.menu-categories-box { - padding: 9px 30px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 9px 9px 0 9px; -} - -.menu-application-button { - padding: 6px; - border-radius: 12px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - padding: 6px; - border-radius: 12px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 6px; -} - -.menu-application-button-label:rtl { - padding-right: 6px; -} - -.menu StScrollView.menu-application-button { - padding: 3px 0; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; - margin: 0 3px; - border-radius: 12px; - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 6px 0 6px 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 6px 6px 6px 0; -} - -.menu-category-button { - padding: 6px; - border-radius: 12px; -} - -.menu-category-button-selected { - padding: 6px; -} - -.menu-category-button-hover, .menu-category-button-selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 12px; -} - -.menu-category-button-greyed { - padding: 6px; - color: rgba(0, 0, 0, 0.38); -} - -.menu-category-button-label:ltr { - padding-left: 6px; -} - -.menu-category-button-label:rtl { - padding-right: 6px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; - margin-bottom: 6px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: rgba(0, 0, 0, 0.87); -} - -.menu-search-entry-icon { - icon-size: 1em; - color: rgba(0, 0, 0, 0.87); -} - -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(33, 33, 33, 0.65); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: rgba(255, 255, 255, 0.7); - border-radius: 18px; - background-color: rgba(33, 33, 33, 0.65); - border: none; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 12px; - color: #1A73E8; -} - -.osd-window .level-bar { - border-radius: 12px; - background-color: #1A73E8; -} - -.window-list-box { - spacing: 2px; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.9); - border-radius: 0; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-top .window-list-item-box { - border-top: 2px solid transparent; -} - -.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom: 2px solid transparent; -} - -.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left: 2px solid transparent; -} - -.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right: 2px solid transparent; -} - -.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.25); - border-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); - border-color: #1A73E8; - background-color: rgba(255, 255, 255, 0.2); -} - -.window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.panel-top .window-list-item-box:focus { - background-position: top center; -} - -.panel-bottom .window-list-item-box:focus { - background-position: bottom center; -} - -.panel-left .window-list-item-box:focus { - background-position: left center; -} - -.panel-right .window-list-item-box:focus { - background-position: right center; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0F9D58; - background-gradient-end: #0F9D58; - border-radius: 12px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #FFD600; - background-gradient-end: #FFD600; -} - -.window-list-preview { - padding: 12px; - spacing: 6px; - border: none; - background-color: #FFFFFF; - border-radius: 12px; - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(229, 57, 53, 0.5); -} - -.grouped-window-list-thumbnail-menu { - padding: 6px; - padding: 6px; - margin: 6px; - background-color: rgba(255, 255, 255, 0.97); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); - border-radius: 18px; - color: rgba(0, 0, 0, 0.87); -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 6px; - border-radius: 12px; - spacing: 6px; - margin: 1px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - background-color: rgba(0, 0, 0, 0.1); -} - -.grouped-window-list-thumbnail-menu .item-box:hover { - background-color: rgba(0, 0, 0, 0.15); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -.grouped-window-list-number-label { - z-index: 120; - text-shadow: none; - color: white; - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 2px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #1A73E8; -} - -.grouped-window-list-item-box { - font-weight: normal; - transition-duration: 100ms; - border: none; - margin: 0; - color: rgba(255, 255, 255, 0.6); - border-radius: 0; - spacing: 6px; - border-bottom: 2px solid transparent; -} - -.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { - padding: 0 2px; -} - -.grouped-window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:active { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box:active:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.2); - border-color: #1A73E8; -} - -.grouped-window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0F9D58; - background-gradient-end: #0F9D58; - border-radius: 12px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #FFD600; - background-gradient-end: #FFD600; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: .4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0; - margin-top: 6px; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 9999px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 80px; - padding: 12px 18px; - spacing: 6px; - background-color: rgba(0, 0, 0, 0.45); - border: none; - border-radius: 0 0 12px 12px; - color: white; - text-shadow: none; -} - -.sound-player-overlay StButton { - width: 16px; - height: 16px; - padding: 8px; - margin: 0 6px 6px; - color: white; - border-radius: 9999px; - border: none; - text-shadow: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.sound-player-overlay StButton:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.sound-player-overlay StButton:insensitive { - opacty: 0.35; - color: rgba(255, 255, 255, 0.5); -} - -.sound-player-overlay StLabel { - padding: 0 6px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid rgba(32, 32, 32, 0.9); - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: rgba(0, 0, 0, 0.12); - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #1A73E8; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: rgba(255, 255, 255, 0.7); - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #1A73E8; -} - -.workspace-button:hover { - color: #488fed; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #1A73E8; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(71, 71, 71, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(71, 71, 71, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(84, 84, 84, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(46, 46, 46, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; - border-radius: 0; -} - -.panel-launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.panel-launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; - border-radius: 0; -} - -.launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher .icon-box { - padding: 2px; -} - -.applet-separator { - padding: 1px 3px; -} - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.applet-box { - padding: 0 6px; - color: rgba(255, 255, 255, 0.7); - text-shadow: none; - transition-duration: 100ms; - border-radius: 0; -} - -.applet-box.vertical { - padding: 6px 0; -} - -.applet-box:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.15); -} - -.applet-box:checked, .applet-box:checked:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.25); -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(229, 57, 53, 0.5); -} - -.applet-label { - font-weight: bold; - color: rgba(255, 255, 255, 0.7); -} - -.applet-box:checked .applet-label { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-icon { - color: rgba(255, 255, 255, 0.7); - icon-size: 16px; -} - -.applet-box:checked .applet-icon { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-cornerbar { - width: 8px; - background: transparent; -} - -.applet-cornerbar-box { - padding: 0; - background: transparent; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar-box:hover > .applet-cornerbar { - background: rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar.vertical { - height: 8px; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: rgba(0, 0, 0, 0.87); - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: white; -} - -.desklet:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-with-borders { - color: white; - background-color: rgba(52, 52, 52, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-with-borders-and-header { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-header { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -.photoframe-box { - color: white; - background-color: rgba(52, 52, 52, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.workspace-osd { - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: .5em 1em; -} - -.notification-applet-container { - max-height: 9999px; -} - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/themes/.themes/Orchis-Light/cinnamon/thumbnail.png b/themes/.themes/Orchis-Light/cinnamon/thumbnail.png deleted file mode 100644 index 18a017e..0000000 Binary files a/themes/.themes/Orchis-Light/cinnamon/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/activities-active-small.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/activities-active-small.svg deleted file mode 100644 index 8f87498..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/activities-active-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities-checked.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview8" - showgrid="false" - inkscape:zoom="9.8333334" - inkscape:cx="16.499013" - inkscape:cy="1.2954287" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/activities-active.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/activities-active.svg deleted file mode 100644 index 48e01a2..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/activities-active.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities-active.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/activities-small.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/activities-small.svg deleted file mode 100644 index a7f099a..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/activities-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="700" - id="namedview8" - showgrid="false" - inkscape:zoom="4.9166667" - inkscape:cx="3.4466283" - inkscape:cy="1.3372513" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/activities.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/activities.svg deleted file mode 100644 index 7b2019a..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/activities.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-arrow-left.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index 309e10b..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#000000" opacity="0.54"> - <path d="m10 3v10l-5-5z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-arrow-right.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 67d2c49..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#000000" opacity="0.54"> - <path d="m6 3v10l5-5z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-today.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-today.svg deleted file mode 100644 index 03405a4..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <g transform="translate(-469.08 -537.99)"> - <circle cx="481.57" cy="559.46" r="1.5" color="#000000" color-rendering="auto" fill-opacity=".2" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal;paint-order:normal"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/checkbox-off.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/checkbox.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 504c4ba..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/dash-placeholder.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF"> - <circle cx="12" cy="12" r="12" opacity="0.3"/> - <circle cx="12" cy="12" r="4"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/more-results.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/more-results.svg deleted file mode 100644 index 2637d13..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/more-results.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -1036.4)"> - <circle cx="8" cy="1044.4" r="8" fill="#1a73e8"/> - <path transform="translate(0 1036.4)" d="m7 4v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/no-events.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/no-events.svg deleted file mode 100644 index e855433..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> - <path d="M0 0h48v48H0z" fill="none"/> - <path d="m38 6h-2v-4h-4v4h-16v-4h-4v4h-2c-2.21 0-3.98 1.79-3.98 4l-0.02 28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4v-28c0-2.21-1.79-4-4-4zm0 32h-28v-22h28z" fill="#000000" opacity=".5"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/no-notifications.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index 06b5615..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"> - <path fill="#000000" opacity="0.5" d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/noise-texture.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 484f6c8..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" - height="900" - viewBox="0 0 1600 900" - version="1.1" - id="svg13" - sodipodi:docname="noise-texture.svg" - inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"> - <metadata - id="metadata17"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="698" - id="namedview15" - showgrid="false" - inkscape:zoom="0.26222222" - inkscape:cx="647.80786" - inkscape:cy="422.79535" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg13" /> - <defs - id="defs9"> - <radialGradient - id="a" - gradientTransform="matrix(1 1 -1 1 0.5 -0.5)"> - <stop - stop-color="#455A64" - stop-opacity="0" - offset="0.25" - id="stop2" - style="stop-color:#444444;stop-opacity:0" /> - <stop - stop-color="#455A64" - stop-opacity="0.5" - offset="0.75" - id="stop4" - style="stop-color:#444444;stop-opacity:0.50196081" /> - <stop - stop-color="#455A64" - stop-opacity="1" - offset="1" - id="stop6" - style="stop-color:#444444;stop-opacity:1" /> - </radialGradient> - </defs> - <rect - width="1600" - height="900" - fill="url(#a)" - id="rect11" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/process-working.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32"> - <defs> - <g id="g" fill="#FFFFFF" opacity="0.7"> - <circle cx="8" cy="8" r="8" fill="none"/> - <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7h-3a4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4v-3z"/> - </g> - </defs> - <use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/> - <use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/> - <use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/> - <use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/> - <use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/> - <use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/> - <use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/> - <use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/> - <use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/> - <use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/> - <use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/> - <use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/> - <use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/> - <use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/> - <use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/> - <use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/> - <use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/> - <use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/> - <use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/> - <use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/> - <use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/> - <use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/> - <use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/> - <use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/> - <use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/> - <use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/> - <use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/> - <use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/> - <use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/> - <use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/> - <use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/> - <use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/> - <use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/> - <use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/> - <use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/> - <use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/> - <use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/> - <use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/> - <use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/> - <use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/> - <use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/> - <use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/> - <use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/> - <use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/> - <use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/> - <use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/> - <use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/> - <use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/> - <use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/> - <use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/> - <use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/> - <use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/> - <use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/> - <use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/> - <use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/> - <use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/> - <use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/> - <use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/> - <use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/> - <use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/> - <use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/> - <use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/> - <use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/> - <use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/toggle-off.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 3384dd2..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#808080" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-11.814169" - inkscape:cy="-9.352884" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#808080"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/toggle-on.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index 90b5386..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg22" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview24" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="23.6" - inkscape:cx="41.822034" - inkscape:cy="8.8771186" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg22"> - <inkscape:grid - type="xygrid" - id="grid327" - originx="0" - originy="0" /> - </sodipodi:namedview> - <defs - id="defs5"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - fill="#1a73e8" - opacity="0.35" - id="rect7" - style="stroke-width:0.864099" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - fill="#1a73e8" - id="circle14" - style="stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/window-close-active.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/window-close-active.svg deleted file mode 100644 index d6a41b8..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/window-close-active.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-active.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="1.2591896" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#dc4040;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/window-close-hover.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/window-close-hover.svg deleted file mode 100644 index 56e6861..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/window-close-hover.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-hover.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter943" - x="-0.216" - width="1.432" - y="-0.216" - height="1.432"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="2.88" - id="feGaussianBlur945" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="712" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="-3.0014284" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter943)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff7575;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/assets/window-close.svg b/themes/.themes/Orchis-Light/gnome-shell/assets/window-close.svg deleted file mode 100644 index ee76871..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/assets/window-close.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="13.111111" - inkscape:cx="12.766972" - inkscape:cy="12.927705" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff5252;stroke-width:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gnome-shell/gnome-shell.css b/themes/.themes/Orchis-Light/gnome-shell/gnome-shell.css deleted file mode 100644 index ac1cf85..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,4727 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -stage { - font-size: 10.5pt; - font-weight: 400; - color: rgba(0, 0, 0, 0.87); -} - -.search-statustext { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -.modal-dialog .modal-dialog-linked-button, .hotplug-notification-item { - border: none; - margin-bottom: 6px; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - font-size: 10.5pt; - font-weight: 500; -} - -.modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - color: rgba(0, 0, 0, 0.87) !important; -} - -.modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.modal-dialog .modal-dialog-linked-button:focus:active, .hotplug-notification-item:focus:active { - color: white; -} - -.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child { - margin-left: 6px !important; - margin-right: 0 !important; - border-radius: 9999px 0 0 9999px; -} - -.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child { - margin-left: 0 !important; - margin-right: 6px !important; - border-right-width: 0; - border-radius: 0 9999px 9999px 0; -} - -.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child { - margin: 0 6px 6px 6px !important; - border-right-width: 0; - border-radius: 9999px; -} - -.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { - border: none; - background-color: transparent; - box-shadow: none; -} - -.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: #242424; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.screenshot-ui-show-pointer-button:focus:active, .screenshot-ui-type-button:focus:active { - color: white; -} - -.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:outlined, .screenshot-ui-type-button:outlined, .screenshot-ui-show-pointer-button:checked, .screenshot-ui-type-button:checked { - color: white; - background-color: #1A73E8; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.workspace-switcher-container, .switcher-list, .resize-popup, .osd-monitor-label, .osd-window { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - padding: 12px; -} - -/* General Typography */ -.message-list .message-list-placeholder { - font-weight: 800; - font-size: 15pt; -} - -.quick-toggle-menu .header .title { - font-weight: 700; - font-size: 15pt; -} - -.bt-menu-placeholder.popup-menu-item { - font-weight: 700; - font-size: 13pt; -} - -.background-app-item .title { - font-weight: 700; - font-size: 11pt; -} - -.quick-toggle-menu .header .subtitle { - font-weight: 700; - font-size: 9pt; -} - -.background-app-item .subtitle { - font-weight: 400; - font-size: 9pt; -} - -/* WIDGETS */ -.shell-link { - border-radius: 10px; - color: #1A73E8; - background-color: transparent; -} - -.shell-link:hover { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.shell-link:active { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -.lowres-icon { - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - icon-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); -} - -/* Entries */ -StEntry { - min-height: 36px; - padding: 0 8px; - border-radius: 9999px; - border-width: 0; - selection-background-color: #1A73E8; - selected-color: white !important; - font-size: 12pt; - font-weight: 400; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -StEntry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -StEntry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FFD600; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(0, 0, 0, 0.38); -} - -/* Buttons */ -.button { - min-height: 24px; - padding: 6px 12px; - border: none; - border-radius: 10px; - text-align: center; - font-size: 10.5pt; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:checked { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button, .background-app-item .close-button { - min-height: 16px; - min-width: 16px; - padding: 12px; - border-radius: 9999px; - border: none; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:hover, .background-app-item .close-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:active, .background-app-item .close-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:checked, .background-app-item .close-button:checked { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:insensitive, .background-app-item .close-button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:focus, .background-app-item .close-button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button > StIcon, .background-app-item .close-button > StIcon { - icon-size: 16px; -} - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 6px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.08); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.26); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(26, 115, 232, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(26, 115, 232, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* Slider */ -.slider { - height: 22px; - -barlevel-height: 2px; - -barlevel-background-color: rgba(0, 0, 0, 0.26); - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.12); - -barlevel-active-background-color: #1A73E8; - -barlevel-active-border-color: #166ad8; - -barlevel-overdrive-color: #E53935; - -barlevel-overdrive-border-color: #e32723; - -barlevel-overdrive-separator-width: 2px; - -slider-handle-radius: 7px; - -slider-handle-border-width: 0; - -slider-handle-border-color: rgba(0, 0, 0, 0.12); - color: #1A73E8; -} - -.slider:hover { - color: #3181ea; -} - -.slider:active { - color: #1567d3; -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; - margin: 6px; -} - -StScrollView StScrollBar { - min-width: 8px; - min-height: 8px; -} - -StScrollBar StBin#trough { - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.08); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - border: 4px solid transparent; - transition: 500ms all ease; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.6); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.87); -} - -#LookingGlassDialog StScrollBar StBin#trough, #overviewGroup StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.12); -} - -#LookingGlassDialog StScrollBar StButton#vhandle, #overviewGroup StScrollBar StButton#vhandle, #LookingGlassDialog StScrollBar StButton#hhandle, #overviewGroup StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:hover, #overviewGroup StScrollBar StButton#vhandle:hover, #LookingGlassDialog StScrollBar StButton#hhandle:hover, #overviewGroup StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:active, #overviewGroup StScrollBar StButton#vhandle:active, #LookingGlassDialog StScrollBar StButton#hhandle:active, #overviewGroup StScrollBar StButton#hhandle:active { - background-color: white; -} - -.popup-menu .popup-sub-menu StScrollBar StBin#trough { - background-color: rgba(0, 0, 0, 0.15); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle { - background-color: rgba(0, 0, 0, 0.35); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:hover, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.45); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:active, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.65); -} - -/* Popovers/Menus */ -.popup-menu-boxpointer { - -arrow-border-radius: 6px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 12px; - -arrow-rise: 3px; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu { - min-width: 12em; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - border: none; - padding: 0; - margin: 0; - border-radius: 20px; -} - -.popup-menu .popup-menu-content { - padding: 6px; - margin: 0 3px 14px; - background-color: rgba(255, 255, 255, 0.97); - border-radius: 20px; - border: none; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.popup-menu .popup-menu-item { - spacing: 6px; - padding: 6px 12px; - color: rgba(0, 0, 0, 0.87) !important; - background-color: transparent; - transition-duration: 100ms; - border-radius: 9999px; - background-image: none; - border: none; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 12px; - padding-left: 0; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0; - padding-left: 12px; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 14px 14px 0 0; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.1) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked.selected { - background-color: rgba(0, 0, 0, 0.2) !important; - color: rgba(0, 0, 0, 0.85) !important; -} - -.popup-menu .popup-menu-item:checked:active { - background-color: #dfdfdf !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked.selected:active { - background-color: rgba(0, 0, 0, 0.15) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item.selected { - background-color: rgba(0, 0, 0, 0.08) !important; - color: rgba(0, 0, 0, 0.87) !important; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:active { - background-color: rgba(0, 0, 0, 0.26) !important; - color: rgba(0, 0, 0, 0.87) !important; - transition-duration: 150ms; -} - -.popup-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.87) !important; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38) !important; -} - -.popup-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.87) !important; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38) !important; -} - -.popup-menu .popup-menu-arrow, -.popup-menu .popup-menu-icon { - icon-size: 16px; -} - -.popup-menu .popup-sub-menu { - margin: 0; - border-radius: 0 0 14px 14px; - border: none; - box-shadow: none; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 14px; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.15) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-ornament { - width: 1.2em; - text-align: center !important; -} - -.popup-menu .popup-menu-ornament:ltr { - text-align: right; -} - -.popup-menu .popup-menu-ornament:rtl { - text-align: left; -} - -.popup-menu .popup-separator-menu-item { - background: none; - border: none; -} - -.popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 6px 48px 6px 36px !important; - background-color: rgba(0, 0, 0, 0.12); -} - -.popup-sub-menu .popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 6px 54px 6px 24px !important; - background-color: rgba(0, 0, 0, 0.1); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 4px; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 0; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 0; -} - -.app-menu { - max-width: 27.25em; -} - -.app-menu .popup-menu-ornament { - width: 0 !important; -} - -.app-menu .popup-menu-item > :first-child:ltr { - padding-left: 12px; - margin-left: 0; -} - -.app-menu .popup-menu-item > :first-child:rtl { - padding-right: 12px; - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel { - font-weight: bold; - font-size: 14px; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { - margin-left: 0; -} - -.app-menu .popup-inactive-menu-item:first-child .popup-separator-menu-item-separator { - height: 0; - background-color: transparent; -} - -/* Date/Time Menu */ -#calendarArea { - padding: 6px 0 !important; -} - -.calendar { - padding: 0 !important; - margin: 0 !important; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-calendar-column { - spacing: 6px; - border: none; - padding: 0 !important; - margin: 0 !important; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-calendar-column:hover, .datemenu-calendar-column:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.datemenu-calendar-column:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.datemenu-calendar-column:ltr { - margin-right: 6px !important; - margin-left: 12px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - margin-left: 6px !important; - margin-right: 12px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-right-width: 0; -} - -.datemenu-calendar-column .datemenu-displays-box { - spacing: 6px; -} - -.datemenu-today-button { - min-height: 48px; - padding: 6px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - background: none; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-today-button .day-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; -} - -.datemenu-today-button .date-label { - font-size: 18pt; - font-weight: 400; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.datemenu-today-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.calendar-month-label { - height: 20px; - margin: 2px; - padding: 6px 16px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - text-shadow: none; -} - -.calendar-month-label:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.pager-button { - width: 28px; - height: 28px; - margin: 2px; - border-radius: 9999px; - background-color: transparent; - color: rgba(0, 0, 0, 0.6); -} - -.pager-button:hover, .pager-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.pager-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.calendar-change-month-back { - padding: 0 2px; - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - padding: 0 2px; - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day, -.calendar-day-base { - font-size: 9pt; - font-weight: 400; - text-align: center; - width: 3em !important; - height: 3em !important; - padding: 0 !important; - margin: 2px !important; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); - border: none !important; - font-feature-settings: "tnum"; - text-shadow: none; -} - -.calendar-day:hover, .calendar-day:focus, -.calendar-day-base:hover, -.calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.08); - box-shadow: none; -} - -.calendar-day:active, -.calendar-day-base:active { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.26); - border: none !important; -} - -.calendar-day:selected, -.calendar-day-base:selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border: none !important; - box-shadow: none !important; - outline: none !important; -} - -.calendar-day.calendar-weekend, -.calendar-day-base.calendar-weekend { - color: rgba(0, 0, 0, 0.38); -} - -.calendar-day.calendar-day-heading, -.calendar-day-base.calendar-day-heading { - width: 24px !important; - height: 18px !important; - margin-top: 2px !important; - padding: 6px 0 0 !important; - border-radius: 9999px; - background-color: transparent; - color: rgba(0, 0, 0, 0.38); - font-size: 9pt; - font-weight: 400; - font-weight: bold; - text-align: center; -} - -.calendar-day { - border-width: 0; -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: rgba(0, 0, 0, 0.87); -} - -.calendar-today { - font-weight: bold !important; - color: white !important; - background-color: #1A73E8 !important; - border: none; -} - -.calendar-today:hover, .calendar-today:focus { - background-color: #287ce9 !important; - color: white !important; -} - -.calendar-today:active, .calendar-today:selected { - background-color: #1A73E8 !important; - color: white !important; -} - -.calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { - background-color: #287ce9 !important; - color: white !important; -} - -.calendar-day-with-events { - color: rgba(0, 0, 0, 0.38); - background-image: url("assets/calendar-today.svg"); - background-size: contain; -} - -.calendar-day-with-events.calendar-work-day { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; -} - -.calendar-other-month, -.calendar-other-month-day { - color: rgba(0, 0, 0, 0.26); - font-weight: normal; -} - -.calendar-week-number { - margin: 6px !important; - padding: 0 8px !important; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - font-size: 8.25pt; - font-weight: bold; - text-align: center; - text-shadow: none; - font-feature-settings: "tnum"; -} - -.world-clocks-button, -.weather-button, -.events-button { - padding: 6px 12px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); -} - -.world-clocks-button:hover, .world-clocks-button:focus, -.weather-button:hover, -.weather-button:focus, -.events-button:hover, -.events-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.world-clocks-button:active, -.weather-button:active, -.events-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.world-clocks-header, -.weather-header, -.message-list-section-title, -.events-section-title, -.events-title { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - margin-bottom: 3px; - text-shadow: none; -} - -.weather-grid, -.world-clocks-grid { - spacing-rows: 8px; - spacing-columns: 16px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - font-size: 1em; -} - -.events-button .events-box { - spacing: 6px; -} - -.events-button .events-list { - color: rgba(0, 0, 0, 0.6); - spacing: 12px; - text-shadow: none; -} - -.events-button .event-time { - color: rgba(0, 0, 0, 0.26); - font-feature-settings: "tnum"; -} - -.world-clocks-button .world-clocks-city { - color: rgba(0, 0, 0, 0.38); - font-weight: normal; - font-size: 1em; -} - -.world-clocks-button .world-clocks-time { - color: rgba(0, 0, 0, 0.38); - font-feature-settings: "tnum"; - font-weight: bold; - font-size: 1em; -} - -.world-clocks-button .world-clocks-time:ltr { - text-align: right; -} - -.world-clocks-button .world-clocks-time:rtl { - text-align: left; -} - -.world-clocks-button .world-clocks-timezone { - color: rgba(0, 0, 0, 0.38); - font-feature-settings: "tnum"; - font-size: 1em; -} - -.weather-button .weather-box { - spacing: 12px; -} - -.weather-button .weather-header-box { - spacing: 8px; -} - -.weather-button .weather-header.location { - font-weight: normal; - color: rgba(0, 0, 0, 0.38); - font-size: 0.9em; -} - -.weather-button .weather-forecast-icon { - icon-size: 32px; - color: rgba(0, 0, 0, 0.38); -} - -.weather-button .weather-forecast-time { - color: rgba(0, 0, 0, 0.38); - font-size: 0.8em; - font-feature-settings: "tnum"; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; - color: rgba(0, 0, 0, 0.52); - text-shadow: none; -} - -/* Message List */ -.message-list { - width: 30em; - padding: 0; - color: rgba(0, 0, 0, 0.6); - text-shadow: none; - border: none; -} - -.message-list:ltr { - margin-left: 0; - margin-right: 0; - padding-right: 0; - border-right-width: 0; -} - -.message-list:rtl { - margin-right: 0; - margin-left: 0; - padding-left: 0; - border-left-width: 0; -} - -.message-list .message-list-placeholder { - color: rgba(0, 0, 0, 0.26); -} - -.message-list .message-list-placeholder > StIcon { - icon-size: 48px; - margin-bottom: 12px; - -st-icon-style: symbolic; -} - -.message-list-sections { - spacing: 6px; - margin: 0; - padding-bottom: 6px; -} - -.message-list-sections:ltr { - margin-right: 4px; - padding-left: 6px; -} - -.message-list-sections:rtl { - margin-left: 4px; - padding-right: 6px; -} - -.message-list-section, -.message-list-section-list { - spacing: 6px; -} - -.message-list-controls { - margin: 8px 16px 0; - padding: 4px; - spacing: 12px; -} - -.message { - background-color: rgba(0, 0, 0, 0.04); - border: none; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - text-shadow: none; -} - -.message:hover, .message:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.message:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.popup-menu .message { - box-shadow: none; -} - -.message .message-icon-bin { - padding: 18px; - padding-right: 6px; -} - -.message .message-icon-bin:rtl { - padding-left: 6px; -} - -.message .message-icon-bin > StIcon { - icon-size: 36px; - -st-icon-style: symbolic; -} - -.message .message-icon-bin > .fallback-app-icon { - width: 16px; - height: 16px; -} - -.message .message-content { - spacing: 4px; - padding: 9px; - margin-bottom: 8px; - color: rgba(0, 0, 0, 0.6); -} - -.message .message-title { - font-weight: bold; - padding-top: 0.57em; - color: rgba(0, 0, 0, 0.6); -} - -.message .message-secondary-bin { - padding: 0 8px; -} - -.message .message-secondary-bin > .event-time { - color: rgba(0, 0, 0, 0.6); - font-size: 0.9em; - padding-bottom: 0.13em; -} - -.message .message-secondary-bin > .event-time:ltr { - text-align: right; -} - -.message .message-secondary-bin > .event-time:rtl { - text-align: left; -} - -.message .message-close-button { - color: rgba(0, 0, 0, 0.6); - padding: 0; - height: 24px; - width: 24px; - border-radius: 9999px; -} - -.message .message-close-button:hover, .message .message-close-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.message .message-close-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.message .message-close-button:insensitive { - color: rgba(0, 0, 0, 0.26); -} - -.message .message-body { - color: rgba(0, 0, 0, 0.38); -} - -.url-highlighter { - link-color: #1A73E8; -} - -/* Media Controls */ -.message-media-control { - margin: 24px 4px !important; - padding: 12px !important; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); -} - -.message-media-control:hover, .message-media-control:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.message-media-control:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.message-media-control:insensitive { - color: rgba(0, 0, 0, 0.26); -} - -.message-media-control:last-child:ltr { - margin-right: 16px !important; -} - -.message-media-control:last-child:rtl { - margin-left: 16px !important; -} - -.media-message-cover-icon { - icon-size: 32px !important; - margin: 0; - padding: 0; -} - -.media-message-cover-icon.fallback { - background-color: rgba(0, 0, 0, 0.08); - padding: 12px; - color: rgba(0, 0, 0, 0.38); - border: none; - border-radius: 5px; - icon-size: 24px !important; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 12px; -} - -.candidate-popup-content { - background-color: #FFFFFF; - border-radius: 10px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); - margin: 3px 10px 13px; - padding: 6px; - spacing: 6px; - border: none; -} - -.candidate-index { - padding: 0 0.5em 0 0; - color: rgba(0, 0, 0, 0.38); -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 3px; - border-radius: 4px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:selected { - background-color: #1A73E8; - color: white; -} - -.candidate-box:last-child { - margin-right: 0; -} - -.candidate-page-button-box { - height: 2em; -} - -.vertical .candidate-page-button-box { - padding-top: 0.5em; -} - -.horizontal .candidate-page-button-box { - padding-left: 0.5em; -} - -.candidate-page-button { - padding: 4px; -} - -.candidate-page-button-previous { - border-radius: 10px 0px 0px 10px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 0px 10px 10px 0px; -} - -.candidate-page-button-icon { - icon-size: 1em; -} - -.quick-settings { - padding: 18px !important; - border-radius: 38px !important; - margin-top: 3px !important; - border: none; -} - -.quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .button { - padding: 12px; -} - -.quick-settings .icon-button > StIcon, .quick-settings .background-app-item .close-button > StIcon, .background-app-item .quick-settings .close-button > StIcon, .quick-settings .button > StIcon { - icon-size: 16px; -} - -.quick-settings-grid { - spacing-rows: 12px; - spacing-columns: 12px; -} - -.quick-toggle, .quick-menu-toggle { - border-radius: 9999px; - min-width: 12em; - max-width: 12em; - min-height: 44px; - border: none; -} - -.quick-toggle { - background-color: rgba(0, 0, 0, 0.06) !important; - /* Move padding into the box; this is to allow menu arrows - to extend to the border */ -} - -.quick-toggle:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.quick-toggle:active { - background-color: rgba(0, 0, 0, 0.24) !important; -} - -.quick-toggle:checked { - background-color: #1A73E8 !important; - color: white !important; -} - -.quick-toggle:checked:hover { - background-color: rgba(24, 106, 214, 0.987) !important; - color: white !important; -} - -.quick-toggle:checked:active { - background-color: rgba(22, 96, 195, 0.974) !important; - color: white !important; -} - -.quick-toggle > StBoxLayout { - spacing: 6px; -} - -.quick-toggle.button { - padding: 0; -} - -.quick-toggle > StBoxLayout { - padding: 0 12px; -} - -.quick-toggle:ltr > StBoxLayout { - padding-left: 15px; -} - -.quick-toggle:rtl > StBoxLayout { - padding-right: 15px; -} - -.quick-toggle .quick-toggle-title { - font-weight: bold; -} - -.quick-toggle StBoxLayout > .quick-toggle-subtitle { - font-weight: normal; - font-size: 12px; -} - -.quick-toggle .quick-toggle-icon { - icon-size: 16px; -} - -.quick-menu-toggle .quick-toggle { - min-width: auto; - max-width: auto; -} - -.quick-menu-toggle .quick-toggle:ltr { - border-radius: 9999px 0 0 9999px; -} - -.quick-menu-toggle .quick-toggle:ltr > StBoxLayout { - padding-right: 0; -} - -.quick-menu-toggle .quick-toggle:rtl { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle:rtr > StBoxLayout { - padding-left: 0; -} - -.quick-menu-toggle .quick-toggle:ltr:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle:rtl:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle-arrow { - background-color: rgba(0, 0, 0, 0.08) !important; - padding: 6px 10.5px; - border: none !important; -} - -.quick-menu-toggle .quick-toggle-arrow:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:checked { - background-color: #1A73E8 !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:hover { - background-color: rgba(24, 106, 214, 0.987) !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:active { - background-color: rgba(22, 96, 195, 0.974) !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:ltr { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle-arrow:rtl { - border-radius: 9999px 0 0 9999px; -} - -.quick-slider > StBoxLayout { - spacing: 6px; -} - -.quick-slider .icon-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button { - padding: 9px; -} - -.quick-slider .slider-bin { - min-height: 16px; - padding: 6px; - border-radius: 9999px; -} - -.quick-slider .slider-bin:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.quick-slider .slider-bin:focus:active { - color: white; -} - -.quick-slider .quick-toggle-icon { - icon-size: 16px; -} - -.quick-toggle-menu { - border-radius: 30px !important; - padding: 12px; - margin: 12px 21px 0; - background-color: white !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item { - padding: 8px !important; - border-radius: 9999px !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item StLabel { - color: rgba(0, 0, 0, 0.65); -} - -.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.quick-toggle-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.25) !important; -} - -.quick-toggle-menu .popup-menu-item > StIcon { - -st-icon-style: symbolic; -} - -.quick-toggle-menu .popup-menu-item > :first-child:ltr { - padding-left: 10px !important; -} - -.quick-toggle-menu .popup-menu-item > :first-child:rtl { - padding-right: 10px !important; -} - -.quick-toggle-menu .popup-menu-item .popup-separator-menu-item-separator { - margin: 6px 18px 6px 0 !important; - padding: 0 !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .header { - spacing-rows: 3px; - spacing-columns: 12px; - padding-bottom: 12px; -} - -.quick-toggle-menu .header .icon { - icon-size: 24px; - border-radius: 9999px; - padding: 9px; - background-color: rgba(0, 0, 0, 0.08) !important; -} - -.quick-toggle-menu .header .icon.active { - background-color: #1A73E8 !important; - color: white !important; -} - -.quick-settings-system-item > StBoxLayout { - spacing: 12px; -} - -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button { - background-color: rgba(0, 0, 0, 0.06); -} - -.quick-settings-system-item .icon-button:hover, .quick-settings-system-item .background-app-item .close-button:hover, .background-app-item .quick-settings-system-item .close-button:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -.quick-settings-system-item .icon-button:active, .quick-settings-system-item .background-app-item .close-button:active, .background-app-item .quick-settings-system-item .close-button:active { - background-color: rgba(0, 0, 0, 0.24); -} - -.quick-settings-system-item .icon-button > StIcon, .quick-settings-system-item .background-app-item .close-button > StIcon, .background-app-item .quick-settings-system-item .close-button > StIcon { - -st-icon-style: symbolic; -} - -.quick-settings-system-item .power-item { - min-height: 0; - min-width: 0; -} - -.quick-settings-system-item .power-item:insensitive { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - background-color: transparent; -} - -.nm-network-item .wireless-secure-icon { - icon-size: 8px; -} - -.bt-device-item .popup-menu-icon { - -st-icon-style: symbolic; -} - -.bt-menu-placeholder.popup-menu-item { - text-align: center; - padding: 2em 4em; -} - -.device-subtitle { - color: rgba(0, 0, 0, 0.38); -} - -.background-apps-quick-toggle { - min-height: 44px; - background-color: transparent; -} - -.background-apps-quick-toggle StIcon { - icon-size: 16px !important; -} - -.background-app-item .popup-menu-icon { - icon-size: 32px !important; - -st-icon-style: regular !important; -} - -.background-app-item .close-button { - padding: 6px; -} - -.background-app-item.popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.87); -} - -/* Notifications & Message Tray */ -.notification-banner { - min-height: 64px; - width: 34em; - font-size: 1em; - margin: 8px 8px 12px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #FFFFFF; -} - -.notification-banner .notification-actions { - spacing: 0; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; - border-top: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 10px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 10px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 10px 10px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; - color: rgba(0, 0, 0, 0.6); - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08) !important; - outline: none !important; -} - -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { - background-color: rgba(0, 0, 0, 0.08); - color: rgba(0, 0, 0, 0.87); - box-shadow: none !important; - outline: none !important; -} - -.notification-banner .notification-button:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #1A73E8; - color: white; - border: 2px solid #1A73E8; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: rgba(0, 0, 0, 0.6); -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: rgba(0, 0, 0, 0.6); -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - font-weight: bold; - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: rgba(0, 0, 0, 0.38); -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 0 4px; -} - -/* Modal Dialogs */ -.headline { - font-size: 15pt; - font-weight: 500; -} - -.modal-dialog { - border-radius: 26px; - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: 0 none rgba(0, 0, 0, 0.15); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; - background-color: #FFFFFF; -} - -.modal-dialog .modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; -} - -.end-session-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #E53935; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #ea615e; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #e2231e; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #FFD600; -} - -/* Message Dialog */ -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.lightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: rgba(0, 0, 0, 0.6); - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - font-size: 12pt; - font-weight: 400; - text-align: center; - color: rgba(0, 0, 0, 0.38); -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; -} - -.prompt-dialog .modal-dialog-linked-button:first-child { - color: #E53935; -} - -.prompt-dialog .modal-dialog-linked-button:first-child:active { - color: white !important; - background-color: #E53935; -} - -.prompt-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #1A73E8; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #448dec; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #1567d3; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:insensitive { - color: rgba(26, 115, 232, 0.5) !important; - background-color: rgba(26, 115, 232, 0.15); -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; - background-color: #FFFFFF; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; -} - -.prompt-dialog-error-label { - color: #FFD600; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #FFD600; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #1A73E8; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Welcome dialog */ -.welcome-dialog-image { - background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); - background-size: contain; - /* Reasonable maximum dimensions */ - height: 300px; - width: 300px; -} - -/* Network Dialogs */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: rgba(0, 0, 0, 0.87); -} - -.nm-dialog-header { - font-weight: bold; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-scroll-view { - border: none; - background-color: rgba(0, 0, 0, 0.08); - border-radius: 10px; - padding: 12px; - padding-right: 0; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 4px; - padding: 12px; - spacing: 0px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.nm-dialog-item:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.nm-dialog-item:selected { - background-color: #1A73E8; - color: white; -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.nm-dialog-icons { - spacing: 12px; -} - -.no-networks-label { - color: rgba(0, 0, 0, 0.38); -} - -.no-networks-box { - spacing: 6px; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 12px; - padding: 12px 18px; - margin-bottom: 8em; - border-radius: 9999px; -} - -.osd-window > * { - spacing: 8px; -} - -.osd-window StIcon { - icon-size: 32px; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window StLabel:ltr { - margin-right: 6px; -} - -.osd-window StLabel:rtl { - margin-left: 6px; -} - -.osd-window .level { - height: 4px; - min-width: 160px; - margin-bottom: 4px; - -barlevel-height: 4px; - -barlevel-background-color: rgba(26, 115, 232, 0.3); - -barlevel-active-background-color: #1A73E8; - -barlevel-overdrive-color: #E53935; - -barlevel-overdrive-separator-width: 3px; - -barlevel-border-width: 0; -} - -.osd-window .level:first-child { - margin-bottom: 0px; -} - -.osd-window .level:ltr { - margin-right: 6px; -} - -.osd-window .level:rtl { - margin-left: 6px; -} - -.osd-monitor-label { - border-radius: 18px; - font-size: 3em; - font-weight: bold; - margin: 12px; - text-align: center; - min-width: 1.3em; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.8); - border: none; -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -.resize-popup { - border-radius: 18px; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list { - border-radius: 18px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 10px; - border: none; -} - -.switcher-list .item-box:outlined { - background-color: rgba(0, 0, 0, 0.08); -} - -.switcher-list .item-box:selected { - background-color: #1A73E8; - color: white; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 6px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-list .switcher-list-item-container { - spacing: 12px; -} - -.switcher-arrow { - border-color: rgba(255, 255, 255, 0.7); - color: rgba(255, 255, 255, 0.7); -} - -.switcher-arrow:highlighted { - color: white; -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -.cycler-highlight { - border: 5px solid #1A73E8; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 12px; -} - -.workspace-switcher-container { - border-radius: 18px; -} - -.workspace-switcher { - background: transparent; - border: none; - border-radius: 0; - padding: 0; - spacing: 12px; -} - -.ws-switcher-box { - height: 50px; - background-size: 32px; - border: none; - background: rgba(0, 0, 0, 0.08); - border-radius: 10px; -} - -.ws-switcher-active-up, -.ws-switcher-active-down, -.ws-switcher-active-left, -.ws-switcher-active-right { - height: 52px; - background-color: #1A73E8; - border: none; - border-radius: 13px; - color: white; -} - -/* Top Bar */ -#panel { - font-weight: bold; - font-feature-settings: "tnum"; - padding: 0 !important; - transition-duration: 250ms; - height: 38px; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.65); - margin: 3px; - border-radius: 9999px; -} - -#panel.unlock-screen, #panel.login-screen, #panel:overview { - background-color: transparent; -} - -#panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel:overview .panel-corner { - -panel-corner-opacity: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(33, 33, 33, 0.65); - -panel-corner-border-width: 0; - -panel-corner-border-color: transparent; - -panel-corner-opacity: 1; - transition-duration: 250ms; -} - -#panel .panel-button { - font-weight: bold; - color: white; - -natural-hpadding: 11px; - -minimum-hpadding: 11px; - transition-duration: 150ms; - border: 3px solid transparent; - border-radius: 9999px; - margin: 0; -} - -#panel .panel-button.clock-display { - -natural-hpadding: 0 !important; - -minimum-hpadding: 0 !important; - padding: 0 !important; - spacing: 0 !important; -} - -#panel .panel-button.clock-display .clock-display-box { - spacing: 0; -} - -#panel .panel-button.clock-display .clock { - border-radius: 9999px; - padding: 0 12px !important; -} - -#panel .panel-button:hover { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:hover.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:hover.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 6px; - margin: 0; -} - -#panel .panel-button .appindicator-trayicons-box { - margin: 0 6px; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; -} - -#panel .panel-button#panelActivities { - -natural-hpadding: 15px; -} - -#panel .panel-button#panelActivities StBoxLayout { - spacing: 6px; -} - -#panel .panel-button#panelActivities .workspace-dot { - border-radius: 9999px; - min-width: 8px; - min-height: 8px; - background-color: white; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button { - border: 0 none transparent !important; - margin: 0 !important; - padding: 0 !important; - -natural-hpadding: 3px !important; - -minimum-hpadding: 3px !important; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .panel-status-menu-box { - spacing: 0; - padding: 0; - margin: 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon { - border-radius: 9999px; - width: 33px; - margin: 3px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:hover, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:checked, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:active, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:overview, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:focus, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button { - border-radius: 9999px; - width: 33px; - margin: 3px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_status_keyboard_InputSourceIndicator.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_AppIndicatorsIndicatorStatusIcon.panel-button { - -natural-hpadding: 17px !important; - -minimum-hpadding: 17px !important; -} - -#panel .screencast-indicator, -#panel .remote-access-indicator { - color: #FFD600; -} - -#appMenu { - spacing: 6px; -} - -#appMenu .label-shadow { - color: transparent; -} - -#appMenu .panel-status-menu-box { - padding: 0 6px; - spacing: 6px; -} - -/* Activities Ripple */ -.ripple-box { - background-color: rgba(26, 115, 232, 0.35); - width: 52px; - height: 52px; - border-radius: 0 0 52px 0; -} - -.ripple-box:rtl { - border-radius: 0 0 0 52px; -} - -/* OVERVIEW */ -.controls-manager, .secondary-monitor-workspaces { - spacing: 12px; -} - -#overviewGroup { - background-color: #242424; -} - -.overview-controls { - padding-bottom: 32px; -} - -/* Window Picker */ -.window-picker { - spacing: 6px; -} - -.window-caption { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 9999px; - padding: 6px 12px; -} - -.window-close, .screenshot-ui-close-button { - background-color: #242424; - color: white; - border-radius: 21px; - padding: 3px; - height: 30px; - width: 30px; - box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); - transition-duration: 300ms; -} - -.window-close StIcon, .screenshot-ui-close-button StIcon { - icon-size: 24px; -} - -.window-close:hover, .screenshot-ui-close-button:hover { - background-color: #4a4a4a; -} - -.window-close:active, .screenshot-ui-close-button:active { - color: rgba(255, 255, 255, 0.8); - background-color: #171717; -} - -.workspace-background { - border-radius: 30px; - background-color: #242424; - box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.15); -} - -.search-entry { - min-height: 24px; - padding: 6px 6px; - width: 320px; - border-radius: 9999px; - selection-background-color: #1A73E8; - selected-color: white !important; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.search-entry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -.search-entry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -.search-entry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: rgba(0, 0, 0, 0.6); -} - -.search-entry StLabel.hint-text { - margin-left: 2px; - color: rgba(0, 0, 0, 0.38); -} - -#overview .search-entry { - margin-top: 12px; - margin-bottom: 6px; - border: none !important; - caret-color: rgba(0, 0, 0, 0.75); - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.75); - border-color: transparent; - box-shadow: none; -} - -#overview .search-entry:hover { - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.85); - box-shadow: none; -} - -#overview .search-entry:focus { - color: rgba(0, 0, 0, 0.85); - border-color: transparent; - background-color: rgba(255, 255, 255, 0.95); - border: none; - box-shadow: none; - selection-background-color: #1A73E8; - selected-color: white !important; -} - -#overview .search-entry .search-entry-icon { - color: rgba(0, 0, 0, 0.65); -} - -#overview .search-entry:hover .search-entry-icon, #overview .search-entry:focus .search-entry-icon { - color: rgba(0, 0, 0, 0.75); -} - -#overview .search-entry StLabel.hint-text { - color: rgba(0, 0, 0, 0.35); -} - -/* Search */ -#searchResultsContent { - max-width: 1024px; - spacing: 8px; -} - -.search-section { - spacing: 12px; -} - -.search-section .search-section-separator { - height: 0; - background-color: transparent; -} - -.search-section-content { - background-color: rgba(255, 255, 255, 0.12); - border-radius: 16px; - border: none; - box-shadow: none; - text-shadow: none; - color: white; - padding: 18px; - spacing: 8px; -} - -.list-search-result, .search-provider-icon { - border-radius: 10px; -} - -.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 200ms; - border-radius: 10px; -} - -.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - border-radius: 10px; -} - -.grid-search-results { - spacing: 30px; - margin: 0 12px; -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.7); -} - -.list-search-results { - spacing: 6px; -} - -.list-search-result .list-search-result-content { - spacing: 6px; -} - -.list-search-result .list-search-result-title { - spacing: 12px; -} - -.list-search-result .list-search-result-description { - color: rgba(255, 255, 255, 0.5); -} - -/* Dash */ -#dash { - font-size: 9pt; - font-weight: 400; - margin-top: 12px; -} - -#dash .placeholder { - background-image: none; - background-size: contain; - height: 32px; -} - -#dash .empty-dash-drop-target { - width: 32px; - height: 32px; -} - -#dash .app-well-app-running-dot { - margin-bottom: 15px; -} - -.dash-background { - background-color: rgba(255, 255, 255, 0.2); - margin-bottom: 12px; - padding: 12px; - spacing: 6px; - border-radius: 9999px; - box-shadow: none; - border: none; -} - -.dash-item-container > * { - margin: 0 2px; -} - -.dash-item-container:ltr:first-child { - margin-left: 0; -} - -.dash-item-container:rtl:first-child { - margin-right: 0; -} - -.dash-item-container .show-apps, -.dash-item-container .app-well-app { - padding-bottom: 12px !important; -} - -.dash-item-container .show-apps .overview-icon, -.dash-item-container .app-well-app .overview-icon { - padding: 8px !important; - border-radius: 9999px; -} - -.dash-separator { - width: 1px; - margin: 0 4px 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -.dash-label { - border-radius: 9999px; - padding: 6px 12px; - color: white; - background-color: rgba(0, 0, 0, 0.75); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); - text-align: center; - -y-offset: 12px; - -x-offset: 8px; -} - -/* App Grid */ -.grid-search-result .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon, .search-provider-icon, .list-search-result { - color: white; - border-radius: 20px; - padding: 12px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.icon-grid { - row-spacing: 12px; - column-spacing: 12px; - max-row-spacing: 42px; - max-column-spacing: 42px; - page-padding-top: 24px; - page-padding-bottom: 24px; - page-padding-left: 18px; - page-padding-right: 18px; -} - -/* App Icons */ - -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - - -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout, -.show-apps .overview-icon.overview-icon-with-label > StBoxLayout, -.app-well-app .overview-icon.overview-icon-with-label > StBoxLayout { - spacing: 6px; -} - -/* App Folders */ -.app-well-app.app-folder { - background: none; - border-radius: 20px; -} - -.app-well-app.app-folder .overview-icon { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 20px; -} - -.app-well-app.app-folder:hover .overview-icon { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-well-app.app-folder:active .overview-icon { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog { - border-radius: 40px; - border: none; - background-color: rgba(36, 36, 36, 0.95); - spacing: 6px; - box-shadow: none; - outline: none; -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, -.app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: 800; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - min-height: 28px; - padding: 6px; - border: none; - color: white; - background-color: rgba(255, 255, 255, 0.15); - caret-color: white; - selection-background-color: rgba(255, 255, 255, 0.12) !important; - selected-color: white !important; - width: 300px; -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.25); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.95); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.7); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border: none; - height: 32px; - width: 32px; - padding: 6px; - border-radius: 9999px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog .icon-grid { - row-spacing: 12px; - column-spacing: 30px; - page-padding-top: 0; - page-padding-bottom: 0; - page-padding-left: 0; - page-padding-right: 0; -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.app-folder-dialog-container { - padding: 12px; - width: 620px; - height: 620px; -} - -.app-well-app-running-dot { - width: 8px; - height: 2px; - border-radius: 0; - background-color: white; - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - width: 16px; - background-color: #1A73E8; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 6px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 12px; -} - -.app-menu, -.app-well-menu { - max-width: 27.25em; -} - -.page-indicator { - padding: 6px 12px 0; -} - -.page-indicator .page-indicator-icon { - width: 10px; - height: 10px; - border-radius: 10px; - background-color: white; -} - -.apps-scroll-view { - padding: 0; -} - -.system-action-icon { - background-color: rgba(0, 0, 0, 0.8); - color: white; - border-radius: 9999px; -} - -.page-navigation-hint { - width: 300px; - color: white; -} - -.page-navigation-hint.dnd { - background: rgba(255, 255, 255, 0.1); -} - -.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { - background-gradient-start: rgba(255, 255, 255, 0.05); - background-gradient-end: transparent; - background-gradient-direction: horizontal; - border-radius: 15px 0px 0px 15px; -} - -.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { - background-gradient-start: transparent; - background-gradient-end: rgba(255, 255, 255, 0.05); - background-gradient-direction: horizontal; - border-radius: 0px 15px 15px 0px; -} - -.page-navigation-arrow { - margin: 6px; - padding: 18px; - width: 24px; - height: 24px; - border-radius: 9999px; - color: white; -} - -.page-navigation-arrow:insensitive { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.page-navigation-arrow:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.page-navigation-arrow:active { - background-color: rgba(255, 255, 255, 0.24); - color: white; -} - -/* Workspace pager */ -.workspace-thumbnails .workspace-thumbnail { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border: none; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 6px; - padding: 6px; -} - -.workspace-thumbnails .workspace-thumbnail { - border-radius: 3px; -} - -.workspace-thumbnails .placeholder { - background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg"); - background-size: contain; - width: 18px; -} - -.workspace-thumbnail-indicator { - border: 3px solid #1A73E8; - border-radius: 3px; - padding: 0px; -} - -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(165, 200, 246, 0.3); - box-shadow: 0 0 2px 2px #77acf1; -} - -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #1A73E8; - -pie-background-color: rgba(211, 228, 251, 0.3); -} - -.magnifier-zoom-region { - border: 2px solid #1A73E8; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -.select-area-rubberband { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.7); - border-radius: 9999px; - icon-size: 64px; -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 99px; - padding: 12px; - width: 40px; - height: 40px; -} - -.user-icon.user-avatar { - border: 2px rgba(255, 255, 255, 0.7); -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 20px; - padding-top: 18px; - padding-bottom: 22px; - width: 88px; - height: 88px; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 10.5pt; - font-weight: 400; - color: #FFD600; -} - -/* Workspace animation */ -.workspace-animation { - background-color: #242424; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.tile-preview-left.on-primary { - border-radius: 11px 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 11px 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 11px 11px 0 0; -} - -/* On-screen Keyboard */ -#keyboard { - background-color: rgba(0, 0, 0, 0.85); - border: none; - border-top-width: 0; - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 6px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container { - padding: 4px; - spacing: 4px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 10px; - border: none; - color: inherit; - background-color: #FAFAFA; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: rgba(0, 0, 0, 0.87); - background-color: #e1e1e1; -} - -.keyboard-key:checked, .keyboard-key:active { - color: rgba(0, 0, 0, 0.87); - background-color: #c7c7c7; -} - -.keyboard-key:grayed { - background-color: #242424; - color: white; - border-color: #242424; -} - -.keyboard-key.default-key { - background-color: #BFBFBF; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { - color: rgba(0, 0, 0, 0.6); - background-color: #FAFAFA; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active { - color: rgba(0, 0, 0, 0.6); - background-color: #ebebeb; -} - -.keyboard-key.enter-key { - background-color: #1A73E8; - color: white; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: white; - background-color: #3181ea; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: white; - background-color: #135cbc; -} - -.keyboard-key.shift-key-uppercase { - color: #1A73E8; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #3181ea; - background-color: #1A73E8; -} - -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -/* Looking Glass */ -#LookingGlassDialog { - color: rgba(255, 255, 255, 0.7); - background-color: #242424; - spacing: 6px; - padding: 0; - border: none; - border-radius: 20px; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.45); -} - -#LookingGlassDialog > #Toolbar { - padding: 6px 9px; - border: none; - border-radius: 20px 20px 0 0; - background-color: #3e3e3e; - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .labels { - spacing: 0; - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 6px; - -minimum-hpadding: 6px; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); - transition-duration: 150ms; - padding-left: 18px; - padding-right: 18px; - min-height: 24px; - border-radius: 10px; - background-color: transparent; -} - -#LookingGlassDialog .notebook-tab:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); - text-shadow: none; - box-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: none; - color: white; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 6px; - spacing: 6px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 6px; -} - -.lg-dialog StEntry { - selection-background-color: #1A73E8; - selected-color: white; - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.lg-dialog .shell-link { - color: #1A73E8; -} - -.lg-dialog .shell-link:hover { - color: #1A73E8; -} - -.lg-dialog .actor-link { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:hover { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:active { - color: rgba(204, 204, 204, 0.5); -} - -.lg-dialog .actor-link StIcon { - icon-size: 12px; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-title { - spacing: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-button { - min-height: 36px; - padding: 6px; - border: none; - border-radius: 10px; - font-size: 10.5pt; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extensions-list { - padding: 6px; - spacing: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extension { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - padding: 6px; - box-shadow: none; -} - -.lg-extension-name { - font-size: 18pt; - font-weight: 400; - color: white; -} - -.lg-extension-meta { - spacing: 6px; -} - -#LookingGlassPropertyInspector { - color: white; - background: #333333; - border: none; - border-radius: 10px; - padding: 6px; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); -} - -#LookingGlassPropertyInspector .window-close, #LookingGlassPropertyInspector .screenshot-ui-close-button { - margin: 6px; -} - -.lg-debug-flag-button { - color: white; -} - -.lg-debug-flag-button StLabel { - padding: 6px, 12px; -} - -.lg-debug-flag-button:hover { - color: white; -} - -.lg-debug-flag-button:active { - color: #cccccc; -} - -.lg-debug-flags-header { - padding-top: 12px; - padding: 6px; -} - -.icon-label-button-container { - spacing: 6px; - font-size: 9pt; - font-weight: 400; -} - -.icon-label-button-container StIcon { - icon-size: 32px; -} - -.screenshot-ui-panel { - color: white; - background-color: #212121; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - border-radius: 31px; - padding: 18px; - padding-bottom: 12px; - margin-bottom: 4em; - spacing: 12px; -} - -.screenshot-ui-close-button { - padding: 6px !important; -} - -.screenshot-ui-close-button.left { - margin-left: 8px; -} - -.screenshot-ui-close-button.right { - margin-right: 8px; -} - -.screenshot-ui-type-button { - min-width: 48px; - padding: 12px 18px !important; - border-radius: 13px; -} - -.screenshot-ui-capture-button { - width: 36px; - height: 36px; - border-radius: 9999px; - border: 4px white; - padding: 4px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { - background-color: white; - transition-duration: 200ms; - border-radius: 9999px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { - background-color: #d9d9d9; -} - -.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { - background-color: gray; -} - -.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { - background-color: #E53935; -} - -.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { - background-color: #e84f4c; -} - -.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { - background-color: #da201c; -} - -.screenshot-ui-shot-cast-container { - background-color: rgba(0, 0, 0, 0.08); - border-radius: 10px; - padding: 3px; - spacing: 3px; -} - -.screenshot-ui-shot-cast-container:ltr { - margin-left: 3px; -} - -.screenshot-ui-shot-cast-container:rtl { - margin-right: 3px; -} - -.screenshot-ui-shot-cast-button { - padding: 6px 12px; - background-color: transparent; - border-radius: 7px; -} - -.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { - background-color: rgba(0, 0, 0, 0.12); -} - -.screenshot-ui-shot-cast-button:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.screenshot-ui-shot-cast-button:checked { - background-color: white; - color: black; -} - -.screenshot-ui-shot-cast-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-show-pointer-button { - border-radius: 9999px; - padding: 12px !important; -} - -.screenshot-ui-show-pointer-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { - border: 2px white; -} - -.screenshot-ui-area-selector-handle { - border-radius: 9999px; - background-color: white; - box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); - width: 24px; - height: 24px; -} - -.screenshot-ui-window-selector { - background-color: #242424; -} - -.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { - margin: 100px; -} - -.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { - margin-bottom: 200px; -} - -.screenshot-ui-window-selector-window-border { - transition-duration: 200ms; - border-radius: 10px; - border: 6px transparent; -} - -.screenshot-ui-window-selector-check { - transition-duration: 200ms; - color: transparent; - border-radius: 9999px; - border-width: 12px; - icon-size: 24px; -} - -.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { - border-color: #1151a5; -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { - border-color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { - color: white; - background-color: #1A73E8; -} - -.screenshot-ui-screen-selector { - transition-duration: 200ms; - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-screen-selector:hover { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-screen-selector:active { - background-color: rgba(0, 0, 0, 0.7); -} - -.screenshot-ui-screen-selector:checked { - background-color: transparent; - border: 2px white; -} - -.screenshot-ui-tooltip { - color: white; - background-color: #242424; - border-radius: 9999px; - padding: 6px 12px; - text-align: center; - -y-offset: 24px; -} - -/* Login Dialog */ -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog, -.unlock-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry, -.unlock-dialog StEntry { - selection-background-color: #1A73E8; - selected-color: white !important; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.login-dialog StEntry:focus, -.unlock-dialog StEntry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -.login-dialog StEntry:insensitive, -.unlock-dialog StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .modal-dialog-button-box, -.unlock-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button, -.unlock-dialog .modal-dialog-button { - padding: 4px 18px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, -.unlock-dialog .modal-dialog-button:hover, -.unlock-dialog .modal-dialog-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:active, -.unlock-dialog .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:insensitive, -.unlock-dialog .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default, -.unlock-dialog .modal-dialog-button:default { - color: white; - background-color: #1A73E8; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, -.unlock-dialog .modal-dialog-button:default:hover, -.unlock-dialog .modal-dialog-button:default:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:active, -.unlock-dialog .modal-dialog-button:default:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:insensitive, -.unlock-dialog .modal-dialog-button:default:insensitive { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button, -.unlock-dialog .cancel-button, -.unlock-dialog .switch-user-button, -.unlock-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 99px; - width: 32px; - height: 32px; - border: none; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .cancel-button:hover, .login-dialog .cancel-button:focus, -.login-dialog .switch-user-button:hover, -.login-dialog .switch-user-button:focus, -.login-dialog .login-dialog-session-list-button:hover, -.login-dialog .login-dialog-session-list-button:focus, -.unlock-dialog .cancel-button:hover, -.unlock-dialog .cancel-button:focus, -.unlock-dialog .switch-user-button:hover, -.unlock-dialog .switch-user-button:focus, -.unlock-dialog .login-dialog-session-list-button:hover, -.unlock-dialog .login-dialog-session-list-button:focus { - color: white; -} - -.login-dialog .cancel-button:active, -.login-dialog .switch-user-button:active, -.login-dialog .login-dialog-session-list-button:active, -.unlock-dialog .cancel-button:active, -.unlock-dialog .switch-user-button:active, -.unlock-dialog .login-dialog-session-list-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon, -.unlock-dialog .cancel-button StIcon, -.unlock-dialog .switch-user-button StIcon, -.unlock-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .caps-lock-warning-label, -.login-dialog .login-dialog-message-warning, -.unlock-dialog .caps-lock-warning-label, -.unlock-dialog .login-dialog-message-warning { - color: white; -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-button-box { - width: 23em; - spacing: 5px; -} - -.login-dialog-message { - text-align: center; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; - font-size: 1em; - font-weight: bold; - color: rgba(255, 255, 255, 0.7); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: white; -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: white; -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid white; -} - -.login-dialog-user-list-item { - border-radius: 10px; - padding: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list-item:ltr { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl { - padding-left: 1em; -} - -.login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: white; -} - -.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: white; -} - -.user-widget-label { - color: white; -} - -.user-widget.horizontal .user-widget-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; - text-align: left; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; - text-align: right; -} - -.user-widget.vertical .user-widget-label { - font-size: 15pt; - font-weight: 500; - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 12px; - width: 23em; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-label { - color: rgba(255, 255, 255, 0.5); - font-size: 1em; - padding-top: 1em; -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(52, 52, 52, 0.9); - color: white; - border-radius: 10px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(36, 36, 36, 0.9); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(52, 52, 52, 0.9); - background-color: rgba(255, 255, 255, 0.7); - border-radius: 99px; - margin-right: 12px; -} - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); -} - -#lockDialogGroup { - background-color: #242424; -} - -#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { - background-color: rgba(52, 52, 52, 0.2); -} - -#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { - background-color: rgba(52, 52, 52, 0.4); -} - -#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { - background-color: rgba(26, 115, 232, 0.5); -} - -.bottom #dashtodockDashScrollview, -.top #dashtodockDashScrollview { - -st-hfade-offset: 24px; -} - -.left #dashtodockDashScrollview, -.right #dashtodockDashScrollview { - -st-vfade-offset: 24px; -} - -#dashtodockContainer { - background: transparent; -} - -#dashtodockContainer .number-overlay { - min-width: 1.2em; - min-height: 1.2em; - color: white; - background-color: rgba(0, 0, 0, 0.75); - text-align: center; - padding: 0.4em 0.5em; -} - -#dashtodockContainer .notification-badge { - min-width: 16px; - min-height: 16px; - color: white; - background-color: #1A73E8; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 9999px; - margin: 2px 3px 5px; - padding: 3px; - font-weight: bold; - text-align: center; -} - -#dashtodockContainer.top #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.top.straight-corner #dash, #dashtodockContainer.top.shrink.straight-corner #dash, #dashtodockContainer.top.extended #dash, #dashtodockContainer.top.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-background, #dashtodockContainer.top.shrink.straight-corner #dash .dash-background, #dashtodockContainer.top.extended #dash .dash-background, #dashtodockContainer.top.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner #dash .show-apps, #dashtodockContainer.top.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.straight-corner #dash .show-apps, #dashtodockContainer.top.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.extended #dash .show-apps, #dashtodockContainer.top.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.bottom #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.bottom.straight-corner #dash, #dashtodockContainer.bottom.shrink.straight-corner #dash, #dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-background, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-background, #dashtodockContainer.bottom.extended #dash .dash-background, #dashtodockContainer.bottom.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner #dash .show-apps, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.straight-corner #dash .show-apps, #dashtodockContainer.bottom.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended #dash .show-apps, #dashtodockContainer.bottom.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.left #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.left.straight-corner #dash, #dashtodockContainer.left.shrink.straight-corner #dash, #dashtodockContainer.left.extended #dash, #dashtodockContainer.left.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-background, #dashtodockContainer.left.shrink.straight-corner #dash .dash-background, #dashtodockContainer.left.extended #dash .dash-background, #dashtodockContainer.left.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner #dash .show-apps, #dashtodockContainer.left.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.straight-corner #dash .show-apps, #dashtodockContainer.left.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.extended #dash .show-apps, #dashtodockContainer.left.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.right #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.right.straight-corner #dash, #dashtodockContainer.right.shrink.straight-corner #dash, #dashtodockContainer.right.extended #dash, #dashtodockContainer.right.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-background, #dashtodockContainer.right.shrink.straight-corner #dash .dash-background, #dashtodockContainer.right.extended #dash .dash-background, #dashtodockContainer.right.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner #dash .show-apps, #dashtodockContainer.right.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.straight-corner #dash .show-apps, #dashtodockContainer.right.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.extended #dash .show-apps, #dashtodockContainer.right.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.extended .dash-background, #dashtodockContainer.straight-corner .dash-background { - border-radius: 0 !important; -} - -#dashtodockContainer.shrink .dash-background { - padding: 2px !important; -} - -#dashtodockContainer.shrink .dash-item-container .app-well-app, #dashtodockContainer.shrink .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.shrink.extended .dash-background { - border-radius: 0; -} - -#dashtodockContainer #dash, #dashtodockContainer:overview #dash { - background: transparent; -} - -#dashtodockContainer.left .dash-item-container .app-well-app, #dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, #dashtodockContainer.right .show-apps { - padding: 2px 6px !important; -} - -#dashtodockContainer.left .dash-background, #dashtodockContainer.right .dash-background { - margin-bottom: 0 !important; -} - -#dashtodockContainer.left.shrink .dash-background, #dashtodockContainer.left.shrink.extended .dash-background, #dashtodockContainer.right.shrink .dash-background, #dashtodockContainer.right.shrink.extended .dash-background { - padding: 2px 4px !important; -} - -#dashtodockContainer.left.shrink .dash-item-container .app-well-app, #dashtodockContainer.left.shrink .show-apps, #dashtodockContainer.left.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended .show-apps, #dashtodockContainer.right.shrink .dash-item-container .app-well-app, #dashtodockContainer.right.shrink .show-apps, #dashtodockContainer.right.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended .show-apps { - margin: 0 !important; - padding: 2px 0 !important; -} - -#dashtodockContainer.left.extended .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.right.extended .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner .dash-item-container .app-well-app { - padding: 2px 12px !important; -} - -#dashtodockContainer.left.extended .show-apps, #dashtodockContainer.left.straight-corner .show-apps, #dashtodockContainer.right.extended .show-apps, #dashtodockContainer.right.straight-corner .show-apps { - padding: 2px 12px 24px !important; -} - -#dashtodockContainer.top .dash-background, #dashtodockContainer.bottom .dash-background { - padding: 12px 10px !important; -} - -#dashtodockContainer.top.shrink .dash-background, #dashtodockContainer.bottom.shrink .dash-background { - padding: 4px 2px !important; -} - -#dashtodockContainer.top.shrink .dash-item-container .app-well-app, #dashtodockContainer.top.shrink .show-apps, #dashtodockContainer.bottom.shrink .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink .show-apps { - margin: 0 !important; - padding: 0 2px 12px !important; -} - -#dashtodockContainer.top.extended .dash-separator, #dashtodockContainer.top.straight-corner .dash-separator, #dashtodockContainer.bottom.extended .dash-separator, #dashtodockContainer.bottom.straight-corner .dash-separator { - margin: 0 8px !important; -} - -#dashtodockContainer.top.extended .dash-item-container .app-well-app, #dashtodockContainer.top.extended .show-apps, #dashtodockContainer.top.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner .show-apps, #dashtodockContainer.bottom.extended .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended .show-apps, #dashtodockContainer.bottom.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner .show-apps { - padding: 12px 2px !important; -} - -#dashtodockContainer #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer #dash .app-well-app-running-dot { - margin-bottom: 3px !important; -} - -#dashtodockContainer #dash StWidget.focused .app-well-app-running-dot { - background-color: #1A73E8; -} - -#dashtodockContainer.opaque #dash .dash-background { - background-color: #212121; -} - -#dashtodockContainer.transparent #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer:overview #dash { - background: none; -} - -#dashtodockContainer:overview #dash .dash-background { - background-color: rgba(255, 255, 255, 0.12); -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #1A73E8; -} - -#dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.opaque:overview .dash-background, #dashtodockContainer.transparent:overview .dash-background { - background-color: transparent !important; -} - -#dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { - background: none; -} - -#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - transition-duration: 250ms; - background-size: contain; -} - -#dashtodockContainer.shrink .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - padding: 1px 2px; -} - -#dashtodockContainer.extended .app-well-app .overview-icon, -#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, -#dashtodockContainer.extended:overview .show-apps .overview-icon { - border-radius: 10px; -} - -#dashtodockContainer .metro .overview-icon { - border-radius: 0; -} - -.dashtodock-app-well-preview-menu-item { - padding: 1em 1em 0.5em 1em; -} - -#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { - width: 1px; - height: auto; - border-right-width: 1px; - margin: 32px 0; -} - -.dashtopanelMainPanel { - border-radius: 0 !important; - padding: 0 !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .dash-background { - background-color: rgba(33, 33, 33, 0.65); - margin-bottom: 0 !important; - padding: 0 !important; - border-radius: 0 !important; -} - -.dashtopanelMainPanel .show-apps .overview-icon { - margin: 0 !important; - border-radius: 5px !important; -} - -.dashtopanelMainPanel .panel-button, .dashtopanelMainPanel .panel-button.clock-display .clock { - border-radius: 8px !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .arcmenu-menu-button { - border-radius: 5px !important; - padding: 8px 6px !important; -} - -.popup-menu.panel-menu .popup-menu-content, .popup-menu.panel-menu.quick-settings .popup-menu-content { - margin-bottom: 3px !important; -} - -.dashtopanelSecondaryMenu { - border-radius: 12px !important; -} - -#preview-menu { - margin: 6px !important; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important; - border-radius: 12px !important; - padding: 0 !important; -} - -#dashtopanelPreviewScrollview { - padding: 12px 0 !important; - border-radius: 12px !important; -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.openweather-provider:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.87); -} - -.openweather-current-databox-values { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-current-databox-captions { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: rgba(0, 0, 0, 0.6); -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: rgba(0, 0, 0, 0.6); -} - -.popup-sub-menu .openweather-current-icon, .popup-sub-menu .openweather-current-summary, .popup-sub-menu .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.95); -} - -.popup-sub-menu .openweather-current-databox-values { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-current-databox-captions { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-forecast-icon, .popup-sub-menu .openweather-forecast-summary { - color: rgba(0, 0, 0, 0.85); -} - -.popup-sub-menu .openweather-forecast-day, .popup-sub-menu .openweather-forecast-temperature { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-sunrise-icon, .popup-sub-menu .openweather-sunset-icon, .popup-sub-menu .openweather-build-icon { - color: rgba(0, 0, 0, 0.85); -} - -.arcmenu-menu-button, -.arcmenu-button { - border-width: 0 !important; - border-radius: 9999px !important; -} - -.cosmic-solid-bg { - background-color: #242424; -} - -.cosmic-dock #dock { - background-color: transparent; -} - -.cosmic-dock #dock .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -.cosmic-dock.extended #dash { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; - padding: 0 0; -} - -.cosmic-dock.extended #dash .dash-background { - border-radius: 0; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -.overview-components-transparent .search-entry, -.overview-components-light .search-entry, -.overview-components-dark .search-entry { - caret-color: rgba(255, 255, 255, 0.75) !important; -} - -.overview-components-transparent .search-entry .search-entry-icon, -.overview-components-light .search-entry .search-entry-icon, -.overview-components-dark .search-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.65); -} - -.overview-components-transparent .search-entry StLabel.hint-text, -.overview-components-light .search-entry StLabel.hint-text, -.overview-components-dark .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.35) !important; -} diff --git a/themes/.themes/Orchis-Light/gnome-shell/pad-osd.css b/themes/.themes/Orchis-Light/gnome-shell/pad-osd.css deleted file mode 100644 index 31c2377..0000000 --- a/themes/.themes/Orchis-Light/gnome-shell/pad-osd.css +++ /dev/null @@ -1,30 +0,0 @@ -.Leader { - stroke-width: .5 !important; - stroke: #535353; - fill: none !important; -} - -.Button { - stroke-width: .25; - stroke: #ededed; - fill: #ededed; -} - -.Ring { - stroke-width: .5 !important; - stroke: #535353 !important; - fill: none !important; -} - -.Label { - stroke: none !important; - stroke-width: .1 !important; - font-size: .1 !important; - fill: transparent !important; -} - -.TouchStrip, .TouchRing { - stroke-width: .1 !important; - stroke: #ededed !important; - fill: #535353 !important; -} diff --git a/themes/.themes/Orchis-Light/gtk-2.0/apps.rc b/themes/.themes/Orchis-Light/gtk-2.0/apps.rc deleted file mode 100644 index 530e72f..0000000 --- a/themes/.themes/Orchis-Light/gtk-2.0/apps.rc +++ /dev/null @@ -1,92 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. -# custom widgets, programs giving us a chance to alter their UI to fit more with -# the theme or stuff that is supposed to look different, like panels. - -# TODO: This could really look nicer -style "gimp_spin_scale" { - # Spin background - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "chrome_gtk_frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 -} - -# Disable spin button assets for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" - -# Chromium lets us define some colours and settings for better integration -class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/border.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/border.png deleted file mode 100644 index b755468..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/border.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/button-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/button-active.png deleted file mode 100644 index cff72e2..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/button-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/button-disabled.png deleted file mode 100644 index fc4287d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/button-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 7382e55..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/button.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/button.png deleted file mode 100644 index d675496..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 100644 index 78a66d0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-disabled.png deleted file mode 100644 index bdfa1b3..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 100644 index 633e537..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 97159c6..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 100644 index d4a4df7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-disabled.png deleted file mode 100644 index b4b9768..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 100644 index f0ccda9..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed.png deleted file mode 100644 index 4ae81a0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 100644 index f863796..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-disabled.png deleted file mode 100644 index 01d148c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 100644 index 03310de..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 6f594d9..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-active.png deleted file mode 100644 index b4017f2..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-disabled.png deleted file mode 100644 index e76b2b6..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-hover.png deleted file mode 100644 index d2367ae..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry.png deleted file mode 100644 index 35c0177..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-left-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-active.png deleted file mode 100644 index d62c539..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-disabled.png deleted file mode 100644 index f486ef3..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-hover.png deleted file mode 100644 index 5c9536f..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry.png deleted file mode 100644 index 91ae61f..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/combo-right-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-active.png deleted file mode 100644 index c89b2a0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-background-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index 7f3aa5e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-background.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-background.png deleted file mode 100644 index 72facdb..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-disabled.png deleted file mode 100644 index fc4287d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-hover.png deleted file mode 100644 index 1f3b8b7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/entry.png deleted file mode 100644 index d675496..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-active.png deleted file mode 100644 index cff72e2..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-disabled.png deleted file mode 100644 index abeba46..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-hover.png deleted file mode 100644 index 7382e55..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button.png deleted file mode 100644 index abeba46..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/flat-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/focus.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/focus.png deleted file mode 100644 index b417eff..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/frame-inline.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index 34703f8..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/frame-notebook.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index ddb5196..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/frame.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/frame.png deleted file mode 100644 index d5b679c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz-active.png deleted file mode 100644 index d136a17..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz-hover.png deleted file mode 100644 index 52e2d17..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index f60063c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert-active.png deleted file mode 100644 index c453daa..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert-hover.png deleted file mode 100644 index 1547eb5..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index e9d9849..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-checked-disabled.png deleted file mode 100644 index c0782e0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-checked.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 5a8e801..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-mixed-disabled.png deleted file mode 100644 index 1d5d4a4..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-mixed.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index 6710195..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png deleted file mode 100644 index 1985061..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index 3cf020d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-checked-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-checked-disabled.png deleted file mode 100644 index 870aced..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-checked.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 15343da..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-mixed-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-mixed-disabled.png deleted file mode 100644 index 1d5d4a4..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-mixed.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index 6710195..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-unchecked-disabled.png deleted file mode 100644 index 1985061..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-unchecked.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index 3cf020d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-alt-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-alt-disabled.png deleted file mode 100644 index 06237fd..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-alt.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-alt.png deleted file mode 100644 index 2604cab..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-disabled.png deleted file mode 100644 index ef2fa36..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down.png deleted file mode 100644 index d1a961f..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-alt-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-alt-disabled.png deleted file mode 100644 index 68e832e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-alt.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-alt.png deleted file mode 100644 index 9f3704d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-disabled.png deleted file mode 100644 index 6300308..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-semi.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index 75bdcf6..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left.png deleted file mode 100644 index 024a914..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-alt-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-alt-disabled.png deleted file mode 100644 index d8923eb..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-alt.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-alt.png deleted file mode 100644 index 3130bc6..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-disabled.png deleted file mode 100644 index 4d4d16a..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-semi.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index 2330929..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right.png deleted file mode 100644 index f7c570d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-alt-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-alt-disabled.png deleted file mode 100644 index dbec1d0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-alt.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-alt.png deleted file mode 100644 index 47de372..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-disabled.png deleted file mode 100644 index ddf7711..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up.png deleted file mode 100644 index 1daf802..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/progressbar-progress.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/progressbar-progress.png deleted file mode 100644 index 2378968..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/progressbar-progress.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/progressbar-trough.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/progressbar-trough.png deleted file mode 100644 index 9c4c595..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/progressbar-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-active.png deleted file mode 100644 index 6b391dd..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-disabled.png deleted file mode 100644 index 72a3ac5..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-hover.png deleted file mode 100644 index 5831d29..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index 64d194b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-active.png deleted file mode 100644 index d4a4df7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-disabled.png deleted file mode 100644 index b4b9768..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 100644 index f0ccda9..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed.png deleted file mode 100644 index 4ae81a0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 100644 index f863796..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-disabled.png deleted file mode 100644 index 01d148c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 100644 index 03310de..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index 6f594d9..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index 84cee85..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough-disabled.png deleted file mode 100644 index a4b2503..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index bdc8681..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index d4c8a59..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-disabled.png deleted file mode 100644 index 5291fe3..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index efeac5b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index ccbbf5e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index bd8aa59..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough-disabled.png deleted file mode 100644 index 9a6019d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index 179fad7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index 6ad1e10..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-disabled.png deleted file mode 100644 index a3ddc16..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index 303c2a1..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index 7007999..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-trough.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index 0394def..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png deleted file mode 100644 index d15f74e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png deleted file mode 100644 index f083593..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png deleted file mode 100644 index 0861852..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider.png deleted file mode 100644 index a0baaeb..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-trough.png deleted file mode 100644 index 06b93b5..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-ltr-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png deleted file mode 100644 index 2fcf8f5..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png deleted file mode 100644 index 97a87fc..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png deleted file mode 100644 index 5c3928e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider.png deleted file mode 100644 index c40e148..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-trough.png deleted file mode 100644 index 4d6a6aa..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/scrollbar-vert-rtl-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index e18acbf..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-disabled.png deleted file mode 100644 index 3ddaef7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index c08f758..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index 4f5fd7c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index 1050c4b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-disabled.png deleted file mode 100644 index 53a1d70..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index f6ee1cc..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index e516531..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index fc0807d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-disabled.png deleted file mode 100644 index 221a455..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index c1860d1..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index 842e9ef..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index 9557a87..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-disabled.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-disabled.png deleted file mode 100644 index 13e3491..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index 5cfe502..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index ab7e39d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/tab.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/tab.png deleted file mode 100644 index 52c5850..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/tab.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button-active.png deleted file mode 100644 index 365523e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button-hover.png deleted file mode 100644 index e43317c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button.png deleted file mode 100644 index 862ac32..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-ltr-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button-active.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button-active.png deleted file mode 100644 index 3dc0f5a..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button-hover.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button-hover.png deleted file mode 100644 index f6dce3b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button.png b/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button.png deleted file mode 100644 index 04b779b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-2.0/assets/treeview-rtl-button.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-2.0/gtkrc b/themes/.themes/Orchis-Light/gtk-2.0/gtkrc deleted file mode 100644 index 7a2f137..0000000 --- a/themes/.themes/Orchis-Light/gtk-2.0/gtkrc +++ /dev/null @@ -1,36 +0,0 @@ -# Based on Bridge by ScionicSpectre and Adwaita by GNOME -# vim:set ts=2 sw=2 sts=2 ai et: -# -# This is the GTK 2 version of Materia. It's whole purpose is to look as the -# GTK 3 version as much as possible until GTK 2 dies completely. -# -# Note: comments for explaining styles are on the bottom of each file beside the -# widget matches. - -# Declare the colours used throughout the theme. -# There shouldn't be any fiddling with them in the theme files themselves in -# order to not mess up the dark theme. - -# Text/base -gtk-color-scheme = "text_color:#212121\nbase_color:#FFFFFF" -# Foreground/background -gtk-color-scheme = "fg_color:#212121\nbg_color:#F2F2F2" -# Selected foreground/background -gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#1A73E8" -# Titlebar foreground/background -gtk-color-scheme = "titlebar_fg_color:#212121\ntitlebar_bg_color:#FFFFFF" -# Menus -gtk-color-scheme = "menu_color:#FFFFFF" -# Tooltips foreground/background -gtk-color-scheme = "tooltip_fg_color:#FFFFFF\ntooltip_bg_color:#616161" -# Links -gtk-color-scheme = "link_color:#1A73E8\nvisited_link_color:#9C27B0" - -# Set GTK settings -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -# And hand over the control to the theme files -include "main.rc" -include "apps.rc" -include "hacks.rc" diff --git a/themes/.themes/Orchis-Light/gtk-2.0/hacks.rc b/themes/.themes/Orchis-Light/gtk-2.0/hacks.rc deleted file mode 100644 index c288da3..0000000 --- a/themes/.themes/Orchis-Light/gtk-2.0/hacks.rc +++ /dev/null @@ -1,36 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file contains horrible hacks to make this theme work with some programs -# This is mostly due to the limitations of GTK 2 but sometimes its the fault of -# the programs themselves. Not going to point fingers. -# -# Either way, it's a WONTFIX for both, hence this horrible file. - -style "toplevel_hack" { - engine "adwaita" {} -} - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -style "vim_notebook" { - bg[NORMAL] = @base_color - bg[ACTIVE] = @bg_color -} - -# Vim puts an eventbox between the tab and the label and colours it, -# we need to handle that -widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" - -# (he)xchat input box -class "SexySpellEntry" style:highest "normal_entry" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but GTK uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that -widget_class "*Chrom*<GtkEntry>" style "chrome_entry" - -# Hack to be able to match widgets in LibreOffice -class "GtkWindow" style "toplevel_hack" diff --git a/themes/.themes/Orchis-Light/gtk-2.0/main.rc b/themes/.themes/Orchis-Light/gtk-2.0/main.rc deleted file mode 100644 index d1716f7..0000000 --- a/themes/.themes/Orchis-Light/gtk-2.0/main.rc +++ /dev/null @@ -1,2636 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This is the main theme file, handling all the default widgets and theme -# properties. Since GTK 2 is old, we need to overcome some of its limitations, -# which is also mostly done in this file. Sadly not all of them can be overcome -# so there will always be a visible difference between the GTK 2 and 3 theme. - -style "default" { - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-padding = 0 - GtkWidget::focus-line-width = 2 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) - GtkToolbar::internal-padding = 2 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 4 - GtkWidget::tooltip-alpha = 230 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @visited_link_color - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkHTML::vlink-color = @visited_link_color - GtkIMHtml::hyperlink-color = @link_color - GtkIMHtml::hyperlink-visited-color = @visited_link_color - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 3 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {0, 0, 0, 0} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {0, 0, 0, 0} - - GtkPaned::handle-size = 8 - GtkHPaned::handle-size = 8 - GtkVPaned::handle-size = 8 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 17 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 24 - GtkScale::slider_width = 24 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 4 - GtkProgressBar::min-vertical-bar-width = 4 - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 4 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 12 - - GtkCheckButton::indicator-size = 24 - GtkCheckButton::indicator_spacing = 2 - GtkOptionMenu::indicator_spacing = {8, 8, 4, 4} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 0 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 0 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = mix (0.5, @text_color, @base_color) - text[ACTIVE] = @text_color - - base[NORMAL] = @base_color - base[PRELIGHT] = mix (0.08, @text_color, @base_color) - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-disabled.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - - image { - function = ARROW - detail = "vscrollbar" - } - - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-left-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-right-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left-alt.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right-alt.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {5, 5, 5, 5} # Super strange, {4, 4, 4, 4} does not work properly... - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-horz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-horz-hover.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-horz-active.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-vert-hover.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-vert-active.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - state = NORMAL - file = "assets/pan-down-alt.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = PRELIGHT - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = ACTIVE - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = INSENSITIVE - file = "assets/pan-down-alt-disabled.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-right-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-right-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-left-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-left-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 1, 0, 0} - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {1, 0, 0, 0} - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 0, 1} - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 1, 0} - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {1, 0, 0, 0} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 1, 0, 0} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-ltr-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-rtl-trough.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-disabled.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-hover.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-active.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-disabled.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-hover.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-active.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-disabled.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - ########## - # Scales # - ########## - - # Troughs, overrided later on. We set them here too because some widgets - # don't specify their orientation. - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-disabled.png" - } - - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-disabled.png" - } - - ########### - # Menubar # - ########### - - # image { - # function = BOX - # detail = "menubar" - # file = "assets/border.png" - # border = {0, 0, 0, 1} - # } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - - ######### - # Spins # - ######### - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-disabled.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-disabled.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-disabled.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-disabled.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - } -} - -style "menubar" { - bg[NORMAL] = @titlebar_bg_color - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) - # Needed to fix Firefox's menubar text - bg[SELECTED] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[SELECTED] = @titlebar_fg_color -} - -style "menubar_item" { - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - bg[PRELIGHT] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) -} - -style "menu" { - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @menu_color - bg[INSENSITIVE] = @menu_color - bg[PRELIGHT] = @menu_color - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) -} - -style "menu_item" { - xthickness = 4 - ythickness = 4 - - bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) - fg[PRELIGHT] = @fg_color - # Chromium uses this setting - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) - text[SELECTED] = @fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - border = {0, 0, 0, 1} - } - } -} - -style "button_label" { - # fg[NORMAL] = mix(0.7, @fg_color, @bg_color) - # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "normal_button_label" { - # fg[NORMAL] = @fg_color - # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) - - font_name = "Regular" -} - -style "button" { - xthickness = 6 - ythickness = 6 - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) - - # We set this same as the border of the border of the entry - # This way there's no overlap - xthickness = 6 - ythickness = 6 -} - -style "combobox" { - xthickness = 6 - ythickness = 6 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/entry-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "combobox_cellview" { - # text[NORMAL] = mix(0.7, @fg_color, @bg_color) - # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) -} - -style "combobox_entry" { - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 2, 0, 0} - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - - engine "pixmap" { - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-left-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-left-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-left-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-right-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-right-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-right-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-right-entry.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-right-entry-hover.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-right-entry-active.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-right-entry-disabled.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-left-entry.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-left-entry-hover.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-left-entry-active.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-left-entry-disabled.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - } -} - -style "combo_button_padding" { - # Since one side of the button is missing, we need to shift the arrow a - # little to the right. - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button. - GtkButton::inner-border = {3, 6, 3, 3} -} - -style "notebook" { - xthickness = 3 - ythickness = 3 -} - -style "notebook_tab_label" { - fg[ACTIVE] = mix(0.7, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - base[NORMAL] = @base_color - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = @base_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = @bg_color -} - -style "normal_entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - } -} - -style "scale_vert" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - } -} - -style "progressbar" { - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "treeview_header" { - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = mix(0.7, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - - font_name = "Medium" - - GtkButton::inner-border = {4, 4, 0, 2} - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/treeview-ltr-button.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-ltr-button-hover.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-ltr-button-active.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = NORMAL - file = "assets/treeview-rtl-button.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-rtl-button-hover.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-rtl-button-active.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -style "scrolled_window" { - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -style "frame" { - engine "pixmap" { - image { - function = SHADOW - shadow = NONE - } - - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - } -} - -style "tool_button" { - GtkButton::inner-border = {2, 2, 2, 2} - - # For the sake of sanity style buttons this way - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/flat-button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/flat-button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = OUT - file = "assets/flat-button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = IN - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - # GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - image { - function = BOX - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } -} - -style "tooltip" { - xthickness = 8 - ythickness = 8 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "disable_text_shadow" { - engine "murrine" { - textstyle = 0 - } -} - -style "disable_separator" { - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 -} - -# Default style, containing theme properties and trying to match every widget as -# much as possible, which is not only faster than trying to match every widget -# by its own but also less bug-prune and more consistent. However there is some -# widget specific stuff that needs to be taken care of, which is the point of -# every other style below. -class "GtkWidget" style "default" - -###################################### -# Override padding, style and colour # -###################################### - -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -# Menu and menubar items -widget_class "*<GtkMenuItem>*" style "menu_item" -widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" -widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" - -# Treeview buttons -widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*<GtkComboBox>.<GtkButton>" style "combobox" -widget_class "*<GtkOptionMenu>" style "combobox" - -# And disable separators on them -widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFontButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFileChooserButton>*<GtkSeparator>" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" - -# Join the Combo entry and button -widget_class "*<GtkCombo>*" style "combobox_entry" - -# Tweak the padding on the button a little bit because it -# uses it a bit differently -widget_class "*<GtkCombo>.<GtkButton>" style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there -# isn't a way to apply the style to only the comboboxes that -# have an entry inside - -# Tool buttons have different styles -widget_class "*<GtkToolButton>*<GtkButton>" style "tool_button" -widget_class "*<GtkVBox>*<GtkEventBox>.<GtkToolbar>*<GtkButton>" style "tool_button" - -# Notebooks -widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" -widget_class "*<GtkNotebook>.<GtkHBox>.<GtkLabel>" style "notebook_tab_label" - -# Notebooks are white, act accordingly -widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" -widget_class "*<GtkNotebook>*<GtkProgressBar>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GimpRuler>" style "notebook_bg" -widget_class "*<GtkNotebook>.<GimpDisplayShell>*<GtkEventBox>" style "notebook_bg" - -# However, stuff inside eventboxes inside notebooks is grey -# again, react -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "normal_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkProgressBar>" style "normal_bg" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "normal_bg" - -# Button labels -widget_class "*<GtkButton>.<GtkLabel>" style "button_label" - -# Normalize button labels -widget_class "*<GtkCheckButton>.<GtkLabel>" style "normal_button_label" -widget_class "*<GtkOptionMenu>.<GtkLabel>" style "normal_button_label" - -# ComboBoxes tend to draw the button label with text[] -# instead of fg[], we need to fix that -widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview" - -# Disable white text shadows -widget_class "*<GtkLabel>" style "disable_text_shadow" -widget_class "*<GtkCellView>" style "disable_text_shadow" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-light.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-light@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-3.0/gtk-dark.css b/themes/.themes/Orchis-Light/gtk-3.0/gtk-dark.css deleted file mode 100644 index ee1874a..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,8557 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #3281EA 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #3281EA 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #F44336; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 6; - -GtkDialog-action-area-border: 6; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 12px; - -gtk-secondary-caret-color: #3281EA; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: white; - background-color: #414141; -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #3281EA; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 12px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 12px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -.background.csd { - border-radius: 0 0 18px 18px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #212121; - color: white; -} - -.gtkstyle-fallback:hover { - background-color: #141414; - color: white; -} - -.gtkstyle-fallback:active { - background-color: #080808; - color: white; -} - -.gtkstyle-fallback:disabled { - background-color: #212121; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #3281EA; - color: white; -} - -.view { - background-color: #2C2C2C; - color: white; -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview { - border-radius: 12px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 12px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label { - color: rgba(255, 255, 255, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: white; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 36px; - padding: 0 8px; - border-radius: 12px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: white; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #F44336; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #FBC02D; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #3C3C3C; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #3281EA; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #F44336; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #F44336; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FBC02D; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#3281EA), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3281EA), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, .nautilus-window.background.csd notebook > header tab button.flat:checked, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .nautilus-window.background.csd notebook > header tab button.flat:checked:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 12px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 5px; - color: white; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -/********* - * Links * - *********/ -*:link { - color: #3281EA; -} - -*:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 32px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 6px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 6px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 3px; -} - -spinbutton.vertical button.down { - margin: 0 3px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 3px 9px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 3px; - background-color: #212121; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.inline-toolbar { - padding: 6px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -searchbar > revealer > box, -.location-bar { - padding: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: white; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 18px 18px 0 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 12px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 12px; - margin-left: 3px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 12px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 6px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 6px; - padding-right: 6px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 24px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 18px 18px 0 0; - border: none; - padding: 6px 3px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 24px; - min-width: 24px; - margin: 0 3px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 48px; - padding: 0 6px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #2C2C2C; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar separator.titlebutton { - margin-top: 12px; - margin-bottom: 12px; - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 3px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 12px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(255, 255, 255, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: white; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #2C2C2C; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 3px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 12px; -} - -menu { - margin: 3px; - padding: 6px; - background-color: #3C3C3C; - background-clip: border-box; -} - -.background > menu { - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 9px; - color: white; - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: white; -} - -menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: #505050; -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 6px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - border-radius: 8px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 11px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: white; - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 11px; -} - -popover.background.combo { - padding: 6px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 6px; -} - -popover.background > stack { - margin: -2px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 12px; - margin: 0; -} - -popover.background separator { - margin: 3px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 6px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame, notebook.frame > stack { - border-radius: 6px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 6px 6px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 12px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 12px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 6px 6px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 6px 6px; -} - -notebook > header.left > tabs > tab { - border-radius: 6px 0 0 6px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 6px 6px 0; -} - -notebook.frame > header.top { - border-radius: 6px 6px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 6px 6px; -} - -notebook.frame > header.left { - border-radius: 6px 0 0 6px; -} - -notebook.frame > header.right { - border-radius: 0 6px 6px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; -} - -.background.csd notebook.frame > header.left { - border-radius: 12px 0 0 12px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 12px 0 0 12px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 12px 12px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 12px 12px 0; -} - -notebook > header { - border-width: 1px; - border-color: #404040; - background-color: #212121; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 12px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: white; -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #3281EA; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 12px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 12px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 13px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 12px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #3281EA; -} - -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification > box > label { - padding-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: white; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 3px 6px; - border: 1px solid rgba(255, 255, 255, 0.12); - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.3); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #3C3C3C; -} - -messagedialog .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -messagedialog .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -messagedialog.csd.background { - border-bottom-left-radius: 18px; - border-bottom-right-radius: 18px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -6px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 6px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #3281EA; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #F44336; -} - -.csd filechooser { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 18px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 18px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #2C2C2C; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 6px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 12px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 11px 11px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 11px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 11px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 11px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 18px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 18px 18px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 11px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 12px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 18px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; -} - -.solid-csd decoration:backdrop { - background-color: #2C2C2C; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#3281EA, 0.08); - background-image: radial-gradient(circle, alpha(#3281EA, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - margin: 3px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 12px; - background-color: #2C2C2C; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); - margin: 0 0 12px 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 6px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 6px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 18px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 18px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 18px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: white; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #2C2C2C; - border-radius: 16px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #2d3949; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 18px 18px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; - border-style: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 6px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: white; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #3281EA; - color: #3281EA; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -.conflict-row:not(:selected) { - background-color: #6a582c; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window paned > separator { - background-color: #242424; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 18px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #242424; - border-bottom-left-radius: 18px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 18px 18px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 6px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 18px 18px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -66px; - padding-right: 66px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -66px; - padding-left: 66px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #3C3C3C; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 6px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -3px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -3px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#242424); -} - -.csd .tweak-categories { - border-bottom-left-radius: 18px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#2C2C2C); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#2C2C2C); -} - -.tweak-group-startup { - background-image: image(#2C2C2C); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 12px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 18px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 18px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 18px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 18px; - border-top-left-radius: 18px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 18px 18px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #2C2C2C; - border-bottom-right-radius: 18px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 12px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #2C2C2C; - border-bottom-left-radius: 18px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 18px 18px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 3px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 18px 18px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 18px 18px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 18px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #212121; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - padding: 3px 3px 0; -} - -tabbox > tab { - border-radius: 12px 12px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 18px; -} - -#weather-page-content-view { - border-bottom-right-radius: 18px; - border-bottom-left-radius: 18px; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 18px 18px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 18px; - border-top-right-radius: 18px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 18px; - border-top-right-radius: 18px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -stack.view.polari-entry-area { - background-color: #212121; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 18px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#212121); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -layouttabbar > box > button { - margin: 2px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -2px #3281EA; - background-color: #2C2C2C; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #F44336; - color: white; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 12px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 12px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -preferences stacksidebar.sidebar list { - background-color: #242424; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 12px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 12px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 6px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #3281EA 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #3281EA; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: white; -} - -dockoverlayedge { - background-color: #212121; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #3281EA; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #3281EA; -} - -pillbox { - background-color: #212121; - border-radius: 12px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; -} - -button.dzlmenubutton image { - min-width: 30px; -} - -button.dzlmenubutton image.arrow { - min-width: 27px; -} - -button.dzlmenubuttonitem { - color: white; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -idelayoutstackheader button:checked { - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #212121; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(50, 129, 234, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #3281EA; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #3281EA; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3281EA; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: white; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: white; -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel .view { - background-image: image(#242424); -} - -.side-panel .view:hover { - background-image: image(#363636); -} - -.side-panel .view:selected { - background-image: image(#3281EA); -} - -.side-panel .view:selected:hover { - background-image: image(#428bec); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 18px 18px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 18px 18px; - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 18px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 18px; - background-color: #212121; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 18px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 18px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 6px 0 3px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -6px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -6px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 18px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -list.categories { - background-image: image(#242424); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 12px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 36px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 18px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: white; - background-color: #212121; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #242424; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #2C2C2C; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #2C2C2C; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - background-color: #2C2C2C; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 18px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 18px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 18px 18px; - background-color: #2C2C2C; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 12px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 18px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#3C3C3C); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 32px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #212121; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 12px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -notebook.meld-notebook > stack { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -.meld-notebook-child { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #3C3C3C; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #404040; -} - -window.background.chromium > button { - color: #3281EA; -} - -window.background.chromium > button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 12px; -} - -window.background.chromium spinner { - color: #3281EA; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #3281EA; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(255, 255, 255, 0.3); - background-color: #2C2C2C; -} - -tooltip.background.chromium { - color: white; - background-color: #191919; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #3C3C3C; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #3281EA; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #404040; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #404040; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #404040; - border-radius: 12px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(255, 255, 255, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #2C2C2C; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #3281EA; - box-shadow: inset 0 0 0 1px #3281EA; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #242424; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: white; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#MozillaGtkWidget > widget > frame { - color: #404040; -} - -#MozillaGtkWidget menu > separator { - color: #404040; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 11px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 12px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 12px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #2C2C2C; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #2C2C2C; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#3281EA); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #3281EA; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 18px 18px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -UnityDecoration .top:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #3281EA; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #3281EA; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #3281EA; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(255, 255, 255, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.2); - background-color: #3C3C3C; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: white; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 6px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #3281EA; -} - -.brisk-menu .session-button { - padding: 12px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: white; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 12px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #2C2C2C; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 12px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - color: white; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #3281EA; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 12px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #3281EA; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 12px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #2C2C2C; - border-color: #2C2C2C; -} - -.budgie-popover .container { - padding: 6px; -} - -.budgie-popover separator { - margin: 3px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: white; - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(255, 255, 255, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: white; - padding: 3px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(255, 255, 255, 0.04); - border-right: none; - border-bottom-left-radius: 12px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - padding: 6px; - margin: 6px; - border-radius: 11px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 3px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(255, 255, 255, 0.12); - padding: 6px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 6px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 6px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 3px; - outline-width: 0; - border-radius: 12px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 3px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 6px; -} - -.budgie-popover.places-menu .container { - padding: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 2px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 12px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 3px 0; - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(33, 33, 33, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 18px 18px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: white; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 18px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 18px 18px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 18px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 18px; -} - -.right .budgie-panel.dock-mode { - border-radius: 18px 0 0 18px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 18px; -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: white; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #3281EA; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: white; -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 6px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 6px; - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -4px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 6px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 3px; - margin-right: 3px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 3px; - padding-right: 3px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #3C3C3C; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 12px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 36px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 12px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 12px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 12px; -} - -image.raven-mpris { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border-radius: 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 6px 6px 6px 12px; - margin: 3px; - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 6px; - border-radius: 18px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 12px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 12px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 24px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 24px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 18px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 18px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 18px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #F44336; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 14px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: white; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #242424; - border-bottom-left-radius: 18px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 12px; -} - -button.centerbutton:first-child { - border-radius: 12px 0 0 12px; -} - -button.centerbutton:last-child { - border-radius: 0 12px 12px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #2C2C2C; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(255, 255, 255, 0.7); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(255, 255, 255, 0.7); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#3281EA) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #3281EA; -} - -XfdesktopIconView.view { - border-radius: 12px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 12px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #212121; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #2C2C2C; -} - -window#whiskermenu-window > frame > border { - border-radius: 18px; - padding: 6px 8px 6px 9px; - margin: 6px; - border: none; - background-color: rgba(33, 33, 33, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 3px; - background-color: #2C2C2C; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 12px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 18px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 18px; - background-color: rgba(33, 33, 33, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 6px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 12px; - box-shadow: none; - background-color: #3C3C3C; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #3281EA; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #2C2C2C; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: white; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #242424; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #646464; - -NemoPlacesTreeView-disk-full-fg-color: #3281EA; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis-Light/gtk-3.0/gtk.css b/themes/.themes/Orchis-Light/gtk-3.0/gtk.css deleted file mode 100644 index 461c71e..0000000 --- a/themes/.themes/Orchis-Light/gtk-3.0/gtk.css +++ /dev/null @@ -1,8560 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #1A73E8 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #1A73E8 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #E53935; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 6; - -GtkDialog-action-area-border: 6; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 12px; - -gtk-secondary-caret-color: #1A73E8; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(235, 235, 235, 0.987); -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #1A73E8; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 12px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 12px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.background.csd { - border-radius: 0 0 18px 18px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:hover { - background-color: #e5e5e5; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:active { - background-color: #d9d9d9; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:disabled { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.38); -} - -.gtkstyle-fallback:selected { - background-color: #1A73E8; - color: white; -} - -.view { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #FFFFFF; -} - -textview border { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.6); -} - -iconview { - border-radius: 12px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 12px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(0, 0, 0, 0.6); -} - -label:disabled { - color: rgba(0, 0, 0, 0.38); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -.dim-label { - color: rgba(0, 0, 0, 0.6); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(0, 0, 0, 0.38); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: rgba(0, 0, 0, 0.87); -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 36px; - padding: 0 8px; - border-radius: 12px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #1A73E8; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(0, 0, 0, 0.6); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.26) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.26) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #E53935; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #FFD600; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #1A73E8; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #1A73E8; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #E53935; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #E53935; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FFD600; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #FFFFFF; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#1A73E8), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1A73E8), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(0, 0, 0, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #1A73E8; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.6); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 12px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #1A73E8; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(26, 115, 232, 0.2), 0 4px 3px 0 rgba(26, 115, 232, 0.14), 0 1px 6px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:checked { - background-color: #5f9def; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(26, 115, 232, 0.3), 0 2px 3px -1px rgba(26, 115, 232, 0.24), 0 2px 5px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1A73E8; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.suggested-action.flat:checked { - background-color: rgba(26, 115, 232, 0.3); -} - -button.destructive-action { - background-color: #E53935; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(229, 57, 53, 0.2), 0 4px 3px 0 rgba(229, 57, 53, 0.14), 0 1px 6px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:checked { - background-color: #ed7472; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(229, 57, 53, 0.3), 0 2px 3px -1px rgba(229, 57, 53, 0.24), 0 2px 5px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #E53935; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.destructive-action.flat:checked { - background-color: rgba(229, 57, 53, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 5px; - color: rgba(0, 0, 0, 0.87); -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -/********* - * Links * - *********/ -*:link { - color: #1A73E8; -} - -*:visited { - color: #AB47BC; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1A73E8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #AB47BC; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 32px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 6px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 6px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton.vertical button.up { - margin: 0 3px; -} - -spinbutton.vertical button.down { - margin: 0 3px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 3px 9px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.26); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #1A73E8; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 3px; - background-color: #F2F2F2; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.inline-toolbar { - padding: 6px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FAFAFA; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -searchbar > revealer > box, -.location-bar { - padding: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(0, 0, 0, 0.38); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 18px 18px 0 0; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.titlebar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -.titlebar:backdrop:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(0, 0, 0, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 12px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 12px; - margin-left: 3px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 12px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 6px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 6px; - padding-right: 6px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 24px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - border-radius: 18px 18px 0 0; - border: none; - padding: 6px 3px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 24px; - min-width: 24px; - margin: 0 3px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 48px; - padding: 0 6px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #FFFFFF; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar separator.titlebutton { - margin-top: 12px; - margin-bottom: 12px; - background-color: rgba(0, 0, 0, 0.12); -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 3px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #1A73E8 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 12px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #1A73E8 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(0, 0, 0, 0.26); - border-top-color: rgba(0, 0, 0, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(0, 0, 0, 0.6); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view.progressbar { - border-bottom: 6px solid #1A73E8; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #FFFFFF; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; - background-clip: border-box; - color: #1A73E8; -} - -treeview.view acceleditor > label { - background-color: #1A73E8; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 3px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(0, 0, 0, 0.6); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(0, 0, 0, 0.26); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 12px; -} - -menu { - margin: 3px; - padding: 6px; - background-color: #FFFFFF; - background-clip: border-box; -} - -.background > menu { - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 9px; - color: rgba(0, 0, 0, 0.87); - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -menu menuitem:disabled { - color: rgba(0, 0, 0, 0.38); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: rgba(235, 235, 235, 0.987); -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 6px; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); - border-radius: 8px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(0, 0, 0, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 11px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(0, 0, 0, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: rgba(0, 0, 0, 0.87); - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(0, 0, 0, 0.6); -} - -menuitem:disabled accelerator { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 11px; -} - -popover.background.combo { - padding: 6px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 6px; -} - -popover.background > stack { - margin: -2px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #FFFFFF; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 12px; - margin: 0; -} - -popover.background separator { - margin: 3px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 6px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; - background-clip: padding-box; - border-color: #dedede; - color: rgba(0, 0, 0, 0.87); -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #FFFFFF; -} - -notebook { - background-color: #FFFFFF; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #FAFAFA; -} - -notebook.frame, notebook.frame > stack { - border-radius: 6px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 6px 6px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 12px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 12px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 6px 6px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 6px 6px; -} - -notebook > header.left > tabs > tab { - border-radius: 6px 0 0 6px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 6px 6px 0; -} - -notebook.frame > header.top { - border-radius: 6px 6px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 6px 6px; -} - -notebook.frame > header.left { - border-radius: 6px 0 0 6px; -} - -notebook.frame > header.right { - border-radius: 0 6px 6px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; -} - -.background.csd notebook.frame > header.left { - border-radius: 12px 0 0 12px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 12px 0 0 12px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 12px 12px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 12px 12px 0; -} - -notebook > header { - border-width: 1px; - border-color: #dedede; - background-color: #F2F2F2; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar slider:hover { - background-color: rgba(0, 0, 0, 0.38); -} - -scrollbar slider:active { - background-color: rgba(0, 0, 0, 0.6); -} - -scrollbar slider:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(255, 255, 255, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.26); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(26, 115, 232, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #FFFFFF; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #1A73E8; - color: #1A73E8; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #0F9D58; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 12px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(0, 0, 0, 0.6); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #0F9D58; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #1A73E8; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scale trough:disabled { - background-color: rgba(0, 0, 0, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#1A73E8); -} - -scale highlight:disabled { - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.26); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(0, 0, 0, 0.6); -} - -scale indicator { - background-color: rgba(0, 0, 0, 0.26); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.15); -} - -progressbar progress { - border-radius: 12px; - background-color: #1A73E8; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #1A73E8; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #FFD600; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #1A73E8; -} - -levelbar block.full { - background-color: #0F9D58; -} - -levelbar block.empty { - background-color: rgba(0, 0, 0, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 12px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 13px; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 12px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #1A73E8; -} - -list { - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: rgba(0, 0, 0, 0.87); -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(0, 0, 0, 0.38); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #1A73E8; -} - -.app-notification > box > label { - padding-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(0, 0, 0, 0.6); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: rgba(0, 0, 0, 0.87); -} - -expander title > arrow:disabled { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 3px 6px; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -calendar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(0, 0, 0, 0.26); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #FFFFFF; -} - -messagedialog .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -messagedialog .titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -messagedialog.csd.background { - border-bottom-left-radius: 18px; - border-bottom-right-radius: 18px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -6px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 6px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #1A73E8; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #E53935; -} - -.csd filechooser { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 18px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 18px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #FAFAFA; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(0, 0, 0, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(0, 0, 0, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #FAFAFA; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -row image.sidebar-icon:disabled { - color: rgba(0, 0, 0, 0.26); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #1A73E8; -} - -placessidebar.sidebar row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #1A73E8; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #1A73E8; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #FFFFFF; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #1A73E8; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #1A73E8; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #3181ea; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #ffda1a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #E53935; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #e84f4c; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 6px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 11px 11px 0 0; - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button:only-child { - border-radius: 11px; -} - -colorswatch#add-color-button overlay { - background-color: #FFFFFF; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 11px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 11px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #F2F2F2; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 18px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 18px 18px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 11px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 12px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 18px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.solid-csd decoration:backdrop { - background-color: #FFFFFF; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #1A73E8; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - color: rgba(0, 0, 0, 0.87); - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #1A73E8; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#1A73E8, 0.08); - background-image: radial-gradient(circle, alpha(#1A73E8, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #1A73E8; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -button.emoji-section { - margin: 3px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #1A73E8; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 12px; - background-color: #FFFFFF; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 18px; - color: rgba(0, 0, 0, 0.6); - margin: 0 0 12px 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: rgba(26, 115, 232, 0.08); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 6px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 6px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #FFFFFF; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-light.png"), url("assets/row-selected-light@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 18px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 18px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 18px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: #dedede; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.04); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #FFFFFF; - border-radius: 16px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #ddeafc; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 18px 18px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; - border-style: none; - border-radius: 9999px; - background-color: rgba(242, 242, 242, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; - margin: 6px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: rgba(0, 0, 0, 0.87); -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(0, 0, 0, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(0, 0, 0, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(0, 0, 0, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(0, 0, 0, 0.38); -} - -.disk-space-display.unknown { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.26); -} - -.disk-space-display.used { - background-color: #1A73E8; - color: #1A73E8; -} - -.disk-space-display.free { - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.conflict-row:not(:selected) { - background-color: #fff3b3; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window paned > separator { - background-color: #FAFAFA; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 18px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #FAFAFA; - border-bottom-left-radius: 18px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0 0 18px 18px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 6px; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 18px 18px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -66px; - padding-right: 66px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -66px; - padding-left: 66px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #FFFFFF; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 6px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -3px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -3px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#FAFAFA); -} - -.csd .tweak-categories { - border-bottom-left-radius: 18px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#FFFFFF); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#FFFFFF); -} - -.tweak-group-startup { - background-image: image(#FFFFFF); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 12px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(0, 0, 0, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 18px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 18px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 18px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 18px; - border-top-left-radius: 18px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 18px 18px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #FFFFFF; - border-bottom-right-radius: 18px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 12px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #FFFFFF; - border-bottom-left-radius: 18px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 18px 18px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 3px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 18px 18px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 18px 18px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 18px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #F2F2F2; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - padding: 3px 3px 0; -} - -tabbox > tab { - border-radius: 12px 12px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 18px; -} - -#weather-page-content-view { - border-bottom-right-radius: 18px; - border-bottom-left-radius: 18px; -} - -statuspage.search-view entry.search { - background-color: #FFFFFF; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 18px 18px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 18px; - border-top-right-radius: 18px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 18px; - border-top-right-radius: 18px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #1A73E8; - color: white; -} - -stack.view.polari-entry-area { - background-color: #F2F2F2; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-bottom-right-radius: 18px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#F2F2F2); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -layouttabbar > box > button { - margin: 2px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - box-shadow: inset 0 -2px #1A73E8; - background-color: #FFFFFF; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #E53935; - color: white; -} - -window.workbench treeview.image { - color: rgba(0, 0, 0, 0.6); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 12px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 12px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(0, 0, 0, 0.6); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; - background-color: #FFFFFF; -} - -preferences stacksidebar.sidebar list { - background-color: #FAFAFA; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 12px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 12px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 6px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #1A73E8 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #1A73E8; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -dockoverlayedge { - background-color: #F2F2F2; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #1A73E8; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #1A73E8; -} - -pillbox { - background-color: #F2F2F2; - border-radius: 12px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; - background-color: #FFFFFF; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; -} - -button.dzlmenubutton image { - min-width: 30px; -} - -button.dzlmenubutton image.arrow { - min-width: 27px; -} - -button.dzlmenubuttonitem { - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(0, 0, 0, 0.38); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -idelayoutstackheader button:checked { - color: rgba(0, 0, 0, 0.87); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #F2F2F2; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(26, 115, 232, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #1A73E8; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #1A73E8; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #1A73E8; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: rgba(0, 0, 0, 0.87); -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel .view { - background-image: image(#FAFAFA); -} - -.side-panel .view:hover { - background-image: image(rgba(234, 234, 234, 0.9896)); -} - -.side-panel .view:selected { - background-image: image(#1A73E8); -} - -.side-panel .view:selected:hover { - background-image: image(#2c7eea); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 18px 18px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 18px 18px; - background-color: #FFFFFF; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #FFFFFF; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 18px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 18px; - background-color: #F2F2F2; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 18px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 18px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 6px 0 3px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -6px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -6px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 18px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -list.categories { - background-image: image(#FAFAFA); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 12px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 36px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 18px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: rgba(0, 0, 0, 0.87); - background-color: #F2F2F2; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #FAFAFA; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #FFFFFF; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #FFFFFF; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(0, 0, 0, 0.12); - border-bottom-width: 0; - background-color: #FFFFFF; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 18px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 18px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 18px 18px; - background-color: #FFFFFF; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 12px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 18px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#FFFFFF); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 32px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #F2F2F2; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(0, 0, 0, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 12px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -notebook.meld-notebook > stack { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -.meld-notebook-child { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #FFFFFF; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #dedede; -} - -window.background.chromium > button { - color: #1A73E8; -} - -window.background.chromium > button:disabled { - color: rgba(0, 0, 0, 0.26); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(0, 0, 0, 0.6); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 12px; -} - -window.background.chromium spinner { - color: #1A73E8; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #1A73E8; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(0, 0, 0, 0.26); - background-color: #FFFFFF; -} - -tooltip.background.chromium { - color: white; - background-color: #343434; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #FFFFFF; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #1A73E8; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #dedede; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #dedede; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #dedede; - border-radius: 12px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(0, 0, 0, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #FFFFFF; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #1A73E8; - box-shadow: inset 0 0 0 1px #1A73E8; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #FAFAFA; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(0, 0, 0, 0.6); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: rgba(0, 0, 0, 0.87); -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(0, 0, 0, 0.26); -} - -#MozillaGtkWidget > widget > frame { - color: #dedede; -} - -#MozillaGtkWidget menu > separator { - color: #dedede; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 11px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 12px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 12px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #FFFFFF; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #FFFFFF; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#1A73E8); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #1A73E8; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 18px 18px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -UnityDecoration .top:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -UnityDecoration .menuitem { - color: rgba(0, 0, 0, 0.6); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px #1A73E8; - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(0, 0, 0, 0.6); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(0, 0, 0, 0.6); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px #1A73E8; - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #1A73E8; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(242, 242, 242, 0.65); - color: rgba(0, 0, 0, 0.6); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(0, 0, 0, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(0, 0, 0, 0.6); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: rgba(0, 0, 0, 0.87); -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #1A73E8; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #1A73E8; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 13px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(0, 0, 0, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 13px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(0, 0, 0, 0.6); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 6px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #1A73E8; -} - -.brisk-menu .session-button { - padding: 12px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 12px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #FFFFFF; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 12px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.04); - background-image: none; - color: rgba(0, 0, 0, 0.87); -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 13px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #1A73E8; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #1A73E8; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 12px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border-color: #FFFFFF; -} - -.budgie-popover .container { - padding: 6px; -} - -.budgie-popover separator { - margin: 3px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(0, 0, 0, 0.38); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(0, 0, 0, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: rgba(0, 0, 0, 0.87); - padding: 3px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(0, 0, 0, 0.04); - border-right: none; - border-bottom-left-radius: 12px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - padding: 6px; - margin: 6px; - border-radius: 11px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 3px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(0, 0, 0, 0.12); - padding: 6px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 6px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 6px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 3px; - outline-width: 0; - border-radius: 12px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 3px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 6px; -} - -.budgie-popover.places-menu .container { - padding: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 2px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(0, 0, 0, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(0, 0, 0, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 12px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 3px 0; - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(0, 0, 0, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(242, 242, 242, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 18px 18px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: rgba(0, 0, 0, 0.87); -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 18px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 18px 18px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 18px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 18px; -} - -.right .budgie-panel.dock-mode { - border-radius: 18px 0 0 18px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 18px; -} - -.budgie-panel button { - color: rgba(0, 0, 0, 0.6); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel button:active { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.raven-trigger { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(0, 0, 0, 0.26); -} - -.budgie-panel .alert { - color: #1A73E8; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(0, 0, 0, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 6px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(0, 0, 0, 0.38); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(0, 0, 0, 0.26); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 6px; - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -4px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 6px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 3px; - margin-right: 3px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 3px; - padding-right: 3px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #FFFFFF; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 12px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 36px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(0, 0, 0, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 12px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(0, 0, 0, 0.06); - color: rgba(0, 0, 0, 0.87); -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: rgba(0, 0, 0, 0.87); -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 12px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 12px; -} - -image.raven-mpris { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); - border-radius: 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 6px 6px 6px 12px; - margin: 3px; - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(0, 0, 0, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 6px; - border-radius: 18px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 12px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 12px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 24px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 24px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 18px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 18px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 18px; -} - -.budgie-polkit-dialog .message { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-polkit-dialog .failure { - color: #E53935; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 14px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #FAFAFA; - border-bottom-left-radius: 18px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 12px; -} - -button.centerbutton:first-child { - border-radius: 12px 0 0 12px; -} - -button.centerbutton:last-child { - border-radius: 0 12px 12px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #FFFFFF; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(242, 242, 242, 0.65); - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(0, 0, 0, 0.6); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(0, 0, 0, 0.6); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#1A73E8) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #1A73E8; -} - -XfdesktopIconView.view { - border-radius: 12px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 12px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #FFFFFF; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #FFFFFF; -} - -window#whiskermenu-window > frame > border { - border-radius: 18px; - padding: 6px 8px 6px 9px; - margin: 6px; - border: none; - background-color: rgba(255, 255, 255, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 3px; - background-color: #FFFFFF; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 12px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 18px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 18px; - background-color: rgba(255, 255, 255, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 6px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #dedede; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 12px; - box-shadow: none; - background-color: #FFFFFF; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #dedede; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #1A73E8; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #FFFFFF; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(0, 0, 0, 0.6); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #FAFAFA; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: rgba(182, 182, 182, 0.961); - -NemoPlacesTreeView-disk-full-fg-color: #1A73E8; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general */ -@define-color theme_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color */ -@define-color theme_bg_color #F2F2F2; -/* -text widgets and the like base background color */ -@define-color theme_base_color #FFFFFF; -/* -base background color of selections */ -@define-color theme_selected_bg_color #1A73E8; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #F2F2F2; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(0, 0, 0, 0.38); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #FAFAFA; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #F2F2F2; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #FFFFFF; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #1A73E8; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(0, 0, 0, 0.38); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FFD600; -@define-color error_color #E53935; -@define-color success_color #0F9D58; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title rgba(0, 0, 0, 0.87); -@define-color wm_unfocused_title rgba(0, 0, 0, 0.6); -@define-color wm_highlight rgba(255, 255, 255, 0.4); -@define-color wm_bg #FFFFFF; -@define-color wm_unfocused_bg #FFFFFF; -/* -FIXME this is really an API */ -@define-color content_view_bg #FFFFFF; -@define-color placeholder_text_color #666666; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #FFFFFF; -@define-color budgie_tasklist_indicator_color rgba(0, 0, 0, 0.6); -@define-color budgie_tasklist_indicator_color_active #1A73E8; -@define-color budgie_tasklist_indicator_color_active_window rgba(106, 162, 236, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FFD600; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis-Light/gtk-3.0/thumbnail.png b/themes/.themes/Orchis-Light/gtk-3.0/thumbnail.png deleted file mode 100644 index 125393f..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-light.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-light@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis-Light/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/gtk-4.0/gtk-dark.css b/themes/.themes/Orchis-Light/gtk-4.0/gtk-dark.css deleted file mode 100644 index 0c2833b..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/gtk-dark.css +++ /dev/null @@ -1,7227 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -dnd { - color: white; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #2C2C2C; - color: white; -} - -iconview:disabled, .view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 6px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 12px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: white; - background-color: #2C2C2C; - border: 1px solid black; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -.accent { - color: #3281EA; -} - -.success { - color: #81C995; -} - -.warning { - color: #FBC02D; -} - -.error { - color: #F44336; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: white; -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: white; - background-color: #2C2C2C; - background-clip: padding-box; - border-radius: 12px; - border: none; -} - -.osd { - padding: 6px; - margin: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: white; - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background entry image, entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: white; -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 12px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; -} - -entry.error image { - color: #F44336; -} - -entry.error selection { - color: white; - background-color: #F44336; -} - -entry.error:focus-within { - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; - outline-color: #F44336; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(244, 67, 54, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(244, 67, 54, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; -} - -entry.success image { - color: #81C995; -} - -entry.success selection { - color: rgba(0, 0, 0, 0.87); - background-color: #81C995; -} - -entry.success:focus-within { - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; - outline-color: #81C995; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(129, 201, 149, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(129, 201, 149, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; -} - -entry.warning image { - color: #FBC02D; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FBC02D; -} - -entry.warning:focus-within { - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; - outline-color: #FBC02D; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(251, 192, 45, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(251, 192, 45, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #3281EA 0%, rgba(50, 129, 234, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #3281EA 95%, rgba(50, 129, 234, 0)); - } -} - -.nautilus-window tabbar tab > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:checked, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nautilus-window tabbar tab > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabbar tab > button.flat:checked:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 12px 0 0 12px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 12px 12px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 6px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 12px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 12px; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #3281EA; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #F44336; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #3281EA; -} - -link:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 12px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 6px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 3px; -} - -spinbutton.vertical > button.down { - margin: 0 3px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 6px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 6px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 6px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: white; -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 3px 6px; - background-color: #212121; - border-spacing: 6px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 6px; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar entry { - caret-color: white; -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); -} - -headerbar entry, headerbar entry > text { - color: white; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: white; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: white; - min-height: 48px; - padding: 0; - margin: 0; - background-color: #2C2C2C; - border-radius: 18px 18px 0 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #2C2C2C; -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #212121; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - border-radius: 18px 18px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: white; -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: white; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 6px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 6px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 6px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -headerbar.default-decoration { - min-height: 24px; - padding: 0; - background-image: none; - background-color: #2C2C2C; - border-radius: 18px 18px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 24px; - min-width: 24px; - margin: 6px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(50, 129, 234, 0.1)), linear-gradient(to top, #343434 3px, #393939); -} - -window.devel headerbar.titlebar:backdrop { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#2C2C2C); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 6px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 6px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 6px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 12px; - border-spacing: 3px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 3px; - margin-right: 3px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); - border: none; - border-radius: 12px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 10px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: white; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #404040; - border-top-color: #404040; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #2C2C2C; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: white; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #3281EA; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(50, 129, 234, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #2C2C2C; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 9px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 14px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 3px 32px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; - border: none; - border-radius: 11px; - color: white; -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(255, 255, 255, 0.12); - margin: 3px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 6px 12px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; - border-radius: 5px; - color: white; - font: initial; - text-shadow: none; - border-spacing: 6px; -} - -popover.background modelbutton accelerator { - color: rgba(255, 255, 255, 0.5); - margin-left: 30px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(255, 255, 255, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 6px 12px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #2C2C2C; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 24px; - min-width: 24px; - padding: 6px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #404040; - color: white; -} - -notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame { - border-radius: 12px; -} - -notebook.frame frame > border { - border: none; - border-radius: 12px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 12px 12px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; -} - -notebook.frame > header.left { - border-radius: 12px 0 0 12px; -} - -notebook.frame > header.right { - border-radius: 0 12px 12px 0; -} - -notebook > header { - border: none; - background-color: #212121; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #404040; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 12px 12px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #404040; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #404040; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 12px 0 0 12px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #404040; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 12px 12px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 12px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -16px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -16px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: white; -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #3281EA; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #3281EA; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale > trough > highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(255, 255, 255, 0.7); -} - -scale > marks indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 12px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: white; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 12px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 12px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 6px 18px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #2C2C2C; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 12px; -} - -separator.spacer.vertical { - min-height: 12px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.frame { - border-radius: 12px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(255, 255, 255, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #3281EA; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #3281EA; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 9px 12px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 12px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #2C2C2C; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #3281EA; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 9px; - border-spacing: 9px; - padding: 9px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: white; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -expander-widget > box > title { - border-radius: 12px; -} - -expander-widget > box > title:hover > expander { - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 12px; - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 12px; -} - -calendar > header { - padding: 3px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - min-height: 24px; -} - -calendar > grid { - margin: 3px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 9px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #3C3C3C; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -window.dialog.message .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -window.dialog.message.csd .dialog-action-area { - padding: 6px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 6px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #3281EA; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #F44336; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 6px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 6px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #3281EA; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #F44336; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 6px; - background-color: #242424; -} - -stacksidebar row { - min-height: 24px; - padding: 6px 9px; - border-radius: 6px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 6px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #212121; - color: white; -} - -.navigation-sidebar > row { - min-height: 24px; - padding: 6px 9px; - border-radius: 0 9999px 9999px 0; - margin: 0 6px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #3281EA; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.navigation-sidebar > separator { - margin: 6px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 6px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 3px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 6px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 12px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 6px; - border-spacing: 12px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: white; - background-color: #2C2C2C; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 6px 12px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(25, 25, 25, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 6px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 6px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 11px 11px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 11px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 11px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 11px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 18px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd.messagedialog { - background-color: #3C3C3C; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.about.background, window.csd.about.background:backdrop, window.csd.info.background, window.csd.info.background:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; -} - -window.solid-csd:backdrop { - background-color: #2C2C2C; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #3281EA; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 12px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 6px; - border-spacing: 6px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 6px; - border-radius: 9px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: white; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #2C2C2C; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 12px 12px; - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 18px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 6px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 6px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #3281EA; - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 3px 3px 3px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px #404040; -} - -.nautilus-window tabbar tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: white; -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window placesview label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window placesview label:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window infobar { - margin: 3px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 6px; -} - -.nautilus-window label.search-information { - margin: 3px; - border-radius: 6px; -} - -.nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; - border: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 8px; -} - -#NautilusQueryEditor:focus-within { - color: white; -} - -#NautilusQueryEditor:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 28px; - min-height: 28px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 6px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 3px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: white; -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 3px; - padding: 0; - min-height: 22px; - min-width: 22px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 18px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #2C2C2C; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #2C2C2C; -} - -#displayitem { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(255, 255, 255, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 12px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 12px; -} - -label.primary-label, label.month-name { - color: #3281EA; -} - -label.secondary-label { - color: rgba(255, 255, 255, 0.5); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #3281EA; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#3281EA, 0.3); -} - -popover.events { - background-color: #212121; - padding: 0; -} - -popover.events box { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -popover.events list { - background-color: #2C2C2C; - border-radius: 12px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 12px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 12px; -} - -event.timed widget.edge { - border-radius: 6px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 6px 6px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 6px 0 0 6px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #2C2C2C; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 3px; - padding: 0; - min-height: 36px; - min-width: 36px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: white; - border-radius: 50%; - min-height: 3px; - min-width: 3px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #3281EA; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #3281EA; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #3281EA; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(255, 255, 255, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(255, 255, 255, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 12px 12px 18px 12px; - color: rgba(255, 255, 255, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.week-header.lines { - color: rgba(255, 255, 255, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 6px; -} - -.week-view .lines { - color: rgba(255, 255, 255, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#3281EA, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#3281EA, 0.25); -} - -monthcell { - border: solid 1px rgba(255, 255, 255, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #242424; - transition: background-color 200ms; - color: white; -} - -monthcell:selected { - background-color: alpha(#3281EA, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#3281EA, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#3281EA, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#3281EA, 0.3); - color: #3281EA; -} - -monthcell.today:selected { - background-color: alpha(#3281EA, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#3281EA, 0.35); -} - -monthcell label { - color: white; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(255, 255, 255, 0.04); -} - -monthcell.out-of-month label { - color: rgba(255, 255, 255, 0.7); -} - -monthcell button { - padding: 0 6px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 12px; - padding: 6px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 12px; -} - -agenda-view list > label { - padding: 6px 12px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 6px; -} - -datechooser .current-week { - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 12px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 6px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 6px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 6px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 21px; - border: none; - border-radius: 12px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 9px 15px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 12px 12px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 12px 0 0 12px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(255, 255, 255, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 6px; - margin: 6px; -} - -.context-tile-lozenge.grey { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #4cb168; - background-color: rgba(129, 201, 149, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #d79b04; - background-color: rgba(251, 192, 45, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #d2190b; - background-color: rgba(244, 67, 54, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(255, 255, 255, 0.7); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 24px; - min-width: 24px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 6px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 24px; - background-color: rgba(255, 255, 255, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 3px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 24px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 3px; - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #212121; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 12px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 12px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #3281EA; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: #4c4c4c; - color: white; -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #F44336; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #3281EA; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 6px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #3281EA; - color: white; -} - -menubutton.destructive-action { - background-color: #F44336; - color: white; -} - -menubutton.opaque { - background-color: #4c4c4c; - color: white; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 12px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 12px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 6px; - margin-bottom: 6px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(255, 255, 255, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: white; -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 12px; -} - -splitbutton.suggested-action { - background-color: #3281EA; - color: white; -} - -splitbutton.destructive-action { - background-color: #F44336; - color: white; -} - -splitbutton.opaque { - background-color: #4c4c4c; - color: white; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 6px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 12px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 6px; - padding: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 12px; -} - -toast:dir(rtl) { - padding-right: 12px; -} - -toast > widget { - margin: 0 6px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 12px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: padding-box; - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 6px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; -} - -preferencesgroup > box > box.single-line { - min-height: 36px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(255, 255, 255, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(255, 255, 255, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #3281EA; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.04); - margin-top: 6px; - margin-bottom: 6px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #3281EA; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #3281EA; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 7px; - padding-bottom: 5px; - border-spacing: 4px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 8px; - padding-right: 8px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 12px; - border-spacing: 6px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 6px; - min-height: 6px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #3281EA; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 28px; - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - padding: 0; - box-shadow: inset 0 -1px #404040; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 9px; - margin-bottom: 9px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 9px 6px; - background: alpha(#3281EA, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 12px 12px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(255, 255, 255, 0.7); - padding: 6px 12px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #404040; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 12px 12px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #2C2C2C; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 12px 12px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #2C2C2C; -} - -dnd tab { - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - margin: 24px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#3281EA, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #242424; - color: white; - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#3281EA,#242424,0.7); - color: white; -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#242424,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 18px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 18px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #2C2C2C; - color: white; -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#3281EA,#2C2C2C,0.7); - color: white; -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#2C2C2C,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #3281EA; -@define-color accent_fg_color white; -@define-color accent_color #3281EA; -@define-color destructive_bg_color #F44336; -@define-color destructive_fg_color white; -@define-color destructive_color #F44336; -@define-color success_bg_color #81C995; -@define-color success_fg_color rgba(0, 0, 0, 0.87); -@define-color success_color #81C995; -@define-color warning_bg_color #FBC02D; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FBC02D; -@define-color error_bg_color #F44336; -@define-color error_fg_color white; -@define-color error_color #F44336; -@define-color window_bg_color #212121; -@define-color window_fg_color white; -@define-color view_bg_color #2C2C2C; -@define-color view_fg_color white; -@define-color headerbar_bg_color #2C2C2C; -@define-color headerbar_fg_color white; -@define-color headerbar_border_color rgba(255, 255, 255, 0.12); -@define-color headerbar_backdrop_color #2C2C2C; -@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); -@define-color card_bg_color #2C2C2C; -@define-color card_fg_color white; -@define-color card_shade_color rgba(255, 255, 255, 0.12); -@define-color dialog_bg_color #242424; -@define-color dialog_fg_color white; -@define-color popover_bg_color #3C3C3C; -@define-color popover_fg_color white; -@define-color shade_color rgba(255, 255, 255, 0.12); -@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/themes/.themes/Orchis-Light/gtk-4.0/gtk.css b/themes/.themes/Orchis-Light/gtk-4.0/gtk.css deleted file mode 100644 index f6437ee..0000000 --- a/themes/.themes/Orchis-Light/gtk-4.0/gtk.css +++ /dev/null @@ -1,7221 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #1A73E8 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #1A73E8 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -dnd { - color: rgba(0, 0, 0, 0.87); -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -iconview:disabled, .view:disabled { - color: rgba(0, 0, 0, 0.38); -} - -textview text { - background-color: #FFFFFF; -} - -textview border { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.6); -} - -iconview:hover, iconview:selected { - border-radius: 6px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 12px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: 1px solid black; -} - -label.separator { - color: rgba(0, 0, 0, 0.6); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(0, 0, 0, 0.38); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(0, 0, 0, 0.6); -} - -.accent { - color: #1A73E8; -} - -.success { - color: #0F9D58; -} - -.warning { - color: #FFD600; -} - -.error { - color: #E53935; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(0, 0, 0, 0.38); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: rgba(0, 0, 0, 0.87); -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - background-clip: padding-box; - border-radius: 12px; - border: none; -} - -.osd { - padding: 6px; - margin: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - outline-color: #1A73E8; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(0, 0, 0, 0.38); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -headerbar popover.background entry image, entry image { - color: rgba(0, 0, 0, 0.6); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 12px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(229, 57, 53, 0.08); - color: #E53935; -} - -entry.error image { - color: #E53935; -} - -entry.error selection { - color: white; - background-color: #E53935; -} - -entry.error:focus-within { - background-color: rgba(229, 57, 53, 0.08); - color: #E53935; - outline-color: #E53935; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(229, 57, 53, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(229, 57, 53, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(15, 157, 88, 0.08); - color: #0F9D58; -} - -entry.success image { - color: #0F9D58; -} - -entry.success selection { - color: white; - background-color: #0F9D58; -} - -entry.success:focus-within { - background-color: rgba(15, 157, 88, 0.08); - color: #0F9D58; - outline-color: #0F9D58; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(15, 157, 88, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(15, 157, 88, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 214, 0, 0.08); - color: #FFD600; -} - -entry.warning image { - color: #FFD600; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FFD600; -} - -entry.warning:focus-within { - background-color: rgba(255, 214, 0, 0.08); - color: #FFD600; - outline-color: #FFD600; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(255, 214, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(255, 214, 0, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #1A73E8; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #FFFFFF; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #1A73E8 0%, rgba(26, 115, 232, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #1A73E8 95%, rgba(26, 115, 232, 0)); - } -} - -infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #1A73E8; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab > button.flat, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.6); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab > button.flat:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab > button.flat:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab > button.flat:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab > button.flat:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 12px 0 0 12px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 12px 12px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #1A73E8; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(26, 115, 232, 0.2), 0 4px 3px 0 rgba(26, 115, 232, 0.14), 0 1px 6px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:checked { - background-color: #5f9def; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(26, 115, 232, 0.3), 0 2px 3px -1px rgba(26, 115, 232, 0.24), 0 2px 5px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1A73E8; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.suggested-action.flat:checked { - background-color: rgba(26, 115, 232, 0.3); -} - -button.destructive-action { - background-color: #E53935; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(229, 57, 53, 0.2), 0 4px 3px 0 rgba(229, 57, 53, 0.14), 0 1px 6px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:checked { - background-color: #ed7472; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(229, 57, 53, 0.3), 0 2px 3px -1px rgba(229, 57, 53, 0.24), 0 2px 5px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #E53935; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.destructive-action.flat:checked { - background-color: rgba(229, 57, 53, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 6px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 12px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 12px; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #1A73E8; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #E53935; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #1A73E8; -} - -link:visited { - color: #AB47BC; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1A73E8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #AB47BC; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - border-radius: 12px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - outline-color: #1A73E8; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(0, 0, 0, 0.38); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 6px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 3px; -} - -spinbutton.vertical > button.down { - margin: 0 3px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 6px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 6px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 6px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.38); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 3px 6px; - background-color: #F2F2F2; - border-spacing: 6px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 6px; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(0, 0, 0, 0.38); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar entry { - caret-color: rgba(0, 0, 0, 0.87); -} - -headerbar entry { - background-color: rgba(0, 0, 0, 0.04); -} - -headerbar entry, headerbar entry > text { - color: rgba(0, 0, 0, 0.87); -} - -headerbar entry:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -headerbar entry image { - color: rgba(0, 0, 0, 0.6); -} - -headerbar entry image:hover, headerbar entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -headerbar entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.87); - min-height: 48px; - padding: 0; - margin: 0; - background-color: #FFFFFF; - border-radius: 18px 18px 0 0; -} - -headerbar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -headerbar:backdrop { - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; -} - -headerbar:backdrop:disabled { - color: rgba(0, 0, 0, 0.26); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(0, 0, 0, 0.38); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #F2F2F2; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.6); - border-radius: 18px 18px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(0, 0, 0, 0.6); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 6px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: rgba(0, 0, 0, 0.87); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(0, 0, 0, 0.26); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(0, 0, 0, 0.38); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(0, 0, 0, 0.6); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(0, 0, 0, 0.26); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 6px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 6px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -headerbar.default-decoration { - min-height: 24px; - padding: 0; - background-image: none; - background-color: #FFFFFF; - border-radius: 18px 18px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 24px; - min-width: 24px; - margin: 6px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #FFFFFF cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(26, 115, 232, 0.2)), linear-gradient(to top, #f7f7f7, #FFFFFF 3px, white); -} - -window.devel headerbar.titlebar:backdrop { - background: #FFFFFF cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#FFFFFF); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 6px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 6px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 6px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 12px; - border-spacing: 3px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 3px; - margin-right: 3px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); - border: none; - border-radius: 12px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 10px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #dedede; - border-top-color: #dedede; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #FFFFFF; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: rgba(0, 0, 0, 0.87); -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #1A73E8; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(26, 115, 232, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #1A73E8; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #FFFFFF; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; - background-clip: border-box; - color: #1A73E8; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #1A73E8; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -menubar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(0, 0, 0, 0.6); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -menubar > item:disabled { - color: rgba(0, 0, 0, 0.26); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 9px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 14px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 3px 32px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border: none; - border-radius: 11px; - color: rgba(0, 0, 0, 0.87); -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(0, 0, 0, 0.12); - margin: 3px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 6px 12px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #FFFFFF; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; - border-radius: 5px; - color: rgba(0, 0, 0, 0.87); - font: initial; - text-shadow: none; - border-spacing: 6px; -} - -popover.background modelbutton accelerator { - color: rgba(0, 0, 0, 0.38); - margin-left: 30px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(0, 0, 0, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 6px 12px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #FFFFFF; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 24px; - min-width: 24px; - padding: 6px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #dedede; - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; - background-clip: padding-box; - border-color: #dedede; - color: rgba(0, 0, 0, 0.87); - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -notebook > header tab:checked.reorderable-page { - background-color: #FFFFFF; -} - -notebook { - background-color: #FFFFFF; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #FAFAFA; -} - -notebook.frame { - border-radius: 12px; -} - -notebook.frame frame > border { - border: none; - border-radius: 12px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 12px 12px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; -} - -notebook.frame > header.left { - border-radius: 12px 0 0 12px; -} - -notebook.frame > header.right { - border-radius: 0 12px 12px 0; -} - -notebook > header { - border: none; - background-color: #F2F2F2; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #dedede; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 12px 12px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #dedede; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #dedede; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 12px 0 0 12px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #dedede; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 12px 12px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 12px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(0, 0, 0, 0.38); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(0, 0, 0, 0.6); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(255, 255, 255, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.26); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(26, 115, 232, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #FFFFFF; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #1A73E8; - color: #1A73E8; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -16px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -16px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #0F9D58; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(0, 0, 0, 0.6); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #0F9D58; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scale > trough:disabled { - background-color: rgba(0, 0, 0, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #1A73E8; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #1A73E8; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#1A73E8); -} - -scale > trough > highlight:disabled { - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.26); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(0, 0, 0, 0.6); -} - -scale > marks indicator { - background-color: rgba(0, 0, 0, 0.26); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.15); -} - -progressbar progress { - border-radius: 12px; - background-color: #1A73E8; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #1A73E8; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #FFD600; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #1A73E8; -} - -levelbar block.full { - background-color: #0F9D58; -} - -levelbar block.empty { - background-color: rgba(0, 0, 0, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: rgba(0, 0, 0, 0.87); - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 12px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 12px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 6px 18px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #FFFFFF; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 12px; -} - -separator.spacer.vertical { - min-height: 12px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: padding-box; - color: rgba(0, 0, 0, 0.6); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -list.frame { - border-radius: 12px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: rgba(0, 0, 0, 0.87); -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(0, 0, 0, 0.38); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(0, 0, 0, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #1A73E8; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #1A73E8; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 9px 12px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 12px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(0, 0, 0, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #FFFFFF; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #1A73E8; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 9px; - border-spacing: 9px; - padding: 9px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #1A73E8; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: rgba(0, 0, 0, 0.87); -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -expander-widget > box > title { - border-radius: 12px; -} - -expander-widget > box > title:hover > expander { - color: rgba(0, 0, 0, 0.6); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 12px; - color: rgba(0, 0, 0, 0.87); -} - -calendar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -calendar:selected { - border-radius: 12px; -} - -calendar > header { - padding: 3px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -calendar > header > button { - min-height: 24px; -} - -calendar > grid { - margin: 3px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 9px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #FFFFFF; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -window.dialog.message .titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -window.dialog.message.csd .dialog-action-area { - padding: 6px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 6px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #1A73E8; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #E53935; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 6px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 6px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #1A73E8; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #E53935; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(0, 0, 0, 0.6); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #FAFAFA; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(0, 0, 0, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 6px; - background-color: #FAFAFA; -} - -stacksidebar row { - min-height: 24px; - padding: 6px 9px; - border-radius: 6px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 6px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.navigation-sidebar > row { - min-height: 24px; - padding: 6px 9px; - border-radius: 0 9999px 9999px 0; - margin: 0 6px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #1A73E8; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.navigation-sidebar > separator { - margin: 6px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -row image.sidebar-icon:disabled { - color: rgba(0, 0, 0, 0.26); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 6px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 3px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 6px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 12px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 6px; - border-spacing: 12px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #1A73E8; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #1A73E8; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #3181ea; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #ffda1a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #E53935; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #e84f4c; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 6px 12px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(52, 52, 52, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 6px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 6px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 11px 11px 0 0; - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button:only-child { - border-radius: 11px; -} - -colorswatch#add-color-button overlay { - background-color: #FFFFFF; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 11px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 11px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #F2F2F2; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 18px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.4); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.4); -} - -window.csd.messagedialog { - background-color: #FFFFFF; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #F2F2F2; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; -} - -window.solid-csd:backdrop { - background-color: #FFFFFF; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #1A73E8; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #1A73E8; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - color: rgba(0, 0, 0, 0.87); - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #1A73E8; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #1A73E8; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 12px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 6px; - border-spacing: 6px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 3px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 6px; - border-radius: 9px; -} - -button.emoji-section:checked { - color: #1A73E8; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #FFFFFF; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 18px; - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 12px 12px; - border-radius: 12px; - background-color: rgba(26, 115, 232, 0.08); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 18px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 6px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 6px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #1A73E8; - background-color: #FFFFFF; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-light.png"), url("assets/row-selected-light@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 3px 3px 3px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px #dedede; -} - -.nautilus-window tabbar tab { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: rgba(0, 0, 0, 0.87); - background-color: transparent; -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: rgba(0, 0, 0, 0.87); -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window placesview label { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window placesview label:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window infobar { - margin: 3px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 6px; -} - -.nautilus-window label.search-information { - margin: 3px; - border-radius: 6px; -} - -.nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; - border: none; - border-radius: 9999px; - background-color: rgba(242, 242, 242, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); - padding: 0 4px 0 8px; -} - -#NautilusQueryEditor:focus-within { - color: rgba(0, 0, 0, 0.87); -} - -#NautilusQueryEditor:disabled { - color: rgba(0, 0, 0, 0.26); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 28px; - min-height: 28px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; - margin: 6px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 3px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: rgba(0, 0, 0, 0.87); -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 3px; - padding: 0; - min-height: 22px; - min-width: 22px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 18px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #FFFFFF; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #FFFFFF; -} - -#displayitem { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(0, 0, 0, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(0, 0, 0, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(0, 0, 0, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 12px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 12px; -} - -label.primary-label, label.month-name { - color: #1A73E8; -} - -label.secondary-label { - color: rgba(0, 0, 0, 0.38); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #1A73E8; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(0, 0, 0, 0.38); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#1A73E8, 0.3); -} - -popover.events { - background-color: #FFFFFF; - padding: 0; -} - -popover.events box { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -popover.events list { - background-color: #FFFFFF; - border-radius: 12px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 12px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 12px; -} - -event.timed widget.edge { - border-radius: 6px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 6px 6px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 6px 0 0 6px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #FFFFFF; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(0, 0, 0, 0.38); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 3px; - padding: 0; - min-height: 36px; - min-width: 36px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: rgba(0, 0, 0, 0.87); - border-radius: 50%; - min-height: 3px; - min-width: 3px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #1A73E8; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #1A73E8; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #1A73E8; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(0, 0, 0, 0.38); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(0, 0, 0, 0.38); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 12px 12px 18px 12px; - color: rgba(0, 0, 0, 0.26); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(0, 0, 0, 0.38); -} - -.week-header.lines { - color: rgba(0, 0, 0, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 6px; -} - -.week-view .lines { - color: rgba(0, 0, 0, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#1A73E8, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#1A73E8, 0.25); -} - -monthcell { - border: solid 1px rgba(0, 0, 0, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #FAFAFA; - transition: background-color 200ms; - color: rgba(0, 0, 0, 0.87); -} - -monthcell:selected { - background-color: alpha(#1A73E8, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#1A73E8, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#1A73E8, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#1A73E8, 0.3); - color: #1A73E8; -} - -monthcell.today:selected { - background-color: alpha(#1A73E8, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#1A73E8, 0.35); -} - -monthcell label { - color: rgba(0, 0, 0, 0.87); - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(0, 0, 0, 0.04); -} - -monthcell.out-of-month label { - color: rgba(0, 0, 0, 0.6); -} - -monthcell button { - padding: 0 6px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 12px; - padding: 6px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 12px; -} - -agenda-view list > label { - padding: 6px 12px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 6px; -} - -datechooser .current-week { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - border-radius: 12px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 6px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 6px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 6px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 21px; - border: none; - border-radius: 12px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 9px 15px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 12px 12px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 12px 0 0 12px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(0, 0, 0, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 6px; - margin: 6px; -} - -.context-tile-lozenge.grey { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #085731; - background-color: rgba(15, 157, 88, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #b39600; - background-color: rgba(255, 214, 0, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #b61b17; - background-color: rgba(229, 57, 53, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(0, 0, 0, 0.6); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #1A73E8; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 24px; - min-width: 24px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 6px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 24px; - background-color: rgba(0, 0, 0, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 3px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 24px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 3px; - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #F2F2F2; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 12px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 12px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(0, 0, 0, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(0, 0, 0, 0.26); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #1A73E8; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #E53935; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #1A73E8; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 6px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #1A73E8; - color: white; -} - -menubutton.destructive-action { - background-color: #E53935; - color: white; -} - -menubutton.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 12px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 12px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 6px; - margin-bottom: 6px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(0, 0, 0, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 12px; -} - -splitbutton.suggested-action { - background-color: #1A73E8; - color: white; -} - -splitbutton.destructive-action { - background-color: #E53935; - color: white; -} - -splitbutton.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 6px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 12px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 6px; - padding: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.6); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 12px; -} - -toast:dir(rtl) { - padding-right: 12px; -} - -toast > widget { - margin: 0 6px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 12px; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.12); - background-clip: padding-box; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 6px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; -} - -preferencesgroup > box > box.single-line { - min-height: 36px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(0, 0, 0, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(0, 0, 0, 0.26); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #1A73E8; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.04); - margin-top: 6px; - margin-bottom: 6px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #1A73E8; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #1A73E8; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 7px; - padding-bottom: 5px; - border-spacing: 4px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 8px; - padding-right: 8px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 12px; - border-spacing: 6px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 6px; - min-height: 6px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #1A73E8; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 28px; - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - padding: 0; - box-shadow: inset 0 -1px #dedede; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 9px; - margin-bottom: 9px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 9px 6px; - background: alpha(#1A73E8, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 12px 12px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(0, 0, 0, 0.6); - padding: 6px 12px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #dedede; - box-shadow: none; - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; - border-radius: 12px 12px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #FFFFFF; - box-shadow: none; - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; - border-radius: 12px 12px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #FFFFFF; -} - -dnd tab { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - box-shadow: none; - margin: 24px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#1A73E8, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.87); - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #F2F2F2; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#1A73E8,#FAFAFA,0.7); - color: rgba(0, 0, 0, 0.87); -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#1A73E8,#FAFAFA,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 18px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 18px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #F2F2F2; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#1A73E8,#FFFFFF,0.7); - color: rgba(0, 0, 0, 0.87); -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#1A73E8,#FFFFFF,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general */ -@define-color theme_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color */ -@define-color theme_bg_color #F2F2F2; -/* -text widgets and the like base background color */ -@define-color theme_base_color #FFFFFF; -/* -base background color of selections */ -@define-color theme_selected_bg_color #1A73E8; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #F2F2F2; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(0, 0, 0, 0.38); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #FAFAFA; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #F2F2F2; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #FFFFFF; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #1A73E8; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(0, 0, 0, 0.38); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FFD600; -@define-color error_color #E53935; -@define-color success_color #0F9D58; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title rgba(0, 0, 0, 0.87); -@define-color wm_unfocused_title rgba(0, 0, 0, 0.6); -@define-color wm_highlight rgba(255, 255, 255, 0.4); -@define-color wm_bg #FFFFFF; -@define-color wm_unfocused_bg #FFFFFF; -/* -FIXME this is really an API */ -@define-color content_view_bg #FFFFFF; -@define-color placeholder_text_color #666666; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #FFFFFF; -@define-color budgie_tasklist_indicator_color rgba(0, 0, 0, 0.6); -@define-color budgie_tasklist_indicator_color_active #1A73E8; -@define-color budgie_tasklist_indicator_color_active_window rgba(106, 162, 236, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FFD600; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #1A73E8; -@define-color accent_fg_color white; -@define-color accent_color #1A73E8; -@define-color destructive_bg_color #E53935; -@define-color destructive_fg_color white; -@define-color destructive_color #E53935; -@define-color success_bg_color #0F9D58; -@define-color success_fg_color white; -@define-color success_color #0F9D58; -@define-color warning_bg_color #FFD600; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FFD600; -@define-color error_bg_color #E53935; -@define-color error_fg_color white; -@define-color error_color #E53935; -@define-color window_bg_color #F2F2F2; -@define-color window_fg_color rgba(0, 0, 0, 0.87); -@define-color view_bg_color #FFFFFF; -@define-color view_fg_color rgba(0, 0, 0, 0.87); -@define-color headerbar_bg_color #FFFFFF; -@define-color headerbar_fg_color rgba(0, 0, 0, 0.87); -@define-color headerbar_border_color rgba(0, 0, 0, 0.12); -@define-color headerbar_backdrop_color #FFFFFF; -@define-color headerbar_shade_color rgba(0, 0, 0, 0.12); -@define-color card_bg_color #FFFFFF; -@define-color card_fg_color rgba(0, 0, 0, 0.87); -@define-color card_shade_color rgba(0, 0, 0, 0.12); -@define-color dialog_bg_color #FAFAFA; -@define-color dialog_fg_color rgba(0, 0, 0, 0.87); -@define-color popover_bg_color #FFFFFF; -@define-color popover_fg_color rgba(0, 0, 0, 0.87); -@define-color shade_color rgba(0, 0, 0, 0.12); -@define-color scrollbar_outline_color rgba(0, 0, 0, 0.12); diff --git a/themes/.themes/Orchis-Light/index.theme b/themes/.themes/Orchis-Light/index.theme deleted file mode 100644 index 1adbf0a..0000000 --- a/themes/.themes/Orchis-Light/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Orchis-Light -Comment=An flat Materia Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Orchis-Light -MetacityTheme=Orchis-Light -IconTheme=Tela-circle -CursorTheme=Vimix -ButtonLayout=close,minimize,maximize:menu diff --git a/themes/.themes/Orchis-Light/metacity-1/assets/button.svg b/themes/.themes/Orchis-Light/metacity-1/assets/button.svg deleted file mode 100644 index 51c67bf..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/assets/button.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="12"/> -</svg> diff --git a/themes/.themes/Orchis-Light/metacity-1/assets/close.svg b/themes/.themes/Orchis-Light/metacity-1/assets/close.svg deleted file mode 100644 index 1fe0805..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/assets/close.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/metacity-1/assets/maximize.svg b/themes/.themes/Orchis-Light/metacity-1/assets/maximize.svg deleted file mode 100644 index 02d76eb..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/assets/maximize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/metacity-1/assets/menu.svg b/themes/.themes/Orchis-Light/metacity-1/assets/menu.svg deleted file mode 100644 index ad8570a..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/assets/menu.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="2"/> -</svg> diff --git a/themes/.themes/Orchis-Light/metacity-1/assets/minimize.svg b/themes/.themes/Orchis-Light/metacity-1/assets/minimize.svg deleted file mode 100644 index dc1fa3f..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/assets/minimize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 14h8v2h-8z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/metacity-1/assets/shade.svg b/themes/.themes/Orchis-Light/metacity-1/assets/shade.svg deleted file mode 100644 index 29aeeae..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/assets/shade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m6 14 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/metacity-1/assets/unmaximize.svg b/themes/.themes/Orchis-Light/metacity-1/assets/unmaximize.svg deleted file mode 100644 index 9106037..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/assets/unmaximize.svg +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - viewBox="0 0 24 24" - fill="#808080" - version="1.1" - id="svg4" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1368" - inkscape:window-height="711" - id="namedview6" - showgrid="true" - inkscape:zoom="1.8487896" - inkscape:cx="-63.850129" - inkscape:cy="24.233787" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4"> - <inkscape:grid - type="xygrid" - id="grid835" /> - </sodipodi:namedview> - <path - d="m 8,8 v 8 h 8 V 8 Z m 2,2 h 4 v 4 h -4 z" - id="path2" - style="stroke-width:1.33334" - sodipodi:nodetypes="cccccccccc" /> - <path - id="path839" - style="stroke-width:1.33334" - d="M 10 6 L 10 7 L 17 7 L 17 14 L 18 14 L 18 6 L 10 6 z " /> -</svg> diff --git a/themes/.themes/Orchis-Light/metacity-1/assets/unshade.svg b/themes/.themes/Orchis-Light/metacity-1/assets/unshade.svg deleted file mode 100644 index fa98887..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/assets/unshade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m18 10-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> -</svg> diff --git a/themes/.themes/Orchis-Light/metacity-1/metacity-theme-2.xml b/themes/.themes/Orchis-Light/metacity-1/metacity-theme-2.xml deleted file mode 100644 index 9a52f56..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,621 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2020</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="#e0e0e0"/> -<constant name="C_titlebar_unfocused" value="#d6d6d6"/> -<constant name="C_highlight_focused" value="blend/#e0e0e0/#ffffff/0.4"/> -<constant name="C_highlight_unfocused" value="blend/#d6d6d6/#ffffff/0.4"/> -<constant name="C_title_focused" value="blend/#e0e0e0/#000000/0.87"/> -<constant name="C_title_unfocused" value="blend/#d6d6d6/#000000/0.6"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis-Light/metacity-1/metacity-theme-3.xml b/themes/.themes/Orchis-Light/metacity-1/metacity-theme-3.xml deleted file mode 100644 index cae97e2..0000000 --- a/themes/.themes/Orchis-Light/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,648 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2021</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> -<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis-Light/metacity-1/thumbnail.png b/themes/.themes/Orchis-Light/metacity-1/thumbnail.png deleted file mode 100644 index 080e3b1..0000000 Binary files a/themes/.themes/Orchis-Light/metacity-1/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/plank/dock.theme b/themes/.themes/Orchis-Light/plank/dock.theme deleted file mode 100644 index 5ee9deb..0000000 --- a/themes/.themes/Orchis-Light/plank/dock.theme +++ /dev/null @@ -1,66 +0,0 @@ -#This file based on: -#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme - -[PlankTheme] -#The roundness of the top corners. -TopRoundness=18 -#The roundness of the bottom corners. -BottomRoundness=0 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;0 -#The starting color (RGBA) of the fill gradient. -FillStartColor=0;;0;;0;;153 -#The ending color (RGBA) of the fill gradient. -FillEndColor=0;;0;;0;;153 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=0;;0;;0;;0 - -[PlankDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=1 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=2 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=1 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=2 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=0 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=150 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=250 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 -#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. -ItemMoveTime=450 -#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. -CascadeHide=true -#The color (RGBA) of the badge displaying urgent count -BadgeColor=229;;57;;53;;1 diff --git a/themes/.themes/Orchis-Light/xfwm4/bottom-active.png b/themes/.themes/Orchis-Light/xfwm4/bottom-active.png deleted file mode 100644 index b364438..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/bottom-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/bottom-inactive.png b/themes/.themes/Orchis-Light/xfwm4/bottom-inactive.png deleted file mode 100644 index b364438..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/bottom-left-active.png b/themes/.themes/Orchis-Light/xfwm4/bottom-left-active.png deleted file mode 100644 index 00835b4..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/bottom-left-inactive.png b/themes/.themes/Orchis-Light/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 00835b4..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/bottom-right-active.png b/themes/.themes/Orchis-Light/xfwm4/bottom-right-active.png deleted file mode 100644 index 2fca629..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/bottom-right-inactive.png b/themes/.themes/Orchis-Light/xfwm4/bottom-right-inactive.png deleted file mode 100644 index 2fca629..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/close-active.png b/themes/.themes/Orchis-Light/xfwm4/close-active.png deleted file mode 100644 index 5434c70..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/close-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/close-inactive.png b/themes/.themes/Orchis-Light/xfwm4/close-inactive.png deleted file mode 100644 index 00b2e7d..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/close-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/close-prelight.png b/themes/.themes/Orchis-Light/xfwm4/close-prelight.png deleted file mode 100644 index 8163df5..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/close-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/close-pressed.png b/themes/.themes/Orchis-Light/xfwm4/close-pressed.png deleted file mode 100644 index c99e3f9..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/close-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/hide-active.png b/themes/.themes/Orchis-Light/xfwm4/hide-active.png deleted file mode 100644 index b6a9fe2..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/hide-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/hide-inactive.png b/themes/.themes/Orchis-Light/xfwm4/hide-inactive.png deleted file mode 100644 index 82ddaef..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/hide-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/hide-prelight.png b/themes/.themes/Orchis-Light/xfwm4/hide-prelight.png deleted file mode 100644 index 32d5625..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/hide-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/hide-pressed.png b/themes/.themes/Orchis-Light/xfwm4/hide-pressed.png deleted file mode 100644 index 5bf409c..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/hide-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/left-active.png b/themes/.themes/Orchis-Light/xfwm4/left-active.png deleted file mode 100644 index 5084375..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/left-inactive.png b/themes/.themes/Orchis-Light/xfwm4/left-inactive.png deleted file mode 100644 index 5084375..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/maximize-active.png b/themes/.themes/Orchis-Light/xfwm4/maximize-active.png deleted file mode 100644 index f06ce6d..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/maximize-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/maximize-inactive.png b/themes/.themes/Orchis-Light/xfwm4/maximize-inactive.png deleted file mode 100644 index af855c5..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/maximize-prelight.png b/themes/.themes/Orchis-Light/xfwm4/maximize-prelight.png deleted file mode 100644 index 18b1ae4..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/maximize-pressed.png b/themes/.themes/Orchis-Light/xfwm4/maximize-pressed.png deleted file mode 100644 index 0ed51d6..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-active.png b/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-active.png deleted file mode 100644 index 81f18b1..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-inactive.png b/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index 87917cd..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-prelight.png b/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 6bdfb0d..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-pressed.png b/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index 39a5e99..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/menu-active.png b/themes/.themes/Orchis-Light/xfwm4/menu-active.png deleted file mode 100644 index 75b4d85..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/menu-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/menu-inactive.png b/themes/.themes/Orchis-Light/xfwm4/menu-inactive.png deleted file mode 100644 index 307ae3b..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/menu-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/menu-prelight.png b/themes/.themes/Orchis-Light/xfwm4/menu-prelight.png deleted file mode 100644 index 9f238d5..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/menu-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/menu-pressed.png b/themes/.themes/Orchis-Light/xfwm4/menu-pressed.png deleted file mode 100644 index a7190f7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/menu-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/right-active.png b/themes/.themes/Orchis-Light/xfwm4/right-active.png deleted file mode 100644 index 5084375..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/right-inactive.png b/themes/.themes/Orchis-Light/xfwm4/right-inactive.png deleted file mode 100644 index 5084375..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/shade-active.png b/themes/.themes/Orchis-Light/xfwm4/shade-active.png deleted file mode 100644 index 31fa0ce..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/shade-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/shade-inactive.png b/themes/.themes/Orchis-Light/xfwm4/shade-inactive.png deleted file mode 100644 index e180a34..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/shade-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/shade-prelight.png b/themes/.themes/Orchis-Light/xfwm4/shade-prelight.png deleted file mode 100644 index ff01671..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/shade-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/shade-pressed.png b/themes/.themes/Orchis-Light/xfwm4/shade-pressed.png deleted file mode 100644 index f6ce8b6..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/shade-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/shade-toggled-active.png b/themes/.themes/Orchis-Light/xfwm4/shade-toggled-active.png deleted file mode 100644 index 064d72c..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/shade-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/shade-toggled-inactive.png b/themes/.themes/Orchis-Light/xfwm4/shade-toggled-inactive.png deleted file mode 100644 index 36bddfd..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/shade-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/shade-toggled-prelight.png b/themes/.themes/Orchis-Light/xfwm4/shade-toggled-prelight.png deleted file mode 100644 index f6cc446..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/shade-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/shade-toggled-pressed.png b/themes/.themes/Orchis-Light/xfwm4/shade-toggled-pressed.png deleted file mode 100644 index 3f846e3..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/shade-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/stick-active.png b/themes/.themes/Orchis-Light/xfwm4/stick-active.png deleted file mode 100644 index c8f0196..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/stick-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/stick-inactive.png b/themes/.themes/Orchis-Light/xfwm4/stick-inactive.png deleted file mode 100644 index 3851078..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/stick-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/stick-prelight.png b/themes/.themes/Orchis-Light/xfwm4/stick-prelight.png deleted file mode 100644 index 0eecf13..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/stick-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/stick-pressed.png b/themes/.themes/Orchis-Light/xfwm4/stick-pressed.png deleted file mode 100644 index a3bff24..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/stick-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/stick-toggled-active.png b/themes/.themes/Orchis-Light/xfwm4/stick-toggled-active.png deleted file mode 100644 index d39a92b..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/stick-toggled-inactive.png b/themes/.themes/Orchis-Light/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index 9d3544f..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/stick-toggled-prelight.png b/themes/.themes/Orchis-Light/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index 4af120b..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/stick-toggled-pressed.png b/themes/.themes/Orchis-Light/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index 8cf0960..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/themerc b/themes/.themes/Orchis-Light/xfwm4/themerc deleted file mode 100644 index fcaf079..0000000 --- a/themes/.themes/Orchis-Light/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=6 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#707070 -active_text_shadow_color=#e7e7e7 - -inactive_text_color=#979797 -inactive_text_shadow_color=#e7e7e7 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/themes/.themes/Orchis-Light/xfwm4/title-1-active.png b/themes/.themes/Orchis-Light/xfwm4/title-1-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-1-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-1-inactive.png b/themes/.themes/Orchis-Light/xfwm4/title-1-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-2-active.png b/themes/.themes/Orchis-Light/xfwm4/title-2-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-2-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-2-inactive.png b/themes/.themes/Orchis-Light/xfwm4/title-2-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-3-active.png b/themes/.themes/Orchis-Light/xfwm4/title-3-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-3-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-3-inactive.png b/themes/.themes/Orchis-Light/xfwm4/title-3-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-4-active.png b/themes/.themes/Orchis-Light/xfwm4/title-4-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-4-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-4-inactive.png b/themes/.themes/Orchis-Light/xfwm4/title-4-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-5-active.png b/themes/.themes/Orchis-Light/xfwm4/title-5-active.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-5-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/title-5-inactive.png b/themes/.themes/Orchis-Light/xfwm4/title-5-inactive.png deleted file mode 100644 index be673b7..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/top-left-active.png b/themes/.themes/Orchis-Light/xfwm4/top-left-active.png deleted file mode 100644 index e5a3365..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/top-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/top-left-inactive.png b/themes/.themes/Orchis-Light/xfwm4/top-left-inactive.png deleted file mode 100644 index e5a3365..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/top-right-active.png b/themes/.themes/Orchis-Light/xfwm4/top-right-active.png deleted file mode 100644 index 4a8bbd6..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/top-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis-Light/xfwm4/top-right-inactive.png b/themes/.themes/Orchis-Light/xfwm4/top-right-inactive.png deleted file mode 100644 index 4a8bbd6..0000000 Binary files a/themes/.themes/Orchis-Light/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/COPYING b/themes/.themes/Orchis/COPYING deleted file mode 100644 index 94a9ed0..0000000 --- a/themes/.themes/Orchis/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - <program> Copyright (C) <year> <name of author> - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -<http://www.gnu.org/licenses/>. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/themes/.themes/Orchis/cinnamon/assets/add-workspace-active.svg b/themes/.themes/Orchis/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index bf9991d..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,12 +0,0 @@ -<svg width="35" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter4154" x="-.132" y="-.020842" width="1.264" height="1.0417" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="1.65"/> - </filter> - </defs> - <g transform="translate(0 -852.36)" shape-rendering="auto"> - <path d="m7.2 858.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#000000" fill-opacity=".45" filter="url(#filter4154)" opacity=".9"/> - <path d="m7 857.36h28v190h-28c-1.108 0-2-0.892-2-2v-186c0-1.108 0.892-2 2-2z" fill="#1a73e8" /> - <path transform="translate(0 852.36)" d="m18 94c-0.554 0-1 0.446-1 1v4h-4c-0.554 0-1 0.446-1 1s0.446 1 1 1h4v4c0 0.554 0.446 1 1 1s1-0.446 1-1v-4h4c0.554 0 1-0.446 1-1s-0.446-1-1-1h-4v-4c0-0.554-0.446-1-1-1zm8 6a8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8 8 8 0 0 1 8 8z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/add-workspace-hover.svg b/themes/.themes/Orchis/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace-hover.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-81.038405" - inkscape:cy="108.58132" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/add-workspace.svg b/themes/.themes/Orchis/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-28.526103" - inkscape:cy="75.41215" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true" - inkscape:document-rotation="0"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.35;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.87;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/calendar-arrow-left.svg b/themes/.themes/Orchis/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index 738a3f2..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M10 3v10L5 8z" fill="#000000" opacity="0.54"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/calendar-arrow-right.svg b/themes/.themes/Orchis/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index acb514b..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M6 3v10l5-5z" fill="#000000" opacity="0.54"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/checkbox-off.svg b/themes/.themes/Orchis/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/checkbox.svg b/themes/.themes/Orchis/cinnamon/assets/checkbox.svg deleted file mode 100644 index 504c4ba..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/close-active.svg b/themes/.themes/Orchis/cinnamon/assets/close-active.svg deleted file mode 100644 index 0dde2b9..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#d8354a" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/close-hover.svg b/themes/.themes/Orchis/cinnamon/assets/close-hover.svg deleted file mode 100644 index 37f8806..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter839" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter839)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#ff7a80" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/close.svg b/themes/.themes/Orchis/cinnamon/assets/close.svg deleted file mode 100644 index 5dcc697..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/close.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg id="Foreground" width="26" height="26" enable-background="new 0 0 16 16" version="1.0" viewBox="0 0 18.909 18.909" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="filter879" x="-.048" y="-.048" width="1.096" height="1.096" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="0.32"/> - </filter> - </defs> - <circle cx="9.4545" cy="10.182" r="8" fill="#000000" filter="url(#filter879)" opacity=".1" stroke-width="0"/> - <circle cx="9.4545" cy="9.4545" r="8" fill="#f75a61" stroke-width="0"/> - <path d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z" fill="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3606" style="paint-order:markers stroke fill"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/corner-ripple.svg b/themes/.themes/Orchis/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index 9388e14..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="104" height="104" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -948.36)"> - <circle id="corner-ripple" cx="52" cy="1000" r="48" fill="#1a73e8" opacity=".25"/> - </g> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/radiobutton-off.svg b/themes/.themes/Orchis/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/radiobutton.svg b/themes/.themes/Orchis/cinnamon/assets/radiobutton.svg deleted file mode 100644 index e9b37c3..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/toggle-off.svg b/themes/.themes/Orchis/cinnamon/assets/toggle-off.svg deleted file mode 100644 index 3384dd2..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#808080" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-11.814169" - inkscape:cy="-9.352884" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#808080"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/toggle-on.svg b/themes/.themes/Orchis/cinnamon/assets/toggle-on.svg deleted file mode 100644 index 90b5386..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg22" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview24" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="23.6" - inkscape:cx="41.822034" - inkscape:cy="8.8771186" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg22"> - <inkscape:grid - type="xygrid" - id="grid327" - originx="0" - originy="0" /> - </sodipodi:namedview> - <defs - id="defs5"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - fill="#1a73e8" - opacity="0.35" - id="rect7" - style="stroke-width:0.864099" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - fill="#1a73e8" - id="circle14" - style="stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/assets/trash-icon.svg b/themes/.themes/Orchis/cinnamon/assets/trash-icon.svg deleted file mode 100644 index e9d9741..0000000 --- a/themes/.themes/Orchis/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="400" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -932.36)"> - <rect x="10" y="942.36" width="380" height="160" rx="18" ry="18" fill="#ffffff" stroke-width="0"/> - <path class="ColorScheme-Text" d="m200 964.36c-4.4183 0-8 3.5817-8 8h-16v4h48v-4h-16c0-4.4183-3.5817-8-8-8zm0 4c2.2091 1e-5 4 1.7909 4 4h-8c1e-5 -2.2091 1.7909-4 4-4zm-20 12v32c0 4.4321 3.5679 8.0001 8 8.0001h24c4.4321 0 8-3.568 8-8.0001v-32h-38zm4 4h32v28c0 2.2161-1.7839 4.0001-4 4.0001h-24c-2.2161 0-4-1.784-4-4.0001z" fill="#4d4d4d"/> - </g> -</svg> diff --git a/themes/.themes/Orchis/cinnamon/cinnamon.css b/themes/.themes/Orchis/cinnamon/cinnamon.css deleted file mode 100644 index d2feaeb..0000000 --- a/themes/.themes/Orchis/cinnamon/cinnamon.css +++ /dev/null @@ -1,2401 +0,0 @@ -stage { - color: rgba(0, 0, 0, 0.87); -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button { - min-height: 24px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 12px; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); -} - -.sound-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 12px; -} - -.sound-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 12px; -} - -.sound-button:hover:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 12px; -} - -.sound-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 12px; -} - -.sound-button:insensitive { - color: rgba(0, 0, 0, 0.38); - background-color: rgba(0, 0, 0, 0.04); - border-radius: 12px; -} - -.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button, .calendar-today-home-button, -.calendar-today-home-button-enabled { - border-radius: 12px; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; -} - -.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover, .calendar-today-home-button:hover, -.calendar-today-home-button-enabled:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 12px; -} - -.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active, .calendar-today-home-button:active, -.calendar-today-home-button-enabled:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-radius: 12px; -} - -.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, -.calendar-today-home-button-enabled:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-radius: 12px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 24px; - padding: 6px 30px; - transition-duration: 100ms; - border-radius: 12px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #1A73E8; -} - -.modal-dialog-button-box .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 3px 12px; - min-height: 24px; - caret-size: 1px; - selection-background-color: #1A73E8; - selected-color: white; - transition-duration: 300ms; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.87); - border: 2px solid transparent; - background-color: rgba(0, 0, 0, 0.04); -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.04); - border: 2px solid #1A73E8; -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - border: 2px solid transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FFD600; - padding: 0 6px; -} - -#LookingGlassDialog { - background-color: rgba(255, 255, 255, 0.97); - spacing: 6px; - padding: 6px 12px; - border: none; - border-radius: 12px; - color: rgba(0, 0, 0, 0.87); - box-shadow: 3px 6px rgba(0, 0, 0, 0.25); -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.1); - border-radius: 9999px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(160, 160, 160, 0.948); - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(182, 182, 182, 0.961); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #1A73E8; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(0, 0, 0, 0.12); - -slider-border-color: transparent; - -slider-active-background-color: #1A73E8; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 24px; - height: 24px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 24px; - height: 24px; -} - -.radiobutton StBin, .radiobutton:focus StBin { - background-image: url("assets/radiobutton-off.svg"); -} - -.radiobutton:checked StBin, .radiobutton:focus:checked StBin { - background-image: url("assets/radiobutton.svg"); -} - -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.cinnamon-link { - color: #1A73E8; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #488fed; -} - -#Tooltip { - border-radius: 9999px; - padding: 6px 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; - margin: 6px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 0; - margin: 0; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - box-shadow: none; -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - border-radius: 14px; - background-gradient-direction: none; - box-shadow: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.menu .popup-sub-menu .popup-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item { - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active, -.popup-menu .popup-sub-menu .popup-menu-item:active, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.45) !important; -} - -.menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-menu .popup-sub-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu .popup-inactive-menu-item, -.popup-menu .popup-sub-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-sub-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.35) !important; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - color: rgba(0, 0, 0, 0.87); - padding: 6px; - background-color: rgba(255, 255, 255, 0.97); - border-radius: 20px; - margin: 6px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: 6px 12px; - spacing: 12px; - border-radius: 9999px; -} - -.menu .popup-menu-item:hover, .menu .popup-menu-item:active, -.popup-menu .popup-menu-item:hover, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:hover, -.popup-combo-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.38); -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(0, 0, 0, 0.15); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.38); -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 12px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.popup-combo-menu { - padding: 12px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 0; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 0; - margin: 0; - padding: 0; - border-color: rgba(0, 0, 0, 0.12); - border-bottom-width: 0; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: .5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: .5em; -} - -#panel { - font-weight: bold; - height: 36px; - width: 42px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(229, 57, 53, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); -} - -#panelRight:ltr { - padding-left: 6px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 6px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: rgba(255, 255, 255, 0.7); - font-size: 1em; - padding: 0px; - background-color: rgba(33, 33, 33, 0.65); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: white; - background-color: #1A73E8; -} - -.panel-dummy { - background-color: rgba(229, 57, 53, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(229, 57, 53, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: rgba(255, 255, 255, 0.7); -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.7); -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: rgba(52, 52, 52, 0.9); - border: 1px solid rgba(52, 52, 52, 0.9); - color: white; - spacing: 25px; - border-radius: 12px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -.window-caption#selected { - background-color: #1A73E8; - color: white; - border: 1px solid #1A73E8; - spacing: 25px; -} - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 12px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.expo-workspaces-name-entry:focus, -.expo-workspaces-name-entry#selected:focus { - border: 1px solid #1A73E8; - background-color: #1A73E8; - color: white; - font-style: italic; - transition-duration: 300; - selection-background-color: white; - selected-color: #1A73E8; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 12px; -} - -.expo-workspace-thumbnail-frame#active { - border: 4px solid #1A73E8; - background-color: black; - border-radius: 12px; -} - -.expo-background { - background-color: #343434; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 13px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 12px; - background-color: #FFFFFF; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -.calendar-main-box { - margin: 0 6px; -} - -.calendar { - padding: 6px 12px; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-today-home-button, -.calendar-today-home-button-enabled { - margin: 6px 0; - padding: 6px; -} - -.calendar-today-day-label { - font-size: 1.75em; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: .1em; -} - -.calendar-today-date-label { - font-size: 1.1em; - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: center; -} - -.calendar-month-label { - color: rgba(0, 0, 0, 0.87); - font-weight: bold; - margin: 0 2px; - padding: 2px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 24px; - height: 24px; - margin: 0; - padding: 0; - border-radius: 9999px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(0, 0, 0, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(0, 0, 0, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day-event-dot-box { - margin-top: 1.75em; - max-rows: 1; -} - -.calendar-day-event-dot { - margin: 1px; - border-radius: 2px; - width: 4px; - height: 4px; -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: normal; - text-align: center; - font-size: 14px; - color: rgba(0, 0, 0, 0.87); - border-radius: 12px; -} - -.calendar-day-base { - text-align: center; - width: 28px; - height: 28px; - padding: 0; - margin: 2px; - border-radius: 9999px; -} - -.calendar-day-base:hover { - background-color: rgba(0, 0, 0, 0.04); -} - -.calendar-day-base:active { - background-color: rgba(0, 0, 0, 0.12); -} - -.calendar-day-base:selected { - background-color: rgba(0, 0, 0, 0.12); -} - -.calendar-day-heading { - color: rgba(0, 0, 0, 0.6); - margin-top: 1em; -} - -.calendar-day { - border-width: 0; - color: rgba(0, 0, 0, 0.6); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover, -.calendar-today:selected { - font-weight: bold; - color: white; - background-color: #1A73E8; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(0, 0, 0, 0.6); - opacity: 1; -} - -.calendar-week-number { - width: 20px; - height: 20px; - margin: 6px 0; - color: rgba(0, 0, 0, 0.26); - font-weight: bold; - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; -} - -.calendar-week-number StLabel { - padding: 0; - margin-top: 3px; -} - -.calendar-events-main-box { - height: 300px; - margin: 8px 0.8em 0 0; - padding: 8px; - min-width: 350px; - border: none; - border-radius: 12px; - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); -} - -.calendar-events-no-events-button { - margin: 6px 0; - padding: 6px; - border-radius: 12px; -} - -.calendar-events-no-events-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - box-shadow: none; -} - -.calendar-events-no-events-icon { - color: rgba(0, 0, 0, 0.38); -} - -.calendar-events-no-events-label { - font-size: 1.1em; - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: center; - margin-top: 9px; -} - -.calendar-events-date-label { - padding: 3px 0 12px 3px; - font-size: 1.1em; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; -} - -.calendar-events-event-container { - padding: 2px; -} - -.calendar-events-main-box .separator { - -margin-horizontal: 1em; - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0.12); - -gradient-end: rgba(0, 0, 0, 0.12); -} - -.calendar-event-button { - margin: 6px 0 6px 0; - border-radius: 12px; -} - -.calendar-event-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 0.04); - background-gradient-end: rgba(0, 0, 0, 0.04); - box-shadow: none; -} - -.calendar-event-color-strip { - width: 4px; - border-radius: 4px 0 0 4px; -} - -.calendar-event-row-content { - margin: 6px; -} - -.calendar-event-time-past { - color: rgba(0, 0, 0, 0.26); - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present { - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present:all-day { - color: rgba(15, 157, 88, 0.6); -} - -.calendar-event-time-future { - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-countdown { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - text-align: right; - margin-bottom: .6em; -} - -.calendar-event-countdown:soon { - color: white; -} - -.calendar-event-countdown:imminent { - color: rgba(255, 214, 0, 0.6); -} - -.calendar-event-countdown:current { - color: rgba(15, 157, 88, 0.6); -} - -.calendar-event-summary { - color: rgba(0, 0, 0, 0.38); - text-align: left; - width: 200px; -} - -#notification { - border-radius: 18px; - padding: 12px; - spacing-rows: 9px; - spacing-columns: 9px; - margin-from-right-edge-of-screen: 18px; - width: 28em; - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.8); - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - margin: 7px 12px 17px 12px; -} - -#notification .notification-button, #notification .notification-icon-button { - padding: 6px; -} - -.menu #notification, .popup-menu #notification { - border: none; - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.05); - box-shadow: none; - margin: 0; -} - -.menu #notification:hover, .popup-menu #notification:hover { - background-color: rgba(0, 0, 0, 0.1); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: rgba(0, 0, 0, 0.87); -} - -.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 6px; -} - -#notification.multi-line-notification { - padding-bottom: 12px; - color: rgba(0, 0, 0, 0.87); -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 6px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 6px; -} - -#notification-body { - spacing: 6px; -} - -#notification-actions { - spacing: 9px; -} - -.notification-with-image { - min-height: 159px; - color: rgba(0, 0, 0, 0.87); -} - -.notification-button, .notification-icon-button { - padding: 6px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.97); - border: none; - border-radius: 12px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 12px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #1A73E8; -} - -.switcher-list .item-box:selected { - color: white; - background-color: #1A73E8; - border: 0px solid #1A73E8; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: white; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: rgba(255, 255, 255, 0.7); -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: white; - background-color: rgba(45, 45, 45, 0.95); - border: 1px solid rgba(0, 0, 0, 0.65); - padding: 0 6px 6px; - border-radius: 18px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 6px 12px; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 18px; - color: white; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: white; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #E53935; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 6px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 3px 12px; - border-radius: 12px; - caret-color: white; - selected-color: white; - selection-background-color: #1A73E8; - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.run-dialog-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid #1A73E8; -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #FFD600; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: white; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: rgba(52, 52, 52, 0.9); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 12px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.keyboard-key:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.keyboard-key:active, .keyboard-key:checked { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.keyboard-key:grayed { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; -} - -.keyboard-subkeys { - color: white; - padding: 5px; - -arrow-border-radius: 12px; - -arrow-background-color: rgba(52, 52, 52, 0.9); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - margin-bottom: 6px; - padding: 6px; - transition-duration: 300; - background-color: rgba(0, 0, 0, 0.05); - border: none; - border-radius: 12px; -} - -.menu-favorites-button { - padding: 9px; - border: none; - border-radius: 12px; -} - -.menu-favorites-button:hover { - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.1); -} - -.menu-places-box { - margin: auto; - padding: 9px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 9px; -} - -.menu-categories-box { - padding: 9px 30px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 9px 9px 0 9px; -} - -.menu-application-button { - padding: 6px; - border-radius: 12px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - padding: 6px; - border-radius: 12px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 6px; -} - -.menu-application-button-label:rtl { - padding-right: 6px; -} - -.menu StScrollView.menu-application-button { - padding: 3px 0; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; - margin: 0 3px; - border-radius: 12px; - color: rgba(0, 0, 0, 0.75) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 6px 0 6px 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 6px 6px 6px 0; -} - -.menu-category-button { - padding: 6px; - border-radius: 12px; -} - -.menu-category-button-selected { - padding: 6px; -} - -.menu-category-button-hover, .menu-category-button-selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-radius: 12px; -} - -.menu-category-button-greyed { - padding: 6px; - color: rgba(0, 0, 0, 0.38); -} - -.menu-category-button-label:ltr { - padding-left: 6px; -} - -.menu-category-button-label:rtl { - padding-right: 6px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; - margin-bottom: 6px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: rgba(0, 0, 0, 0.87); -} - -.menu-search-entry-icon { - icon-size: 1em; - color: rgba(0, 0, 0, 0.87); -} - -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(33, 33, 33, 0.65); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: rgba(255, 255, 255, 0.7); - border-radius: 18px; - background-color: rgba(33, 33, 33, 0.65); - border: none; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 12px; - color: #1A73E8; -} - -.osd-window .level-bar { - border-radius: 12px; - background-color: #1A73E8; -} - -.window-list-box { - spacing: 2px; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.9); - border-radius: 0; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-top .window-list-item-box { - border-top: 2px solid transparent; -} - -.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom: 2px solid transparent; -} - -.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left: 2px solid transparent; -} - -.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right: 2px solid transparent; -} - -.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.25); - border-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); - border-color: #1A73E8; - background-color: rgba(255, 255, 255, 0.2); -} - -.window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.panel-top .window-list-item-box:focus { - background-position: top center; -} - -.panel-bottom .window-list-item-box:focus { - background-position: bottom center; -} - -.panel-left .window-list-item-box:focus { - background-position: left center; -} - -.panel-right .window-list-item-box:focus { - background-position: right center; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0F9D58; - background-gradient-end: #0F9D58; - border-radius: 12px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #FFD600; - background-gradient-end: #FFD600; -} - -.window-list-preview { - padding: 12px; - spacing: 6px; - border: none; - background-color: #FFFFFF; - border-radius: 12px; - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(229, 57, 53, 0.5); -} - -.grouped-window-list-thumbnail-menu { - padding: 6px; - padding: 6px; - margin: 6px; - background-color: rgba(255, 255, 255, 0.97); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); - border-radius: 18px; - color: rgba(0, 0, 0, 0.87); -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 6px; - border-radius: 12px; - spacing: 6px; - margin: 1px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - background-color: rgba(0, 0, 0, 0.1); -} - -.grouped-window-list-thumbnail-menu .item-box:hover { - background-color: rgba(0, 0, 0, 0.15); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -.grouped-window-list-number-label { - z-index: 120; - text-shadow: none; - color: white; - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 2px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #1A73E8; -} - -.grouped-window-list-item-box { - font-weight: normal; - transition-duration: 100ms; - border: none; - margin: 0; - color: rgba(255, 255, 255, 0.6); - border-radius: 0; - spacing: 6px; - border-bottom: 2px solid transparent; -} - -.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { - padding: 0 2px; -} - -.grouped-window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:active { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box:active:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.2); - border-color: #1A73E8; -} - -.grouped-window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0F9D58; - background-gradient-end: #0F9D58; - border-radius: 12px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #FFD600; - background-gradient-end: #FFD600; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: .4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0; - margin-top: 6px; - border-radius: 14px; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 9999px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 80px; - padding: 12px 18px; - spacing: 6px; - background-color: rgba(0, 0, 0, 0.45); - border: none; - border-radius: 0 0 12px 12px; - color: white; - text-shadow: none; -} - -.sound-player-overlay StButton { - width: 16px; - height: 16px; - padding: 8px; - margin: 0 6px 6px; - color: white; - border-radius: 9999px; - border: none; - text-shadow: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.sound-player-overlay StButton:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.sound-player-overlay StButton:insensitive { - opacty: 0.35; - color: rgba(255, 255, 255, 0.5); -} - -.sound-player-overlay StLabel { - padding: 0 6px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid rgba(32, 32, 32, 0.9); - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: rgba(0, 0, 0, 0.12); - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #1A73E8; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: rgba(255, 255, 255, 0.7); - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #1A73E8; -} - -.workspace-button:hover { - color: #488fed; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #1A73E8; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(71, 71, 71, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(71, 71, 71, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(84, 84, 84, 0.65); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(46, 46, 46, 0.65); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; - border-radius: 0; -} - -.panel-launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.panel-launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; - border-radius: 0; -} - -.launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher .icon-box { - padding: 2px; -} - -.applet-separator { - padding: 1px 3px; -} - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.applet-box { - padding: 0 6px; - color: rgba(255, 255, 255, 0.7); - text-shadow: none; - transition-duration: 100ms; - border-radius: 0; -} - -.applet-box.vertical { - padding: 6px 0; -} - -.applet-box:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.15); -} - -.applet-box:checked, .applet-box:checked:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.25); -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(229, 57, 53, 0.5); -} - -.applet-label { - font-weight: bold; - color: rgba(255, 255, 255, 0.7); -} - -.applet-box:checked .applet-label { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-icon { - color: rgba(255, 255, 255, 0.7); - icon-size: 16px; -} - -.applet-box:checked .applet-icon { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-cornerbar { - width: 8px; - background: transparent; -} - -.applet-cornerbar-box { - padding: 0; - background: transparent; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar-box:hover > .applet-cornerbar { - background: rgba(255, 255, 255, 0.12); -} - -.applet-cornerbar.vertical { - height: 8px; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: rgba(0, 0, 0, 0.87); - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: white; -} - -.desklet:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-with-borders { - color: white; - background-color: rgba(52, 52, 52, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-with-borders-and-header { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(229, 57, 53, 0.5); -} - -.desklet-header { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -.photoframe-box { - color: white; - background-color: rgba(52, 52, 52, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.workspace-osd { - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: .5em 1em; -} - -.notification-applet-container { - max-height: 9999px; -} - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/themes/.themes/Orchis/cinnamon/thumbnail.png b/themes/.themes/Orchis/cinnamon/thumbnail.png deleted file mode 100644 index 18a017e..0000000 Binary files a/themes/.themes/Orchis/cinnamon/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis/gnome-shell/assets/activities-active-small.svg b/themes/.themes/Orchis/gnome-shell/assets/activities-active-small.svg deleted file mode 100644 index 8f87498..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/activities-active-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities-checked.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview8" - showgrid="false" - inkscape:zoom="9.8333334" - inkscape:cx="16.499013" - inkscape:cy="1.2954287" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/activities-active.svg b/themes/.themes/Orchis/gnome-shell/assets/activities-active.svg deleted file mode 100644 index 48e01a2..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/activities-active.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities-active.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/activities-small.svg b/themes/.themes/Orchis/gnome-shell/assets/activities-small.svg deleted file mode 100644 index a7f099a..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/activities-small.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - enable-background="new" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="700" - id="namedview8" - showgrid="false" - inkscape:zoom="4.9166667" - inkscape:cx="3.4466283" - inkscape:cy="1.3372513" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36226296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path822" - cx="12" - cy="12" - r="12" /> - <g - transform="translate(0,-276)" - fill="#fff" - id="g4"> - <path - transform="translate(0,276)" - d="m12 6a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" - fill="#fff" - style="paint-order:fill markers stroke" - id="path2" /> - </g> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/activities.svg b/themes/.themes/Orchis/gnome-shell/assets/activities.svg deleted file mode 100644 index 7b2019a..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/activities.svg +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="28" - height="28" - version="1.0" - id="svg6" - sodipodi:docname="activities.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14" - style="enable-background:new"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#2e2e2e" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="706" - id="namedview8" - showgrid="false" - inkscape:zoom="13.906433" - inkscape:cx="2.1832783" - inkscape:cy="14.410041" - inkscape:window-x="0" - inkscape:window-y="36" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3066448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" - id="path816" - cx="14" - cy="14" - r="14" /> - <g - transform="translate(2,-274)" - id="g4" - style="fill:#ffffff"> - <path - transform="translate(0,276)" - d="m 12,6 a 6,6 0 0 0 -6,6 6,6 0 0 0 6,6 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 z m 0,2 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z" - style="fill:#ffffff;paint-order:fill markers stroke" - id="path2" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/calendar-arrow-left.svg b/themes/.themes/Orchis/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index 309e10b..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#000000" opacity="0.54"> - <path d="m10 3v10l-5-5z"/> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/calendar-arrow-right.svg b/themes/.themes/Orchis/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 67d2c49..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#000000" opacity="0.54"> - <path d="m6 3v10l5-5z"/> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/calendar-today.svg b/themes/.themes/Orchis/gnome-shell/assets/calendar-today.svg deleted file mode 100644 index 03405a4..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <g transform="translate(-469.08 -537.99)"> - <circle cx="481.57" cy="559.46" r="1.5" color="#000000" color-rendering="auto" fill-opacity=".2" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal;paint-order:normal"/> - </g> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/checkbox-off.svg b/themes/.themes/Orchis/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index 05b5dab..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#FFFFFF" opacity=".7" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2a10 10 0 0 0-10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10zm0 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 8 8 0 0 1-8-8 8 8 0 0 1 8-8z" fill="#000" opacity=".7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6667"/> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/checkbox.svg b/themes/.themes/Orchis/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 504c4ba..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="24" height="24" fill="#000000" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801z" fill="#0f9d58"/> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/dash-placeholder.svg b/themes/.themes/Orchis/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF"> - <circle cx="12" cy="12" r="12" opacity="0.3"/> - <circle cx="12" cy="12" r="4"/> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/more-results.svg b/themes/.themes/Orchis/gnome-shell/assets/more-results.svg deleted file mode 100644 index 2637d13..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/more-results.svg +++ /dev/null @@ -1,6 +0,0 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(0 -1036.4)"> - <circle cx="8" cy="1044.4" r="8" fill="#1a73e8"/> - <path transform="translate(0 1036.4)" d="m7 4v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z" fill="#ffffff"/> - </g> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/no-events.svg b/themes/.themes/Orchis/gnome-shell/assets/no-events.svg deleted file mode 100644 index e855433..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> - <path d="M0 0h48v48H0z" fill="none"/> - <path d="m38 6h-2v-4h-4v4h-16v-4h-4v4h-2c-2.21 0-3.98 1.79-3.98 4l-0.02 28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4v-28c0-2.21-1.79-4-4-4zm0 32h-28v-22h28z" fill="#000000" opacity=".5"/> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/no-notifications.svg b/themes/.themes/Orchis/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index 06b5615..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"> - <path fill="#000000" opacity="0.5" d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/noise-texture.svg b/themes/.themes/Orchis/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 484f6c8..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" - height="900" - viewBox="0 0 1600 900" - version="1.1" - id="svg13" - sodipodi:docname="noise-texture.svg" - inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"> - <metadata - id="metadata17"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="698" - id="namedview15" - showgrid="false" - inkscape:zoom="0.26222222" - inkscape:cx="647.80786" - inkscape:cy="422.79535" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg13" /> - <defs - id="defs9"> - <radialGradient - id="a" - gradientTransform="matrix(1 1 -1 1 0.5 -0.5)"> - <stop - stop-color="#455A64" - stop-opacity="0" - offset="0.25" - id="stop2" - style="stop-color:#444444;stop-opacity:0" /> - <stop - stop-color="#455A64" - stop-opacity="0.5" - offset="0.75" - id="stop4" - style="stop-color:#444444;stop-opacity:0.50196081" /> - <stop - stop-color="#455A64" - stop-opacity="1" - offset="1" - id="stop6" - style="stop-color:#444444;stop-opacity:1" /> - </radialGradient> - </defs> - <rect - width="1600" - height="900" - fill="url(#a)" - id="rect11" /> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/process-working.svg b/themes/.themes/Orchis/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32"> - <defs> - <g id="g" fill="#FFFFFF" opacity="0.7"> - <circle cx="8" cy="8" r="8" fill="none"/> - <path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7h-3a4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4v-3z"/> - </g> - </defs> - <use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/> - <use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/> - <use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/> - <use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/> - <use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/> - <use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/> - <use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/> - <use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/> - <use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/> - <use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/> - <use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/> - <use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/> - <use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/> - <use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/> - <use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/> - <use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/> - <use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/> - <use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/> - <use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/> - <use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/> - <use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/> - <use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/> - <use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/> - <use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/> - <use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/> - <use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/> - <use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/> - <use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/> - <use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/> - <use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/> - <use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/> - <use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/> - <use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/> - <use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/> - <use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/> - <use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/> - <use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/> - <use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/> - <use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/> - <use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/> - <use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/> - <use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/> - <use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/> - <use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/> - <use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/> - <use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/> - <use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/> - <use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/> - <use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/> - <use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/> - <use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/> - <use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/> - <use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/> - <use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/> - <use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/> - <use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/> - <use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/> - <use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/> - <use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/> - <use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/> - <use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/> - <use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/> - <use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/> - <use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/toggle-off.svg b/themes/.themes/Orchis/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 3384dd2..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="44" - height="26" - id="svg2" - version="1.1" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - sodipodi:docname="toggle-off.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#808080" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.0786474" - inkscape:cx="-11.814169" - inkscape:cy="-9.352884" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:document-rotation="0" - inkscape:showpageshadow="2" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#808080"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1032.3622)"> - <g - id="g519" - transform="matrix(-1,0,0,1,42,0)"> - <rect - x="1" - y="1037.3622" - width="32" - height="14" - rx="7" - ry="7" - id="rect7" - style="opacity:0.25;fill:#000000;fill-opacity:1" /> - <circle - cx="29" - cy="1045.3622" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="29" - cy="1044.3622" - r="10" - id="circle14" - style="fill:#f2f2f2;fill-opacity:1;stroke-width:1" /> - </g> - </g> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/toggle-on.svg b/themes/.themes/Orchis/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index 90b5386..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="44" - height="26" - version="1.1" - viewBox="0 0 44 26" - id="svg22" - sodipodi:docname="toggle-on.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview24" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="23.6" - inkscape:cx="41.822034" - inkscape:cy="8.8771186" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg22"> - <inkscape:grid - type="xygrid" - id="grid327" - originx="0" - originy="0" /> - </sodipodi:namedview> - <defs - id="defs5"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter932" - x="-0.147" - y="-0.147" - width="1.294" - height="1.294"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.225" - id="feGaussianBlur934" /> - </filter> - </defs> - <rect - x="3" - y="5" - width="32" - height="14" - rx="7" - ry="7" - fill="#1a73e8" - opacity="0.35" - id="rect7" - style="stroke-width:0.864099" /> - <circle - cx="31" - cy="13" - r="10" - fill="#1a73e8" - id="circle376" - style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:1;filter:url(#filter932)" /> - <circle - cx="31" - cy="12" - r="10" - fill="#1a73e8" - id="circle14" - style="stroke-width:1" /> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/window-close-active.svg b/themes/.themes/Orchis/gnome-shell/assets/window-close-active.svg deleted file mode 100644 index d6a41b8..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/window-close-active.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-active.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="1.2591896" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#dc4040;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/window-close-hover.svg b/themes/.themes/Orchis/gnome-shell/assets/window-close-hover.svg deleted file mode 100644 index 56e6861..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/window-close-hover.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close-hover.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter943" - x="-0.216" - width="1.432" - y="-0.216" - height="1.432"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="2.88" - id="feGaussianBlur945" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="712" - id="namedview10" - showgrid="true" - inkscape:zoom="9.2709555" - inkscape:cx="-3.0014284" - inkscape:cy="18.908036" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter943)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff7575;stroke-width:1;fill-opacity:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/assets/window-close.svg b/themes/.themes/Orchis/gnome-shell/assets/window-close.svg deleted file mode 100644 index ee76871..0000000 --- a/themes/.themes/Orchis/gnome-shell/assets/window-close.svg +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="42" - height="42" - viewBox="0 0 42 42" - version="1.1" - id="svg8" - sodipodi:docname="window-close.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata14"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs12"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter838" - x="-0.072" - width="1.144" - y="-0.072" - height="1.144"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.96" - id="feGaussianBlur840" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="710" - id="namedview10" - showgrid="true" - inkscape:zoom="13.111111" - inkscape:cx="12.766972" - inkscape:cy="12.927705" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg8" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid848" /> - </sodipodi:namedview> - <circle - style="opacity:0.35;fill:#000000;stroke-width:1.00000012;filter:url(#filter838)" - id="circle826" - r="16" - cy="21" - cx="21" /> - <circle - cx="21" - cy="20" - r="16" - id="circle2" - style="fill:#ff5252;stroke-width:1" /> - <circle - cx="21" - cy="21" - r="18" - id="circle4" - style="opacity:0;fill:#ffffff" /> - <path - d="M 26,16.41 24.59,15 21,18.59 17.41,15 16,16.41 19.59,20 16,23.59 17.41,25 21,21.41 24.59,25 26,23.59 22.41,20 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gnome-shell/gnome-shell.css b/themes/.themes/Orchis/gnome-shell/gnome-shell.css deleted file mode 100644 index ac1cf85..0000000 --- a/themes/.themes/Orchis/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,4727 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -stage { - font-size: 10.5pt; - font-weight: 400; - color: rgba(0, 0, 0, 0.87); -} - -.search-statustext { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -.modal-dialog .modal-dialog-linked-button, .hotplug-notification-item { - border: none; - margin-bottom: 6px; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - font-size: 10.5pt; - font-weight: 500; -} - -.modal-dialog .modal-dialog-linked-button:hover, .hotplug-notification-item:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:active, .hotplug-notification-item:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - color: rgba(0, 0, 0, 0.87) !important; -} - -.modal-dialog .modal-dialog-linked-button:insensitive, .hotplug-notification-item:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog .modal-dialog-linked-button:focus, .hotplug-notification-item:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.modal-dialog .modal-dialog-linked-button:focus:active, .hotplug-notification-item:focus:active { - color: white; -} - -.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child { - margin-left: 6px !important; - margin-right: 0 !important; - border-radius: 9999px 0 0 9999px; -} - -.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child { - margin-left: 0 !important; - margin-right: 6px !important; - border-right-width: 0; - border-radius: 0 9999px 9999px 0; -} - -.modal-dialog .modal-dialog-linked-button:first-child:last-child, .hotplug-notification-item:first-child:last-child { - margin: 0 6px 6px 6px !important; - border-right-width: 0; - border-radius: 9999px; -} - -.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { - border: none; - background-color: transparent; - box-shadow: none; -} - -.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: #242424; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.screenshot-ui-show-pointer-button:focus:active, .screenshot-ui-type-button:focus:active { - color: white; -} - -.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.screenshot-ui-show-pointer-button:outlined, .screenshot-ui-type-button:outlined, .screenshot-ui-show-pointer-button:checked, .screenshot-ui-type-button:checked { - color: white; - background-color: #1A73E8; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.workspace-switcher-container, .switcher-list, .resize-popup, .osd-monitor-label, .osd-window { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - padding: 12px; -} - -/* General Typography */ -.message-list .message-list-placeholder { - font-weight: 800; - font-size: 15pt; -} - -.quick-toggle-menu .header .title { - font-weight: 700; - font-size: 15pt; -} - -.bt-menu-placeholder.popup-menu-item { - font-weight: 700; - font-size: 13pt; -} - -.background-app-item .title { - font-weight: 700; - font-size: 11pt; -} - -.quick-toggle-menu .header .subtitle { - font-weight: 700; - font-size: 9pt; -} - -.background-app-item .subtitle { - font-weight: 400; - font-size: 9pt; -} - -/* WIDGETS */ -.shell-link { - border-radius: 10px; - color: #1A73E8; - background-color: transparent; -} - -.shell-link:hover { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.shell-link:active { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -.lowres-icon { - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - icon-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); -} - -/* Entries */ -StEntry { - min-height: 36px; - padding: 0 8px; - border-radius: 9999px; - border-width: 0; - selection-background-color: #1A73E8; - selected-color: white !important; - font-size: 12pt; - font-weight: 400; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -StEntry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -StEntry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FFD600; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(0, 0, 0, 0.38); -} - -/* Buttons */ -.button { - min-height: 24px; - padding: 6px 12px; - border: none; - border-radius: 10px; - text-align: center; - font-size: 10.5pt; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:checked { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button, .background-app-item .close-button { - min-height: 16px; - min-width: 16px; - padding: 12px; - border-radius: 9999px; - border: none; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:hover, .background-app-item .close-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:active, .background-app-item .close-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:checked, .background-app-item .close-button:checked { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:insensitive, .background-app-item .close-button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.icon-button:focus, .background-app-item .close-button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.icon-button > StIcon, .background-app-item .close-button > StIcon { - icon-size: 16px; -} - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 6px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.08); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.26); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(26, 115, 232, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(26, 115, 232, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 44px; - height: 26px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* Slider */ -.slider { - height: 22px; - -barlevel-height: 2px; - -barlevel-background-color: rgba(0, 0, 0, 0.26); - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.12); - -barlevel-active-background-color: #1A73E8; - -barlevel-active-border-color: #166ad8; - -barlevel-overdrive-color: #E53935; - -barlevel-overdrive-border-color: #e32723; - -barlevel-overdrive-separator-width: 2px; - -slider-handle-radius: 7px; - -slider-handle-border-width: 0; - -slider-handle-border-color: rgba(0, 0, 0, 0.12); - color: #1A73E8; -} - -.slider:hover { - color: #3181ea; -} - -.slider:active { - color: #1567d3; -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; - margin: 6px; -} - -StScrollView StScrollBar { - min-width: 8px; - min-height: 8px; -} - -StScrollBar StBin#trough { - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.08); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - border: 4px solid transparent; - transition: 500ms all ease; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.6); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.87); -} - -#LookingGlassDialog StScrollBar StBin#trough, #overviewGroup StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.12); -} - -#LookingGlassDialog StScrollBar StButton#vhandle, #overviewGroup StScrollBar StButton#vhandle, #LookingGlassDialog StScrollBar StButton#hhandle, #overviewGroup StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:hover, #overviewGroup StScrollBar StButton#vhandle:hover, #LookingGlassDialog StScrollBar StButton#hhandle:hover, #overviewGroup StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog StScrollBar StButton#vhandle:active, #overviewGroup StScrollBar StButton#vhandle:active, #LookingGlassDialog StScrollBar StButton#hhandle:active, #overviewGroup StScrollBar StButton#hhandle:active { - background-color: white; -} - -.popup-menu .popup-sub-menu StScrollBar StBin#trough { - background-color: rgba(0, 0, 0, 0.15); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle { - background-color: rgba(0, 0, 0, 0.35); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:hover, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:hover { - background-color: rgba(0, 0, 0, 0.45); -} - -.popup-menu .popup-sub-menu StScrollBar StButton#vhandle:active, .popup-menu .popup-sub-menu StScrollBar StButton#hhandle:active { - background-color: rgba(0, 0, 0, 0.65); -} - -/* Popovers/Menus */ -.popup-menu-boxpointer { - -arrow-border-radius: 6px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 12px; - -arrow-rise: 3px; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu { - min-width: 12em; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - border: none; - padding: 0; - margin: 0; - border-radius: 20px; -} - -.popup-menu .popup-menu-content { - padding: 6px; - margin: 0 3px 14px; - background-color: rgba(255, 255, 255, 0.97); - border-radius: 20px; - border: none; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.popup-menu .popup-menu-item { - spacing: 6px; - padding: 6px 12px; - color: rgba(0, 0, 0, 0.87) !important; - background-color: transparent; - transition-duration: 100ms; - border-radius: 9999px; - background-image: none; - border: none; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 12px; - padding-left: 0; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0; - padding-left: 12px; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 14px 14px 0 0; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.1) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked.selected { - background-color: rgba(0, 0, 0, 0.2) !important; - color: rgba(0, 0, 0, 0.85) !important; -} - -.popup-menu .popup-menu-item:checked:active { - background-color: #dfdfdf !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked.selected:active { - background-color: rgba(0, 0, 0, 0.15) !important; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item.selected { - background-color: rgba(0, 0, 0, 0.08) !important; - color: rgba(0, 0, 0, 0.87) !important; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:active { - background-color: rgba(0, 0, 0, 0.26) !important; - color: rgba(0, 0, 0, 0.87) !important; - transition-duration: 150ms; -} - -.popup-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.87) !important; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38) !important; -} - -.popup-menu .popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.87) !important; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(0, 0, 0, 0.38) !important; -} - -.popup-menu .popup-menu-arrow, -.popup-menu .popup-menu-icon { - icon-size: 16px; -} - -.popup-menu .popup-sub-menu { - margin: 0; - border-radius: 0 0 14px 14px; - border: none; - box-shadow: none; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 14px; - background-image: none; - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.15) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.85) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item.selected:active { - color: rgba(0, 0, 0, 0.75) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.35) !important; -} - -.popup-menu .popup-menu-ornament { - width: 1.2em; - text-align: center !important; -} - -.popup-menu .popup-menu-ornament:ltr { - text-align: right; -} - -.popup-menu .popup-menu-ornament:rtl { - text-align: left; -} - -.popup-menu .popup-separator-menu-item { - background: none; - border: none; -} - -.popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 6px 48px 6px 36px !important; - background-color: rgba(0, 0, 0, 0.12); -} - -.popup-sub-menu .popup-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 6px 54px 6px 24px !important; - background-color: rgba(0, 0, 0, 0.1); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 4px; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 0; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 0; -} - -.app-menu { - max-width: 27.25em; -} - -.app-menu .popup-menu-ornament { - width: 0 !important; -} - -.app-menu .popup-menu-item > :first-child:ltr { - padding-left: 12px; - margin-left: 0; -} - -.app-menu .popup-menu-item > :first-child:rtl { - padding-right: 12px; - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel { - font-weight: bold; - font-size: 14px; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { - margin-right: 0; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { - margin-left: 0; -} - -.app-menu .popup-inactive-menu-item:first-child .popup-separator-menu-item-separator { - height: 0; - background-color: transparent; -} - -/* Date/Time Menu */ -#calendarArea { - padding: 6px 0 !important; -} - -.calendar { - padding: 0 !important; - margin: 0 !important; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-calendar-column { - spacing: 6px; - border: none; - padding: 0 !important; - margin: 0 !important; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-calendar-column:hover, .datemenu-calendar-column:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.datemenu-calendar-column:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.datemenu-calendar-column:ltr { - margin-right: 6px !important; - margin-left: 12px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - margin-left: 6px !important; - margin-right: 12px !important; - padding-left: 0 !important; - padding-right: 0 !important; - border-right-width: 0; -} - -.datemenu-calendar-column .datemenu-displays-box { - spacing: 6px; -} - -.datemenu-today-button { - min-height: 48px; - padding: 6px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - background: none; - color: rgba(0, 0, 0, 0.6); -} - -.datemenu-today-button .day-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; -} - -.datemenu-today-button .date-label { - font-size: 18pt; - font-weight: 400; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.datemenu-today-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.calendar-month-label { - height: 20px; - margin: 2px; - padding: 6px 16px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - text-shadow: none; -} - -.calendar-month-label:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.pager-button { - width: 28px; - height: 28px; - margin: 2px; - border-radius: 9999px; - background-color: transparent; - color: rgba(0, 0, 0, 0.6); -} - -.pager-button:hover, .pager-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.pager-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.calendar-change-month-back { - padding: 0 2px; - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - padding: 0 2px; - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-day, -.calendar-day-base { - font-size: 9pt; - font-weight: 400; - text-align: center; - width: 3em !important; - height: 3em !important; - padding: 0 !important; - margin: 2px !important; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); - border: none !important; - font-feature-settings: "tnum"; - text-shadow: none; -} - -.calendar-day:hover, .calendar-day:focus, -.calendar-day-base:hover, -.calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.08); - box-shadow: none; -} - -.calendar-day:active, -.calendar-day-base:active { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.26); - border: none !important; -} - -.calendar-day:selected, -.calendar-day-base:selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border: none !important; - box-shadow: none !important; - outline: none !important; -} - -.calendar-day.calendar-weekend, -.calendar-day-base.calendar-weekend { - color: rgba(0, 0, 0, 0.38); -} - -.calendar-day.calendar-day-heading, -.calendar-day-base.calendar-day-heading { - width: 24px !important; - height: 18px !important; - margin-top: 2px !important; - padding: 6px 0 0 !important; - border-radius: 9999px; - background-color: transparent; - color: rgba(0, 0, 0, 0.38); - font-size: 9pt; - font-weight: 400; - font-weight: bold; - text-align: center; -} - -.calendar-day { - border-width: 0; -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: rgba(0, 0, 0, 0.87); -} - -.calendar-today { - font-weight: bold !important; - color: white !important; - background-color: #1A73E8 !important; - border: none; -} - -.calendar-today:hover, .calendar-today:focus { - background-color: #287ce9 !important; - color: white !important; -} - -.calendar-today:active, .calendar-today:selected { - background-color: #1A73E8 !important; - color: white !important; -} - -.calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { - background-color: #287ce9 !important; - color: white !important; -} - -.calendar-day-with-events { - color: rgba(0, 0, 0, 0.38); - background-image: url("assets/calendar-today.svg"); - background-size: contain; -} - -.calendar-day-with-events.calendar-work-day { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; -} - -.calendar-other-month, -.calendar-other-month-day { - color: rgba(0, 0, 0, 0.26); - font-weight: normal; -} - -.calendar-week-number { - margin: 6px !important; - padding: 0 8px !important; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - font-size: 8.25pt; - font-weight: bold; - text-align: center; - text-shadow: none; - font-feature-settings: "tnum"; -} - -.world-clocks-button, -.weather-button, -.events-button { - padding: 6px 12px; - border-radius: 10px; - border: none; - box-shadow: none; - text-shadow: none; - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); -} - -.world-clocks-button:hover, .world-clocks-button:focus, -.weather-button:hover, -.weather-button:focus, -.events-button:hover, -.events-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.world-clocks-button:active, -.weather-button:active, -.events-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.world-clocks-header, -.weather-header, -.message-list-section-title, -.events-section-title, -.events-title { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - margin-bottom: 3px; - text-shadow: none; -} - -.weather-grid, -.world-clocks-grid { - spacing-rows: 8px; - spacing-columns: 16px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: rgba(0, 0, 0, 0.38); - font-weight: bold; - font-size: 1em; -} - -.events-button .events-box { - spacing: 6px; -} - -.events-button .events-list { - color: rgba(0, 0, 0, 0.6); - spacing: 12px; - text-shadow: none; -} - -.events-button .event-time { - color: rgba(0, 0, 0, 0.26); - font-feature-settings: "tnum"; -} - -.world-clocks-button .world-clocks-city { - color: rgba(0, 0, 0, 0.38); - font-weight: normal; - font-size: 1em; -} - -.world-clocks-button .world-clocks-time { - color: rgba(0, 0, 0, 0.38); - font-feature-settings: "tnum"; - font-weight: bold; - font-size: 1em; -} - -.world-clocks-button .world-clocks-time:ltr { - text-align: right; -} - -.world-clocks-button .world-clocks-time:rtl { - text-align: left; -} - -.world-clocks-button .world-clocks-timezone { - color: rgba(0, 0, 0, 0.38); - font-feature-settings: "tnum"; - font-size: 1em; -} - -.weather-button .weather-box { - spacing: 12px; -} - -.weather-button .weather-header-box { - spacing: 8px; -} - -.weather-button .weather-header.location { - font-weight: normal; - color: rgba(0, 0, 0, 0.38); - font-size: 0.9em; -} - -.weather-button .weather-forecast-icon { - icon-size: 32px; - color: rgba(0, 0, 0, 0.38); -} - -.weather-button .weather-forecast-time { - color: rgba(0, 0, 0, 0.38); - font-size: 0.8em; - font-feature-settings: "tnum"; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; - color: rgba(0, 0, 0, 0.52); - text-shadow: none; -} - -/* Message List */ -.message-list { - width: 30em; - padding: 0; - color: rgba(0, 0, 0, 0.6); - text-shadow: none; - border: none; -} - -.message-list:ltr { - margin-left: 0; - margin-right: 0; - padding-right: 0; - border-right-width: 0; -} - -.message-list:rtl { - margin-right: 0; - margin-left: 0; - padding-left: 0; - border-left-width: 0; -} - -.message-list .message-list-placeholder { - color: rgba(0, 0, 0, 0.26); -} - -.message-list .message-list-placeholder > StIcon { - icon-size: 48px; - margin-bottom: 12px; - -st-icon-style: symbolic; -} - -.message-list-sections { - spacing: 6px; - margin: 0; - padding-bottom: 6px; -} - -.message-list-sections:ltr { - margin-right: 4px; - padding-left: 6px; -} - -.message-list-sections:rtl { - margin-left: 4px; - padding-right: 6px; -} - -.message-list-section, -.message-list-section-list { - spacing: 6px; -} - -.message-list-controls { - margin: 8px 16px 0; - padding: 4px; - spacing: 12px; -} - -.message { - background-color: rgba(0, 0, 0, 0.04); - border: none; - border-radius: 10px; - color: rgba(0, 0, 0, 0.6); - text-shadow: none; -} - -.message:hover, .message:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.message:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.popup-menu .message { - box-shadow: none; -} - -.message .message-icon-bin { - padding: 18px; - padding-right: 6px; -} - -.message .message-icon-bin:rtl { - padding-left: 6px; -} - -.message .message-icon-bin > StIcon { - icon-size: 36px; - -st-icon-style: symbolic; -} - -.message .message-icon-bin > .fallback-app-icon { - width: 16px; - height: 16px; -} - -.message .message-content { - spacing: 4px; - padding: 9px; - margin-bottom: 8px; - color: rgba(0, 0, 0, 0.6); -} - -.message .message-title { - font-weight: bold; - padding-top: 0.57em; - color: rgba(0, 0, 0, 0.6); -} - -.message .message-secondary-bin { - padding: 0 8px; -} - -.message .message-secondary-bin > .event-time { - color: rgba(0, 0, 0, 0.6); - font-size: 0.9em; - padding-bottom: 0.13em; -} - -.message .message-secondary-bin > .event-time:ltr { - text-align: right; -} - -.message .message-secondary-bin > .event-time:rtl { - text-align: left; -} - -.message .message-close-button { - color: rgba(0, 0, 0, 0.6); - padding: 0; - height: 24px; - width: 24px; - border-radius: 9999px; -} - -.message .message-close-button:hover, .message .message-close-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.message .message-close-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.message .message-close-button:insensitive { - color: rgba(0, 0, 0, 0.26); -} - -.message .message-body { - color: rgba(0, 0, 0, 0.38); -} - -.url-highlighter { - link-color: #1A73E8; -} - -/* Media Controls */ -.message-media-control { - margin: 24px 4px !important; - padding: 12px !important; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.6); -} - -.message-media-control:hover, .message-media-control:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); -} - -.message-media-control:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); -} - -.message-media-control:insensitive { - color: rgba(0, 0, 0, 0.26); -} - -.message-media-control:last-child:ltr { - margin-right: 16px !important; -} - -.message-media-control:last-child:rtl { - margin-left: 16px !important; -} - -.media-message-cover-icon { - icon-size: 32px !important; - margin: 0; - padding: 0; -} - -.media-message-cover-icon.fallback { - background-color: rgba(0, 0, 0, 0.08); - padding: 12px; - color: rgba(0, 0, 0, 0.38); - border: none; - border-radius: 5px; - icon-size: 24px !important; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 12px; -} - -.candidate-popup-content { - background-color: #FFFFFF; - border-radius: 10px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); - margin: 3px 10px 13px; - padding: 6px; - spacing: 6px; - border: none; -} - -.candidate-index { - padding: 0 0.5em 0 0; - color: rgba(0, 0, 0, 0.38); -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 3px; - border-radius: 4px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:selected { - background-color: #1A73E8; - color: white; -} - -.candidate-box:last-child { - margin-right: 0; -} - -.candidate-page-button-box { - height: 2em; -} - -.vertical .candidate-page-button-box { - padding-top: 0.5em; -} - -.horizontal .candidate-page-button-box { - padding-left: 0.5em; -} - -.candidate-page-button { - padding: 4px; -} - -.candidate-page-button-previous { - border-radius: 10px 0px 0px 10px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 0px 10px 10px 0px; -} - -.candidate-page-button-icon { - icon-size: 1em; -} - -.quick-settings { - padding: 18px !important; - border-radius: 38px !important; - margin-top: 3px !important; - border: none; -} - -.quick-settings .icon-button, .quick-settings .background-app-item .close-button, .background-app-item .quick-settings .close-button, .quick-settings .button { - padding: 12px; -} - -.quick-settings .icon-button > StIcon, .quick-settings .background-app-item .close-button > StIcon, .background-app-item .quick-settings .close-button > StIcon, .quick-settings .button > StIcon { - icon-size: 16px; -} - -.quick-settings-grid { - spacing-rows: 12px; - spacing-columns: 12px; -} - -.quick-toggle, .quick-menu-toggle { - border-radius: 9999px; - min-width: 12em; - max-width: 12em; - min-height: 44px; - border: none; -} - -.quick-toggle { - background-color: rgba(0, 0, 0, 0.06) !important; - /* Move padding into the box; this is to allow menu arrows - to extend to the border */ -} - -.quick-toggle:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.quick-toggle:active { - background-color: rgba(0, 0, 0, 0.24) !important; -} - -.quick-toggle:checked { - background-color: #1A73E8 !important; - color: white !important; -} - -.quick-toggle:checked:hover { - background-color: rgba(24, 106, 214, 0.987) !important; - color: white !important; -} - -.quick-toggle:checked:active { - background-color: rgba(22, 96, 195, 0.974) !important; - color: white !important; -} - -.quick-toggle > StBoxLayout { - spacing: 6px; -} - -.quick-toggle.button { - padding: 0; -} - -.quick-toggle > StBoxLayout { - padding: 0 12px; -} - -.quick-toggle:ltr > StBoxLayout { - padding-left: 15px; -} - -.quick-toggle:rtl > StBoxLayout { - padding-right: 15px; -} - -.quick-toggle .quick-toggle-title { - font-weight: bold; -} - -.quick-toggle StBoxLayout > .quick-toggle-subtitle { - font-weight: normal; - font-size: 12px; -} - -.quick-toggle .quick-toggle-icon { - icon-size: 16px; -} - -.quick-menu-toggle .quick-toggle { - min-width: auto; - max-width: auto; -} - -.quick-menu-toggle .quick-toggle:ltr { - border-radius: 9999px 0 0 9999px; -} - -.quick-menu-toggle .quick-toggle:ltr > StBoxLayout { - padding-right: 0; -} - -.quick-menu-toggle .quick-toggle:rtl { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle:rtr > StBoxLayout { - padding-left: 0; -} - -.quick-menu-toggle .quick-toggle:ltr:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle:rtl:last-child { - border-radius: 9999px; -} - -.quick-menu-toggle .quick-toggle-arrow { - background-color: rgba(0, 0, 0, 0.08) !important; - padding: 6px 10.5px; - border: none !important; -} - -.quick-menu-toggle .quick-toggle-arrow:hover { - background-color: rgba(0, 0, 0, 0.12) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:active { - background-color: rgba(0, 0, 0, 0.26) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:checked { - background-color: #1A73E8 !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:hover { - background-color: rgba(24, 106, 214, 0.987) !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:checked:active { - background-color: rgba(22, 96, 195, 0.974) !important; - color: white; -} - -.quick-menu-toggle .quick-toggle-arrow:ltr { - border-radius: 0 9999px 9999px 0; -} - -.quick-menu-toggle .quick-toggle-arrow:rtl { - border-radius: 9999px 0 0 9999px; -} - -.quick-slider > StBoxLayout { - spacing: 6px; -} - -.quick-slider .icon-button, .quick-slider .background-app-item .close-button, .background-app-item .quick-slider .close-button { - padding: 9px; -} - -.quick-slider .slider-bin { - min-height: 16px; - padding: 6px; - border-radius: 9999px; -} - -.quick-slider .slider-bin:focus { - color: #1A73E8; - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.quick-slider .slider-bin:focus:active { - color: white; -} - -.quick-slider .quick-toggle-icon { - icon-size: 16px; -} - -.quick-toggle-menu { - border-radius: 30px !important; - padding: 12px; - margin: 12px 21px 0; - background-color: white !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item { - padding: 8px !important; - border-radius: 9999px !important; - color: rgba(0, 0, 0, 0.65) !important; -} - -.quick-toggle-menu .popup-menu-item StLabel { - color: rgba(0, 0, 0, 0.65); -} - -.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item:active { - color: rgba(0, 0, 0, 0.75) !important; - background-color: rgba(0, 0, 0, 0.2) !important; -} - -.quick-toggle-menu .popup-menu-item:insensitive { - color: rgba(0, 0, 0, 0.25) !important; -} - -.quick-toggle-menu .popup-menu-item > StIcon { - -st-icon-style: symbolic; -} - -.quick-toggle-menu .popup-menu-item > :first-child:ltr { - padding-left: 10px !important; -} - -.quick-toggle-menu .popup-menu-item > :first-child:rtl { - padding-right: 10px !important; -} - -.quick-toggle-menu .popup-menu-item .popup-separator-menu-item-separator { - margin: 6px 18px 6px 0 !important; - padding: 0 !important; - background-color: rgba(0, 0, 0, 0.1) !important; -} - -.quick-toggle-menu .header { - spacing-rows: 3px; - spacing-columns: 12px; - padding-bottom: 12px; -} - -.quick-toggle-menu .header .icon { - icon-size: 24px; - border-radius: 9999px; - padding: 9px; - background-color: rgba(0, 0, 0, 0.08) !important; -} - -.quick-toggle-menu .header .icon.active { - background-color: #1A73E8 !important; - color: white !important; -} - -.quick-settings-system-item > StBoxLayout { - spacing: 12px; -} - -.quick-settings-system-item .icon-button, .quick-settings-system-item .background-app-item .close-button, .background-app-item .quick-settings-system-item .close-button { - background-color: rgba(0, 0, 0, 0.06); -} - -.quick-settings-system-item .icon-button:hover, .quick-settings-system-item .background-app-item .close-button:hover, .background-app-item .quick-settings-system-item .close-button:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -.quick-settings-system-item .icon-button:active, .quick-settings-system-item .background-app-item .close-button:active, .background-app-item .quick-settings-system-item .close-button:active { - background-color: rgba(0, 0, 0, 0.24); -} - -.quick-settings-system-item .icon-button > StIcon, .quick-settings-system-item .background-app-item .close-button > StIcon, .background-app-item .quick-settings-system-item .close-button > StIcon { - -st-icon-style: symbolic; -} - -.quick-settings-system-item .power-item { - min-height: 0; - min-width: 0; -} - -.quick-settings-system-item .power-item:insensitive { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0.04); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; - background-color: transparent; -} - -.nm-network-item .wireless-secure-icon { - icon-size: 8px; -} - -.bt-device-item .popup-menu-icon { - -st-icon-style: symbolic; -} - -.bt-menu-placeholder.popup-menu-item { - text-align: center; - padding: 2em 4em; -} - -.device-subtitle { - color: rgba(0, 0, 0, 0.38); -} - -.background-apps-quick-toggle { - min-height: 44px; - background-color: transparent; -} - -.background-apps-quick-toggle StIcon { - icon-size: 16px !important; -} - -.background-app-item .popup-menu-icon { - icon-size: 32px !important; - -st-icon-style: regular !important; -} - -.background-app-item .close-button { - padding: 6px; -} - -.background-app-item.popup-inactive-menu-item { - color: rgba(0, 0, 0, 0.87); -} - -/* Notifications & Message Tray */ -.notification-banner { - min-height: 64px; - width: 34em; - font-size: 1em; - margin: 8px 8px 12px; - border-radius: 10px; - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #FFFFFF; -} - -.notification-banner .notification-actions { - spacing: 0; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; - border-top: 1px solid rgba(0, 0, 0, 0.12) !important; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 10px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 10px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 10px 10px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; - color: rgba(0, 0, 0, 0.6); - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08) !important; - outline: none !important; -} - -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { - background-color: rgba(0, 0, 0, 0.08); - color: rgba(0, 0, 0, 0.87); - box-shadow: none !important; - outline: none !important; -} - -.notification-banner .notification-button:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #1A73E8; - color: white; - border: 2px solid #1A73E8; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: rgba(0, 0, 0, 0.6); -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: rgba(0, 0, 0, 0.6); -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - font-weight: bold; - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: rgba(0, 0, 0, 0.38); -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 0 4px; -} - -/* Modal Dialogs */ -.headline { - font-size: 15pt; - font-weight: 500; -} - -.modal-dialog { - border-radius: 26px; - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: 0 none rgba(0, 0, 0, 0.15); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; - background-color: #FFFFFF; -} - -.modal-dialog .modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; -} - -.end-session-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #E53935; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #ea615e; -} - -.end-session-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #e2231e; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #FFD600; -} - -/* Message Dialog */ -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.lightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: rgba(0, 0, 0, 0.6); - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - font-size: 12pt; - font-weight: 400; - text-align: center; - color: rgba(0, 0, 0, 0.38); -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; -} - -.prompt-dialog .modal-dialog-linked-button:first-child { - color: #E53935; -} - -.prompt-dialog .modal-dialog-linked-button:first-child:active { - color: white !important; - background-color: #E53935; -} - -.prompt-dialog .modal-dialog-linked-button:last-child { - color: white !important; - background-color: #1A73E8; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:hover { - color: white !important; - background-color: #448dec; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:active { - color: white !important; - background-color: #1567d3; -} - -.prompt-dialog .modal-dialog-linked-button:last-child:insensitive { - color: rgba(26, 115, 232, 0.5) !important; - background-color: rgba(26, 115, 232, 0.15); -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; - background-color: #FFFFFF; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; -} - -.prompt-dialog-error-label { - color: #FFD600; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #FFD600; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 10px; -} - -.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #1A73E8; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Welcome dialog */ -.welcome-dialog-image { - background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); - background-size: contain; - /* Reasonable maximum dimensions */ - height: 300px; - width: 300px; -} - -/* Network Dialogs */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: rgba(0, 0, 0, 0.87); -} - -.nm-dialog-header { - font-weight: bold; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-scroll-view { - border: none; - background-color: rgba(0, 0, 0, 0.08); - border-radius: 10px; - padding: 12px; - padding-right: 0; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 4px; - padding: 12px; - spacing: 0px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.nm-dialog-item:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.nm-dialog-item:selected { - background-color: #1A73E8; - color: white; -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.nm-dialog-icons { - spacing: 12px; -} - -.no-networks-label { - color: rgba(0, 0, 0, 0.38); -} - -.no-networks-box { - spacing: 6px; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 12px; - padding: 12px 18px; - margin-bottom: 8em; - border-radius: 9999px; -} - -.osd-window > * { - spacing: 8px; -} - -.osd-window StIcon { - icon-size: 32px; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window StLabel:ltr { - margin-right: 6px; -} - -.osd-window StLabel:rtl { - margin-left: 6px; -} - -.osd-window .level { - height: 4px; - min-width: 160px; - margin-bottom: 4px; - -barlevel-height: 4px; - -barlevel-background-color: rgba(26, 115, 232, 0.3); - -barlevel-active-background-color: #1A73E8; - -barlevel-overdrive-color: #E53935; - -barlevel-overdrive-separator-width: 3px; - -barlevel-border-width: 0; -} - -.osd-window .level:first-child { - margin-bottom: 0px; -} - -.osd-window .level:ltr { - margin-right: 6px; -} - -.osd-window .level:rtl { - margin-left: 6px; -} - -.osd-monitor-label { - border-radius: 18px; - font-size: 3em; - font-weight: bold; - margin: 12px; - text-align: center; - min-width: 1.3em; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.8); - border: none; -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -.resize-popup { - border-radius: 18px; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list { - border-radius: 18px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 10px; - border: none; -} - -.switcher-list .item-box:outlined { - background-color: rgba(0, 0, 0, 0.08); -} - -.switcher-list .item-box:selected { - background-color: #1A73E8; - color: white; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 6px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-list .switcher-list-item-container { - spacing: 12px; -} - -.switcher-arrow { - border-color: rgba(255, 255, 255, 0.7); - color: rgba(255, 255, 255, 0.7); -} - -.switcher-arrow:highlighted { - color: white; -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -.cycler-highlight { - border: 5px solid #1A73E8; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 12px; -} - -.workspace-switcher-container { - border-radius: 18px; -} - -.workspace-switcher { - background: transparent; - border: none; - border-radius: 0; - padding: 0; - spacing: 12px; -} - -.ws-switcher-box { - height: 50px; - background-size: 32px; - border: none; - background: rgba(0, 0, 0, 0.08); - border-radius: 10px; -} - -.ws-switcher-active-up, -.ws-switcher-active-down, -.ws-switcher-active-left, -.ws-switcher-active-right { - height: 52px; - background-color: #1A73E8; - border: none; - border-radius: 13px; - color: white; -} - -/* Top Bar */ -#panel { - font-weight: bold; - font-feature-settings: "tnum"; - padding: 0 !important; - transition-duration: 250ms; - height: 38px; - border: none; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.65); - margin: 3px; - border-radius: 9999px; -} - -#panel.unlock-screen, #panel.login-screen, #panel:overview { - background-color: transparent; -} - -#panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel:overview .panel-corner { - -panel-corner-opacity: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(33, 33, 33, 0.65); - -panel-corner-border-width: 0; - -panel-corner-border-color: transparent; - -panel-corner-opacity: 1; - transition-duration: 250ms; -} - -#panel .panel-button { - font-weight: bold; - color: white; - -natural-hpadding: 11px; - -minimum-hpadding: 11px; - transition-duration: 150ms; - border: 3px solid transparent; - border-radius: 9999px; - margin: 0; -} - -#panel .panel-button.clock-display { - -natural-hpadding: 0 !important; - -minimum-hpadding: 0 !important; - padding: 0 !important; - spacing: 0 !important; -} - -#panel .panel-button.clock-display .clock-display-box { - spacing: 0; -} - -#panel .panel-button.clock-display .clock { - border-radius: 9999px; - padding: 0 12px !important; -} - -#panel .panel-button:hover { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:hover.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:hover.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { - box-shadow: none; - background-color: transparent; -} - -#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.3); -} - -#panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 6px; - margin: 0; -} - -#panel .panel-button .appindicator-trayicons-box { - margin: 0 6px; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; -} - -#panel .panel-button#panelActivities { - -natural-hpadding: 15px; -} - -#panel .panel-button#panelActivities StBoxLayout { - spacing: 6px; -} - -#panel .panel-button#panelActivities .workspace-dot { - border-radius: 9999px; - min-width: 8px; - min-height: 8px; - background-color: white; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button { - border: 0 none transparent !important; - margin: 0 !important; - padding: 0 !important; - -natural-hpadding: 3px !important; - -minimum-hpadding: 3px !important; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .panel-status-menu-box, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .panel-status-menu-box { - spacing: 0; - padding: 0; - margin: 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon { - border-radius: 9999px; - width: 33px; - margin: 3px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:hover, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_Arc_Menu_MenuButton.panel-button .arc-menu-icon:checked, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:active, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:overview, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:focus, -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenu_MenuButton.panel-button .arc-menu-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button { - border-radius: 9999px; - width: 33px; - margin: 3px 0; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -#panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:active, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:overview, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:focus, #panel Gjs_arcmenu_arcmenu_com_menuButton_ArcMenuMenuButton.panel-button .arcmenu-menu-button:checked { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -#panel Gjs_status_keyboard_InputSourceIndicator.panel-button, -#panel Gjs_appindicatorsupport_rgcjonas_gmail_com_indicatorStatusIcon_AppIndicatorsIndicatorStatusIcon.panel-button { - -natural-hpadding: 17px !important; - -minimum-hpadding: 17px !important; -} - -#panel .screencast-indicator, -#panel .remote-access-indicator { - color: #FFD600; -} - -#appMenu { - spacing: 6px; -} - -#appMenu .label-shadow { - color: transparent; -} - -#appMenu .panel-status-menu-box { - padding: 0 6px; - spacing: 6px; -} - -/* Activities Ripple */ -.ripple-box { - background-color: rgba(26, 115, 232, 0.35); - width: 52px; - height: 52px; - border-radius: 0 0 52px 0; -} - -.ripple-box:rtl { - border-radius: 0 0 0 52px; -} - -/* OVERVIEW */ -.controls-manager, .secondary-monitor-workspaces { - spacing: 12px; -} - -#overviewGroup { - background-color: #242424; -} - -.overview-controls { - padding-bottom: 32px; -} - -/* Window Picker */ -.window-picker { - spacing: 6px; -} - -.window-caption { - color: white; - background-color: rgba(52, 52, 52, 0.9); - border-radius: 9999px; - padding: 6px 12px; -} - -.window-close, .screenshot-ui-close-button { - background-color: #242424; - color: white; - border-radius: 21px; - padding: 3px; - height: 30px; - width: 30px; - box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); - transition-duration: 300ms; -} - -.window-close StIcon, .screenshot-ui-close-button StIcon { - icon-size: 24px; -} - -.window-close:hover, .screenshot-ui-close-button:hover { - background-color: #4a4a4a; -} - -.window-close:active, .screenshot-ui-close-button:active { - color: rgba(255, 255, 255, 0.8); - background-color: #171717; -} - -.workspace-background { - border-radius: 30px; - background-color: #242424; - box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.15); -} - -.search-entry { - min-height: 24px; - padding: 6px 6px; - width: 320px; - border-radius: 9999px; - selection-background-color: #1A73E8; - selected-color: white !important; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.search-entry:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12); -} - -.search-entry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -.search-entry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: rgba(0, 0, 0, 0.6); -} - -.search-entry StLabel.hint-text { - margin-left: 2px; - color: rgba(0, 0, 0, 0.38); -} - -#overview .search-entry { - margin-top: 12px; - margin-bottom: 6px; - border: none !important; - caret-color: rgba(0, 0, 0, 0.75); - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.75); - border-color: transparent; - box-shadow: none; -} - -#overview .search-entry:hover { - color: rgba(0, 0, 0, 0.75); - background-color: rgba(255, 255, 255, 0.85); - box-shadow: none; -} - -#overview .search-entry:focus { - color: rgba(0, 0, 0, 0.85); - border-color: transparent; - background-color: rgba(255, 255, 255, 0.95); - border: none; - box-shadow: none; - selection-background-color: #1A73E8; - selected-color: white !important; -} - -#overview .search-entry .search-entry-icon { - color: rgba(0, 0, 0, 0.65); -} - -#overview .search-entry:hover .search-entry-icon, #overview .search-entry:focus .search-entry-icon { - color: rgba(0, 0, 0, 0.75); -} - -#overview .search-entry StLabel.hint-text { - color: rgba(0, 0, 0, 0.35); -} - -/* Search */ -#searchResultsContent { - max-width: 1024px; - spacing: 8px; -} - -.search-section { - spacing: 12px; -} - -.search-section .search-section-separator { - height: 0; - background-color: transparent; -} - -.search-section-content { - background-color: rgba(255, 255, 255, 0.12); - border-radius: 16px; - border: none; - box-shadow: none; - text-shadow: none; - color: white; - padding: 18px; - spacing: 8px; -} - -.list-search-result, .search-provider-icon { - border-radius: 10px; -} - -.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 200ms; - border-radius: 10px; -} - -.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { - background-color: rgba(255, 255, 255, 0.3); - border-radius: 10px; -} - -.grid-search-results { - spacing: 30px; - margin: 0 12px; -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.7); -} - -.list-search-results { - spacing: 6px; -} - -.list-search-result .list-search-result-content { - spacing: 6px; -} - -.list-search-result .list-search-result-title { - spacing: 12px; -} - -.list-search-result .list-search-result-description { - color: rgba(255, 255, 255, 0.5); -} - -/* Dash */ -#dash { - font-size: 9pt; - font-weight: 400; - margin-top: 12px; -} - -#dash .placeholder { - background-image: none; - background-size: contain; - height: 32px; -} - -#dash .empty-dash-drop-target { - width: 32px; - height: 32px; -} - -#dash .app-well-app-running-dot { - margin-bottom: 15px; -} - -.dash-background { - background-color: rgba(255, 255, 255, 0.2); - margin-bottom: 12px; - padding: 12px; - spacing: 6px; - border-radius: 9999px; - box-shadow: none; - border: none; -} - -.dash-item-container > * { - margin: 0 2px; -} - -.dash-item-container:ltr:first-child { - margin-left: 0; -} - -.dash-item-container:rtl:first-child { - margin-right: 0; -} - -.dash-item-container .show-apps, -.dash-item-container .app-well-app { - padding-bottom: 12px !important; -} - -.dash-item-container .show-apps .overview-icon, -.dash-item-container .app-well-app .overview-icon { - padding: 8px !important; - border-radius: 9999px; -} - -.dash-separator { - width: 1px; - margin: 0 4px 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -.dash-label { - border-radius: 9999px; - padding: 6px 12px; - color: white; - background-color: rgba(0, 0, 0, 0.75); - border: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); - text-align: center; - -y-offset: 12px; - -x-offset: 8px; -} - -/* App Grid */ -.grid-search-result .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon, .search-provider-icon, .list-search-result { - color: white; - border-radius: 20px; - padding: 12px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.icon-grid { - row-spacing: 12px; - column-spacing: 12px; - max-row-spacing: 42px; - max-column-spacing: 42px; - page-padding-top: 24px; - page-padding-bottom: 24px; - page-padding-left: 18px; - page-padding-right: 18px; -} - -/* App Icons */ - -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - - -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout, -.show-apps .overview-icon.overview-icon-with-label > StBoxLayout, -.app-well-app .overview-icon.overview-icon-with-label > StBoxLayout { - spacing: 6px; -} - -/* App Folders */ -.app-well-app.app-folder { - background: none; - border-radius: 20px; -} - -.app-well-app.app-folder .overview-icon { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 20px; -} - -.app-well-app.app-folder:hover .overview-icon { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-well-app.app-folder:active .overview-icon { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog { - border-radius: 40px; - border: none; - background-color: rgba(36, 36, 36, 0.95); - spacing: 6px; - box-shadow: none; - outline: none; -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, -.app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: 800; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - min-height: 28px; - padding: 6px; - border: none; - color: white; - background-color: rgba(255, 255, 255, 0.15); - caret-color: white; - selection-background-color: rgba(255, 255, 255, 0.12) !important; - selected-color: white !important; - width: 300px; -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus { - color: white; - background-color: rgba(255, 255, 255, 0.25); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.95); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.7); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border: none; - height: 32px; - width: 32px; - padding: 6px; - border-radius: 9999px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog .icon-grid { - row-spacing: 12px; - column-spacing: 30px; - page-padding-top: 0; - page-padding-bottom: 0; - page-padding-left: 0; - page-padding-right: 0; -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.app-folder-dialog-container { - padding: 12px; - width: 620px; - height: 620px; -} - -.app-well-app-running-dot { - width: 8px; - height: 2px; - border-radius: 0; - background-color: white; - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - width: 16px; - background-color: #1A73E8; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 6px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 12px; -} - -.app-menu, -.app-well-menu { - max-width: 27.25em; -} - -.page-indicator { - padding: 6px 12px 0; -} - -.page-indicator .page-indicator-icon { - width: 10px; - height: 10px; - border-radius: 10px; - background-color: white; -} - -.apps-scroll-view { - padding: 0; -} - -.system-action-icon { - background-color: rgba(0, 0, 0, 0.8); - color: white; - border-radius: 9999px; -} - -.page-navigation-hint { - width: 300px; - color: white; -} - -.page-navigation-hint.dnd { - background: rgba(255, 255, 255, 0.1); -} - -.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { - background-gradient-start: rgba(255, 255, 255, 0.05); - background-gradient-end: transparent; - background-gradient-direction: horizontal; - border-radius: 15px 0px 0px 15px; -} - -.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { - background-gradient-start: transparent; - background-gradient-end: rgba(255, 255, 255, 0.05); - background-gradient-direction: horizontal; - border-radius: 0px 15px 15px 0px; -} - -.page-navigation-arrow { - margin: 6px; - padding: 18px; - width: 24px; - height: 24px; - border-radius: 9999px; - color: white; -} - -.page-navigation-arrow:insensitive { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.page-navigation-arrow:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.page-navigation-arrow:active { - background-color: rgba(255, 255, 255, 0.24); - color: white; -} - -/* Workspace pager */ -.workspace-thumbnails .workspace-thumbnail { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border: none; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 6px; - padding: 6px; -} - -.workspace-thumbnails .workspace-thumbnail { - border-radius: 3px; -} - -.workspace-thumbnails .placeholder { - background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg"); - background-size: contain; - width: 18px; -} - -.workspace-thumbnail-indicator { - border: 3px solid #1A73E8; - border-radius: 3px; - padding: 0px; -} - -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(165, 200, 246, 0.3); - box-shadow: 0 0 2px 2px #77acf1; -} - -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #1A73E8; - -pie-background-color: rgba(211, 228, 251, 0.3); -} - -.magnifier-zoom-region { - border: 2px solid #1A73E8; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -.select-area-rubberband { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.7); - border-radius: 9999px; - icon-size: 64px; -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 99px; - padding: 12px; - width: 40px; - height: 40px; -} - -.user-icon.user-avatar { - border: 2px rgba(255, 255, 255, 0.7); -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 20px; - padding-top: 18px; - padding-bottom: 22px; - width: 88px; - height: 88px; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 10.5pt; - font-weight: 400; - color: #FFD600; -} - -/* Workspace animation */ -.workspace-animation { - background-color: #242424; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(26, 115, 232, 0.3); - border: 1px solid #1A73E8; -} - -.tile-preview-left.on-primary { - border-radius: 11px 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 11px 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 11px 11px 0 0; -} - -/* On-screen Keyboard */ -#keyboard { - background-color: rgba(0, 0, 0, 0.85); - border: none; - border-top-width: 0; - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 6px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container { - padding: 4px; - spacing: 4px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 10px; - border: none; - color: inherit; - background-color: #FAFAFA; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: rgba(0, 0, 0, 0.87); - background-color: #e1e1e1; -} - -.keyboard-key:checked, .keyboard-key:active { - color: rgba(0, 0, 0, 0.87); - background-color: #c7c7c7; -} - -.keyboard-key:grayed { - background-color: #242424; - color: white; - border-color: #242424; -} - -.keyboard-key.default-key { - background-color: #BFBFBF; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { - color: rgba(0, 0, 0, 0.6); - background-color: #FAFAFA; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active { - color: rgba(0, 0, 0, 0.6); - background-color: #ebebeb; -} - -.keyboard-key.enter-key { - background-color: #1A73E8; - color: white; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: white; - background-color: #3181ea; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: white; - background-color: #135cbc; -} - -.keyboard-key.shift-key-uppercase { - color: #1A73E8; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32); -} - -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #3181ea; - background-color: #1A73E8; -} - -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -/* Looking Glass */ -#LookingGlassDialog { - color: rgba(255, 255, 255, 0.7); - background-color: #242424; - spacing: 6px; - padding: 0; - border: none; - border-radius: 20px; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.45); -} - -#LookingGlassDialog > #Toolbar { - padding: 6px 9px; - border: none; - border-radius: 20px 20px 0 0; - background-color: #3e3e3e; - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .labels { - spacing: 0; - color: rgba(255, 255, 255, 0.7); -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 6px; - -minimum-hpadding: 6px; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); - transition-duration: 150ms; - padding-left: 18px; - padding-right: 18px; - min-height: 24px; - border-radius: 10px; - background-color: transparent; -} - -#LookingGlassDialog .notebook-tab:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); - text-shadow: none; - box-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: none; - color: white; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 6px; - spacing: 6px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 6px; -} - -.lg-dialog StEntry { - selection-background-color: #1A73E8; - selected-color: white; - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.lg-dialog .shell-link { - color: #1A73E8; -} - -.lg-dialog .shell-link:hover { - color: #1A73E8; -} - -.lg-dialog .actor-link { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:hover { - color: rgba(255, 255, 255, 0.5); -} - -.lg-dialog .actor-link:active { - color: rgba(204, 204, 204, 0.5); -} - -.lg-dialog .actor-link StIcon { - icon-size: 12px; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-title { - spacing: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-obj-inspector-button { - min-height: 36px; - padding: 6px; - border: none; - border-radius: 10px; - font-size: 10.5pt; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:insensitive { - color: rgba(0, 0, 0, 0.26); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extensions-list { - padding: 6px; - spacing: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.lg-extension { - border: none; - border-radius: 10px; - background-color: rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - padding: 6px; - box-shadow: none; -} - -.lg-extension-name { - font-size: 18pt; - font-weight: 400; - color: white; -} - -.lg-extension-meta { - spacing: 6px; -} - -#LookingGlassPropertyInspector { - color: white; - background: #333333; - border: none; - border-radius: 10px; - padding: 6px; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); -} - -#LookingGlassPropertyInspector .window-close, #LookingGlassPropertyInspector .screenshot-ui-close-button { - margin: 6px; -} - -.lg-debug-flag-button { - color: white; -} - -.lg-debug-flag-button StLabel { - padding: 6px, 12px; -} - -.lg-debug-flag-button:hover { - color: white; -} - -.lg-debug-flag-button:active { - color: #cccccc; -} - -.lg-debug-flags-header { - padding-top: 12px; - padding: 6px; -} - -.icon-label-button-container { - spacing: 6px; - font-size: 9pt; - font-weight: 400; -} - -.icon-label-button-container StIcon { - icon-size: 32px; -} - -.screenshot-ui-panel { - color: white; - background-color: #212121; - border: none; - box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32); - border-radius: 31px; - padding: 18px; - padding-bottom: 12px; - margin-bottom: 4em; - spacing: 12px; -} - -.screenshot-ui-close-button { - padding: 6px !important; -} - -.screenshot-ui-close-button.left { - margin-left: 8px; -} - -.screenshot-ui-close-button.right { - margin-right: 8px; -} - -.screenshot-ui-type-button { - min-width: 48px; - padding: 12px 18px !important; - border-radius: 13px; -} - -.screenshot-ui-capture-button { - width: 36px; - height: 36px; - border-radius: 9999px; - border: 4px white; - padding: 4px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { - background-color: white; - transition-duration: 200ms; - border-radius: 9999px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { - background-color: rgba(0, 0, 0, 0.08); -} - -.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { - background-color: #d9d9d9; -} - -.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { - background-color: gray; -} - -.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { - background-color: #E53935; -} - -.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { - background-color: #e84f4c; -} - -.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { - background-color: #da201c; -} - -.screenshot-ui-shot-cast-container { - background-color: rgba(0, 0, 0, 0.08); - border-radius: 10px; - padding: 3px; - spacing: 3px; -} - -.screenshot-ui-shot-cast-container:ltr { - margin-left: 3px; -} - -.screenshot-ui-shot-cast-container:rtl { - margin-right: 3px; -} - -.screenshot-ui-shot-cast-button { - padding: 6px 12px; - background-color: transparent; - border-radius: 7px; -} - -.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { - background-color: rgba(0, 0, 0, 0.12); -} - -.screenshot-ui-shot-cast-button:active { - background-color: rgba(0, 0, 0, 0.26); -} - -.screenshot-ui-shot-cast-button:checked { - background-color: white; - color: black; -} - -.screenshot-ui-shot-cast-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-show-pointer-button { - border-radius: 9999px; - padding: 12px !important; -} - -.screenshot-ui-show-pointer-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { - border: 2px white; -} - -.screenshot-ui-area-selector-handle { - border-radius: 9999px; - background-color: white; - box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); - width: 24px; - height: 24px; -} - -.screenshot-ui-window-selector { - background-color: #242424; -} - -.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { - margin: 100px; -} - -.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { - margin-bottom: 200px; -} - -.screenshot-ui-window-selector-window-border { - transition-duration: 200ms; - border-radius: 10px; - border: 6px transparent; -} - -.screenshot-ui-window-selector-check { - transition-duration: 200ms; - color: transparent; - border-radius: 9999px; - border-width: 12px; - icon-size: 24px; -} - -.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { - border-color: #1151a5; -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { - border-color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { - color: white; - background-color: #1A73E8; -} - -.screenshot-ui-screen-selector { - transition-duration: 200ms; - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-screen-selector:hover { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-screen-selector:active { - background-color: rgba(0, 0, 0, 0.7); -} - -.screenshot-ui-screen-selector:checked { - background-color: transparent; - border: 2px white; -} - -.screenshot-ui-tooltip { - color: white; - background-color: #242424; - border-radius: 9999px; - padding: 6px 12px; - text-align: center; - -y-offset: 24px; -} - -/* Login Dialog */ -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog, -.unlock-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry, -.unlock-dialog StEntry { - selection-background-color: #1A73E8; - selected-color: white !important; - caret-color: rgba(0, 0, 0, 0.6); - color: rgba(0, 0, 0, 0.6); - background-color: #FFFFFF; - margin: 2px 6px 6px; - border: 2px solid transparent; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 5px 8px rgba(0, 0, 0, 0.05); -} - -.login-dialog StEntry:focus, -.unlock-dialog StEntry:focus { - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08); - border: 2px solid #1A73E8; -} - -.login-dialog StEntry:insensitive, -.unlock-dialog StEntry:insensitive { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .modal-dialog-button-box, -.unlock-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button, -.unlock-dialog .modal-dialog-button { - padding: 4px 18px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, -.unlock-dialog .modal-dialog-button:hover, -.unlock-dialog .modal-dialog-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:active, -.unlock-dialog .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:insensitive, -.unlock-dialog .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default, -.unlock-dialog .modal-dialog-button:default { - color: white; - background-color: #1A73E8; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, -.unlock-dialog .modal-dialog-button:default:hover, -.unlock-dialog .modal-dialog-button:default:focus { - color: white; - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:active, -.unlock-dialog .modal-dialog-button:default:active { - color: white; - background-color: rgba(255, 255, 255, 0.24); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:insensitive, -.unlock-dialog .modal-dialog-button:default:insensitive { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(255, 255, 255, 0.12); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button, -.unlock-dialog .cancel-button, -.unlock-dialog .switch-user-button, -.unlock-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 99px; - width: 32px; - height: 32px; - border: none; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog .cancel-button:hover, .login-dialog .cancel-button:focus, -.login-dialog .switch-user-button:hover, -.login-dialog .switch-user-button:focus, -.login-dialog .login-dialog-session-list-button:hover, -.login-dialog .login-dialog-session-list-button:focus, -.unlock-dialog .cancel-button:hover, -.unlock-dialog .cancel-button:focus, -.unlock-dialog .switch-user-button:hover, -.unlock-dialog .switch-user-button:focus, -.unlock-dialog .login-dialog-session-list-button:hover, -.unlock-dialog .login-dialog-session-list-button:focus { - color: white; -} - -.login-dialog .cancel-button:active, -.login-dialog .switch-user-button:active, -.login-dialog .login-dialog-session-list-button:active, -.unlock-dialog .cancel-button:active, -.unlock-dialog .switch-user-button:active, -.unlock-dialog .login-dialog-session-list-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon, -.unlock-dialog .cancel-button StIcon, -.unlock-dialog .switch-user-button StIcon, -.unlock-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .caps-lock-warning-label, -.login-dialog .login-dialog-message-warning, -.unlock-dialog .caps-lock-warning-label, -.unlock-dialog .login-dialog-message-warning { - color: white; -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-button-box { - width: 23em; - spacing: 5px; -} - -.login-dialog-message { - text-align: center; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; - font-size: 1em; - font-weight: bold; - color: rgba(255, 255, 255, 0.7); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: white; -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: white; -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid white; -} - -.login-dialog-user-list-item { - border-radius: 10px; - padding: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list-item:ltr { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl { - padding-left: 1em; -} - -.login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: white; -} - -.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: white; -} - -.user-widget-label { - color: white; -} - -.user-widget.horizontal .user-widget-label { - font-size: 15pt; - font-weight: 500; - font-weight: bold; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; - text-align: left; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; - text-align: right; -} - -.user-widget.vertical .user-widget-label { - font-size: 15pt; - font-weight: 500; - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 12px; - width: 23em; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-label { - color: rgba(255, 255, 255, 0.5); - font-size: 1em; - padding-top: 1em; -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(52, 52, 52, 0.9); - color: white; - border-radius: 10px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(36, 36, 36, 0.9); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(52, 52, 52, 0.9); - background-color: rgba(255, 255, 255, 0.7); - border-radius: 99px; - margin-right: 12px; -} - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); -} - -#lockDialogGroup { - background-color: #242424; -} - -#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { - background-color: rgba(52, 52, 52, 0.2); -} - -#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { - background-color: rgba(52, 52, 52, 0.4); -} - -#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { - background-color: rgba(26, 115, 232, 0.5); -} - -.bottom #dashtodockDashScrollview, -.top #dashtodockDashScrollview { - -st-hfade-offset: 24px; -} - -.left #dashtodockDashScrollview, -.right #dashtodockDashScrollview { - -st-vfade-offset: 24px; -} - -#dashtodockContainer { - background: transparent; -} - -#dashtodockContainer .number-overlay { - min-width: 1.2em; - min-height: 1.2em; - color: white; - background-color: rgba(0, 0, 0, 0.75); - text-align: center; - padding: 0.4em 0.5em; -} - -#dashtodockContainer .notification-badge { - min-width: 16px; - min-height: 16px; - color: white; - background-color: #1A73E8; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 9999px; - margin: 2px 3px 5px; - padding: 3px; - font-weight: bold; - text-align: center; -} - -#dashtodockContainer.top #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.top.straight-corner #dash, #dashtodockContainer.top.shrink.straight-corner #dash, #dashtodockContainer.top.extended #dash, #dashtodockContainer.top.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-background, #dashtodockContainer.top.shrink.straight-corner #dash .dash-background, #dashtodockContainer.top.extended #dash .dash-background, #dashtodockContainer.top.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.top.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner #dash .show-apps, #dashtodockContainer.top.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.straight-corner #dash .show-apps, #dashtodockContainer.top.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.extended #dash .show-apps, #dashtodockContainer.top.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.top.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.bottom #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.bottom.straight-corner #dash, #dashtodockContainer.bottom.shrink.straight-corner #dash, #dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-background, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-background, #dashtodockContainer.bottom.extended #dash .dash-background, #dashtodockContainer.bottom.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.bottom.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner #dash .show-apps, #dashtodockContainer.bottom.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.straight-corner #dash .show-apps, #dashtodockContainer.bottom.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended #dash .show-apps, #dashtodockContainer.bottom.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.left #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.left.straight-corner #dash, #dashtodockContainer.left.shrink.straight-corner #dash, #dashtodockContainer.left.extended #dash, #dashtodockContainer.left.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-background, #dashtodockContainer.left.shrink.straight-corner #dash .dash-background, #dashtodockContainer.left.extended #dash .dash-background, #dashtodockContainer.left.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.left.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner #dash .show-apps, #dashtodockContainer.left.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.straight-corner #dash .show-apps, #dashtodockContainer.left.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.extended #dash .show-apps, #dashtodockContainer.left.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.right #dash .dash-background { - border-radius: 9999px !important; -} - -#dashtodockContainer.right.straight-corner #dash, #dashtodockContainer.right.shrink.straight-corner #dash, #dashtodockContainer.right.extended #dash, #dashtodockContainer.right.shrink.extended #dash { - margin: 0 !important; - margin-top: 0 !important; - padding: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-background, #dashtodockContainer.right.shrink.straight-corner #dash .dash-background, #dashtodockContainer.right.extended #dash .dash-background, #dashtodockContainer.right.shrink.extended #dash .dash-background { - margin: 0 !important; - margin-bottom: 0 !important; - border-radius: 0 !important; -} - -#dashtodockContainer.right.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner #dash .show-apps, #dashtodockContainer.right.shrink.straight-corner #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.straight-corner #dash .show-apps, #dashtodockContainer.right.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.extended #dash .show-apps, #dashtodockContainer.right.shrink.extended #dash .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended #dash .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.extended .dash-background, #dashtodockContainer.straight-corner .dash-background { - border-radius: 0 !important; -} - -#dashtodockContainer.shrink .dash-background { - padding: 2px !important; -} - -#dashtodockContainer.shrink .dash-item-container .app-well-app, #dashtodockContainer.shrink .show-apps { - margin: 0 !important; -} - -#dashtodockContainer.shrink.extended .dash-background { - border-radius: 0; -} - -#dashtodockContainer #dash, #dashtodockContainer:overview #dash { - background: transparent; -} - -#dashtodockContainer.left .dash-item-container .app-well-app, #dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, #dashtodockContainer.right .show-apps { - padding: 2px 6px !important; -} - -#dashtodockContainer.left .dash-background, #dashtodockContainer.right .dash-background { - margin-bottom: 0 !important; -} - -#dashtodockContainer.left.shrink .dash-background, #dashtodockContainer.left.shrink.extended .dash-background, #dashtodockContainer.right.shrink .dash-background, #dashtodockContainer.right.shrink.extended .dash-background { - padding: 2px 4px !important; -} - -#dashtodockContainer.left.shrink .dash-item-container .app-well-app, #dashtodockContainer.left.shrink .show-apps, #dashtodockContainer.left.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.left.shrink.extended .show-apps, #dashtodockContainer.right.shrink .dash-item-container .app-well-app, #dashtodockContainer.right.shrink .show-apps, #dashtodockContainer.right.shrink.extended .dash-item-container .app-well-app, #dashtodockContainer.right.shrink.extended .show-apps { - margin: 0 !important; - padding: 2px 0 !important; -} - -#dashtodockContainer.left.extended .dash-item-container .app-well-app, #dashtodockContainer.left.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.right.extended .dash-item-container .app-well-app, #dashtodockContainer.right.straight-corner .dash-item-container .app-well-app { - padding: 2px 12px !important; -} - -#dashtodockContainer.left.extended .show-apps, #dashtodockContainer.left.straight-corner .show-apps, #dashtodockContainer.right.extended .show-apps, #dashtodockContainer.right.straight-corner .show-apps { - padding: 2px 12px 24px !important; -} - -#dashtodockContainer.top .dash-background, #dashtodockContainer.bottom .dash-background { - padding: 12px 10px !important; -} - -#dashtodockContainer.top.shrink .dash-background, #dashtodockContainer.bottom.shrink .dash-background { - padding: 4px 2px !important; -} - -#dashtodockContainer.top.shrink .dash-item-container .app-well-app, #dashtodockContainer.top.shrink .show-apps, #dashtodockContainer.bottom.shrink .dash-item-container .app-well-app, #dashtodockContainer.bottom.shrink .show-apps { - margin: 0 !important; - padding: 0 2px 12px !important; -} - -#dashtodockContainer.top.extended .dash-separator, #dashtodockContainer.top.straight-corner .dash-separator, #dashtodockContainer.bottom.extended .dash-separator, #dashtodockContainer.bottom.straight-corner .dash-separator { - margin: 0 8px !important; -} - -#dashtodockContainer.top.extended .dash-item-container .app-well-app, #dashtodockContainer.top.extended .show-apps, #dashtodockContainer.top.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.top.straight-corner .show-apps, #dashtodockContainer.bottom.extended .dash-item-container .app-well-app, #dashtodockContainer.bottom.extended .show-apps, #dashtodockContainer.bottom.straight-corner .dash-item-container .app-well-app, #dashtodockContainer.bottom.straight-corner .show-apps { - padding: 12px 2px !important; -} - -#dashtodockContainer #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer #dash .app-well-app-running-dot { - margin-bottom: 3px !important; -} - -#dashtodockContainer #dash StWidget.focused .app-well-app-running-dot { - background-color: #1A73E8; -} - -#dashtodockContainer.opaque #dash .dash-background { - background-color: #212121; -} - -#dashtodockContainer.transparent #dash .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -#dashtodockContainer:overview #dash { - background: none; -} - -#dashtodockContainer:overview #dash .dash-background { - background-color: rgba(255, 255, 255, 0.12); -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #1A73E8; -} - -#dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.opaque:overview .dash-background, #dashtodockContainer.transparent:overview .dash-background { - background-color: transparent !important; -} - -#dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { - background: none; -} - -#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - transition-duration: 250ms; - background-size: contain; -} - -#dashtodockContainer.shrink .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - padding: 1px 2px; -} - -#dashtodockContainer.extended .app-well-app .overview-icon, -#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, -#dashtodockContainer.extended:overview .show-apps .overview-icon { - border-radius: 10px; -} - -#dashtodockContainer .metro .overview-icon { - border-radius: 0; -} - -.dashtodock-app-well-preview-menu-item { - padding: 1em 1em 0.5em 1em; -} - -#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { - width: 1px; - height: auto; - border-right-width: 1px; - margin: 32px 0; -} - -.dashtopanelMainPanel { - border-radius: 0 !important; - padding: 0 !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .dash-background { - background-color: rgba(33, 33, 33, 0.65); - margin-bottom: 0 !important; - padding: 0 !important; - border-radius: 0 !important; -} - -.dashtopanelMainPanel .show-apps .overview-icon { - margin: 0 !important; - border-radius: 5px !important; -} - -.dashtopanelMainPanel .panel-button, .dashtopanelMainPanel .panel-button.clock-display .clock { - border-radius: 8px !important; - margin: 0 !important; -} - -.dashtopanelMainPanel .arcmenu-menu-button { - border-radius: 5px !important; - padding: 8px 6px !important; -} - -.popup-menu.panel-menu .popup-menu-content, .popup-menu.panel-menu.quick-settings .popup-menu-content { - margin-bottom: 3px !important; -} - -.dashtopanelSecondaryMenu { - border-radius: 12px !important; -} - -#preview-menu { - margin: 6px !important; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important; - border-radius: 12px !important; - padding: 0 !important; -} - -#dashtopanelPreviewScrollview { - padding: 12px 0 !important; - border-radius: 12px !important; -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - color: rgba(0, 0, 0, 0.6); - background-color: transparent; - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:hover { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.08); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:focus { - color: rgba(0, 0, 0, 0.87); - text-shadow: none; - icon-shadow: none; - box-shadow: none !important; - outline: none !important; -} - -.openweather-provider:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.26); - border-color: transparent; - box-shadow: none; - text-shadow: none; - icon-shadow: none; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.87); -} - -.openweather-current-databox-values { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-current-databox-captions { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: rgba(0, 0, 0, 0.6); -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: rgba(0, 0, 0, 0.38); -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: rgba(0, 0, 0, 0.6); -} - -.popup-sub-menu .openweather-current-icon, .popup-sub-menu .openweather-current-summary, .popup-sub-menu .openweather-current-summarybox { - background: none; - color: rgba(0, 0, 0, 0.95); -} - -.popup-sub-menu .openweather-current-databox-values { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-current-databox-captions { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-forecast-icon, .popup-sub-menu .openweather-forecast-summary { - color: rgba(0, 0, 0, 0.85); -} - -.popup-sub-menu .openweather-forecast-day, .popup-sub-menu .openweather-forecast-temperature { - color: rgba(0, 0, 0, 0.75); -} - -.popup-sub-menu .openweather-sunrise-icon, .popup-sub-menu .openweather-sunset-icon, .popup-sub-menu .openweather-build-icon { - color: rgba(0, 0, 0, 0.85); -} - -.arcmenu-menu-button, -.arcmenu-button { - border-width: 0 !important; - border-radius: 9999px !important; -} - -.cosmic-solid-bg { - background-color: #242424; -} - -.cosmic-dock #dock { - background-color: transparent; -} - -.cosmic-dock #dock .dash-background { - background-color: rgba(33, 33, 33, 0.65); -} - -.cosmic-dock.extended #dash { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; - padding: 0 0; -} - -.cosmic-dock.extended #dash .dash-background { - border-radius: 0; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -.overview-components-transparent .search-entry, -.overview-components-light .search-entry, -.overview-components-dark .search-entry { - caret-color: rgba(255, 255, 255, 0.75) !important; -} - -.overview-components-transparent .search-entry .search-entry-icon, -.overview-components-light .search-entry .search-entry-icon, -.overview-components-dark .search-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.65); -} - -.overview-components-transparent .search-entry StLabel.hint-text, -.overview-components-light .search-entry StLabel.hint-text, -.overview-components-dark .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.35) !important; -} diff --git a/themes/.themes/Orchis/gnome-shell/pad-osd.css b/themes/.themes/Orchis/gnome-shell/pad-osd.css deleted file mode 100644 index 31c2377..0000000 --- a/themes/.themes/Orchis/gnome-shell/pad-osd.css +++ /dev/null @@ -1,30 +0,0 @@ -.Leader { - stroke-width: .5 !important; - stroke: #535353; - fill: none !important; -} - -.Button { - stroke-width: .25; - stroke: #ededed; - fill: #ededed; -} - -.Ring { - stroke-width: .5 !important; - stroke: #535353 !important; - fill: none !important; -} - -.Label { - stroke: none !important; - stroke-width: .1 !important; - font-size: .1 !important; - fill: transparent !important; -} - -.TouchStrip, .TouchRing { - stroke-width: .1 !important; - stroke: #ededed !important; - fill: #535353 !important; -} diff --git a/themes/.themes/Orchis/gtk-2.0/apps.rc b/themes/.themes/Orchis/gtk-2.0/apps.rc deleted file mode 100644 index 530e72f..0000000 --- a/themes/.themes/Orchis/gtk-2.0/apps.rc +++ /dev/null @@ -1,92 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. -# custom widgets, programs giving us a chance to alter their UI to fit more with -# the theme or stuff that is supposed to look different, like panels. - -# TODO: This could really look nicer -style "gimp_spin_scale" { - # Spin background - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "chrome_gtk_frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 -} - -# Disable spin button assets for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" - -# Chromium lets us define some colours and settings for better integration -class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/themes/.themes/Orchis/gtk-2.0/assets/border.png b/themes/.themes/Orchis/gtk-2.0/assets/border.png deleted file mode 100644 index b755468..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/border.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/button-active.png b/themes/.themes/Orchis/gtk-2.0/assets/button-active.png deleted file mode 100644 index cff72e2..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/button-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/button-disabled.png deleted file mode 100644 index fc4287d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/button-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 7382e55..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/button.png b/themes/.themes/Orchis/gtk-2.0/assets/button.png deleted file mode 100644 index d675496..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/button.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-active.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 100644 index 78a66d0..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-disabled.png deleted file mode 100644 index bdfa1b3..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 100644 index 633e537..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 97159c6..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-active.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 100644 index d4a4df7..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-disabled.png deleted file mode 100644 index b4b9768..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 100644 index f0ccda9..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed.png deleted file mode 100644 index 4ae81a0..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-active.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 100644 index f863796..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-disabled.png deleted file mode 100644 index 01d148c..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 100644 index 03310de..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked.png b/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 6f594d9..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-active.png b/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-active.png deleted file mode 100644 index b4017f2..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-disabled.png deleted file mode 100644 index e76b2b6..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-hover.png deleted file mode 100644 index d2367ae..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry.png b/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry.png deleted file mode 100644 index 35c0177..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/combo-left-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-active.png b/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-active.png deleted file mode 100644 index d62c539..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-disabled.png deleted file mode 100644 index f486ef3..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-hover.png deleted file mode 100644 index 5c9536f..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry.png b/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry.png deleted file mode 100644 index 91ae61f..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/combo-right-entry.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/entry-active.png b/themes/.themes/Orchis/gtk-2.0/assets/entry-active.png deleted file mode 100644 index c89b2a0..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/entry-background-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index 7f3aa5e..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/entry-background.png b/themes/.themes/Orchis/gtk-2.0/assets/entry-background.png deleted file mode 100644 index 72facdb..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/entry-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/entry-disabled.png deleted file mode 100644 index fc4287d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/entry-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/entry-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/entry-hover.png deleted file mode 100644 index 1f3b8b7..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/entry-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/entry.png b/themes/.themes/Orchis/gtk-2.0/assets/entry.png deleted file mode 100644 index d675496..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/flat-button-active.png b/themes/.themes/Orchis/gtk-2.0/assets/flat-button-active.png deleted file mode 100644 index cff72e2..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/flat-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/flat-button-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/flat-button-disabled.png deleted file mode 100644 index abeba46..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/flat-button-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/flat-button-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/flat-button-hover.png deleted file mode 100644 index 7382e55..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/flat-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/flat-button.png b/themes/.themes/Orchis/gtk-2.0/assets/flat-button.png deleted file mode 100644 index abeba46..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/flat-button.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/focus.png b/themes/.themes/Orchis/gtk-2.0/assets/focus.png deleted file mode 100644 index b417eff..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/frame-inline.png b/themes/.themes/Orchis/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index 34703f8..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/frame-notebook.png b/themes/.themes/Orchis/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index ddb5196..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/frame.png b/themes/.themes/Orchis/gtk-2.0/assets/frame.png deleted file mode 100644 index d5b679c..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/handle-horz-active.png b/themes/.themes/Orchis/gtk-2.0/assets/handle-horz-active.png deleted file mode 100644 index d136a17..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/handle-horz-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/handle-horz-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/handle-horz-hover.png deleted file mode 100644 index 52e2d17..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/handle-horz-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/handle-horz.png b/themes/.themes/Orchis/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index f60063c..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/handle-vert-active.png b/themes/.themes/Orchis/gtk-2.0/assets/handle-vert-active.png deleted file mode 100644 index c453daa..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/handle-vert-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/handle-vert-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/handle-vert-hover.png deleted file mode 100644 index 1547eb5..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/handle-vert-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/handle-vert.png b/themes/.themes/Orchis/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index e9d9849..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-checked-disabled.png deleted file mode 100644 index c0782e0..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-checked.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 5a8e801..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-mixed-disabled.png deleted file mode 100644 index 1d5d4a4..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-mixed.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index 6710195..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png deleted file mode 100644 index 1985061..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index 3cf020d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-checked-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-checked-disabled.png deleted file mode 100644 index 870aced..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-checked.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 15343da..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-mixed-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-mixed-disabled.png deleted file mode 100644 index 1d5d4a4..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-mixed.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index 6710195..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-unchecked-disabled.png deleted file mode 100644 index 1985061..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-unchecked.png b/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index 3cf020d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-down-alt-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-down-alt-disabled.png deleted file mode 100644 index 06237fd..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-down-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-down-alt.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-down-alt.png deleted file mode 100644 index 2604cab..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-down-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-down-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-down-disabled.png deleted file mode 100644 index ef2fa36..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-down.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-down.png deleted file mode 100644 index d1a961f..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-left-alt-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-left-alt-disabled.png deleted file mode 100644 index 68e832e..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-left-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-left-alt.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-left-alt.png deleted file mode 100644 index 9f3704d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-left-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-left-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-left-disabled.png deleted file mode 100644 index 6300308..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-left-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-left-semi.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index 75bdcf6..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-left.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-left.png deleted file mode 100644 index 024a914..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-right-alt-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-right-alt-disabled.png deleted file mode 100644 index d8923eb..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-right-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-right-alt.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-right-alt.png deleted file mode 100644 index 3130bc6..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-right-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-right-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-right-disabled.png deleted file mode 100644 index 4d4d16a..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-right-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-right-semi.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index 2330929..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-right.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-right.png deleted file mode 100644 index f7c570d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-up-alt-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-up-alt-disabled.png deleted file mode 100644 index dbec1d0..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-up-alt-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-up-alt.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-up-alt.png deleted file mode 100644 index 47de372..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-up-alt.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-up-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-up-disabled.png deleted file mode 100644 index ddf7711..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/pan-up.png b/themes/.themes/Orchis/gtk-2.0/assets/pan-up.png deleted file mode 100644 index 1daf802..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/progressbar-progress.png b/themes/.themes/Orchis/gtk-2.0/assets/progressbar-progress.png deleted file mode 100644 index 2378968..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/progressbar-progress.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/progressbar-trough.png b/themes/.themes/Orchis/gtk-2.0/assets/progressbar-trough.png deleted file mode 100644 index 9c4c595..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/progressbar-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-active.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-active.png deleted file mode 100644 index 6b391dd..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-disabled.png deleted file mode 100644 index 72a3ac5..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-hover.png deleted file mode 100644 index 5831d29..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-checked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-checked.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index 64d194b..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-active.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-active.png deleted file mode 100644 index d4a4df7..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-disabled.png deleted file mode 100644 index b4b9768..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 100644 index f0ccda9..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed.png deleted file mode 100644 index 4ae81a0..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-mixed.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-active.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 100644 index f863796..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-disabled.png deleted file mode 100644 index 01d148c..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 100644 index 03310de..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked.png b/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index 6f594d9..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough-active.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index 84cee85..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough-disabled.png deleted file mode 100644 index a4b2503..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index bdc8681..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-active.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index d4c8a59..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-disabled.png deleted file mode 100644 index 5291fe3..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index efeac5b..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-slider.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index ccbbf5e..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough-active.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index bd8aa59..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough-disabled.png deleted file mode 100644 index 9a6019d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough.png b/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index 179fad7..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-active.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index 6ad1e10..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-disabled.png deleted file mode 100644 index a3ddc16..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index 303c2a1..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index 7007999..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-trough.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index 0394def..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png deleted file mode 100644 index d15f74e..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png deleted file mode 100644 index f083593..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png deleted file mode 100644 index 0861852..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider.png deleted file mode 100644 index a0baaeb..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-trough.png deleted file mode 100644 index 06b93b5..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-ltr-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png deleted file mode 100644 index 2fcf8f5..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png deleted file mode 100644 index 97a87fc..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png deleted file mode 100644 index 5c3928e..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider.png deleted file mode 100644 index c40e148..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-trough.png deleted file mode 100644 index 4d6a6aa..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/scrollbar-vert-rtl-trough.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-active.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index e18acbf..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-disabled.png deleted file mode 100644 index 3ddaef7..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index c08f758..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index 4f5fd7c..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-active.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index 1050c4b..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-disabled.png deleted file mode 100644 index 53a1d70..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index f6ee1cc..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index e516531..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-active.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index fc0807d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-disabled.png deleted file mode 100644 index 221a455..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index c1860d1..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index 842e9ef..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-active.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index 9557a87..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-disabled.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-disabled.png deleted file mode 100644 index 13e3491..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index 5cfe502..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up.png b/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index ab7e39d..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/tab.png b/themes/.themes/Orchis/gtk-2.0/assets/tab.png deleted file mode 100644 index 52c5850..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/tab.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button-active.png b/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button-active.png deleted file mode 100644 index 365523e..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button-hover.png deleted file mode 100644 index e43317c..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button.png b/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button.png deleted file mode 100644 index 862ac32..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/treeview-ltr-button.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button-active.png b/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button-active.png deleted file mode 100644 index 3dc0f5a..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button-hover.png b/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button-hover.png deleted file mode 100644 index f6dce3b..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button-hover.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button.png b/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button.png deleted file mode 100644 index 04b779b..0000000 Binary files a/themes/.themes/Orchis/gtk-2.0/assets/treeview-rtl-button.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-2.0/gtkrc b/themes/.themes/Orchis/gtk-2.0/gtkrc deleted file mode 100644 index 7a2f137..0000000 --- a/themes/.themes/Orchis/gtk-2.0/gtkrc +++ /dev/null @@ -1,36 +0,0 @@ -# Based on Bridge by ScionicSpectre and Adwaita by GNOME -# vim:set ts=2 sw=2 sts=2 ai et: -# -# This is the GTK 2 version of Materia. It's whole purpose is to look as the -# GTK 3 version as much as possible until GTK 2 dies completely. -# -# Note: comments for explaining styles are on the bottom of each file beside the -# widget matches. - -# Declare the colours used throughout the theme. -# There shouldn't be any fiddling with them in the theme files themselves in -# order to not mess up the dark theme. - -# Text/base -gtk-color-scheme = "text_color:#212121\nbase_color:#FFFFFF" -# Foreground/background -gtk-color-scheme = "fg_color:#212121\nbg_color:#F2F2F2" -# Selected foreground/background -gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#1A73E8" -# Titlebar foreground/background -gtk-color-scheme = "titlebar_fg_color:#212121\ntitlebar_bg_color:#FFFFFF" -# Menus -gtk-color-scheme = "menu_color:#FFFFFF" -# Tooltips foreground/background -gtk-color-scheme = "tooltip_fg_color:#FFFFFF\ntooltip_bg_color:#616161" -# Links -gtk-color-scheme = "link_color:#1A73E8\nvisited_link_color:#9C27B0" - -# Set GTK settings -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -# And hand over the control to the theme files -include "main.rc" -include "apps.rc" -include "hacks.rc" diff --git a/themes/.themes/Orchis/gtk-2.0/hacks.rc b/themes/.themes/Orchis/gtk-2.0/hacks.rc deleted file mode 100644 index c288da3..0000000 --- a/themes/.themes/Orchis/gtk-2.0/hacks.rc +++ /dev/null @@ -1,36 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file contains horrible hacks to make this theme work with some programs -# This is mostly due to the limitations of GTK 2 but sometimes its the fault of -# the programs themselves. Not going to point fingers. -# -# Either way, it's a WONTFIX for both, hence this horrible file. - -style "toplevel_hack" { - engine "adwaita" {} -} - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -style "vim_notebook" { - bg[NORMAL] = @base_color - bg[ACTIVE] = @bg_color -} - -# Vim puts an eventbox between the tab and the label and colours it, -# we need to handle that -widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" - -# (he)xchat input box -class "SexySpellEntry" style:highest "normal_entry" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but GTK uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that -widget_class "*Chrom*<GtkEntry>" style "chrome_entry" - -# Hack to be able to match widgets in LibreOffice -class "GtkWindow" style "toplevel_hack" diff --git a/themes/.themes/Orchis/gtk-2.0/main.rc b/themes/.themes/Orchis/gtk-2.0/main.rc deleted file mode 100644 index d1716f7..0000000 --- a/themes/.themes/Orchis/gtk-2.0/main.rc +++ /dev/null @@ -1,2636 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This is the main theme file, handling all the default widgets and theme -# properties. Since GTK 2 is old, we need to overcome some of its limitations, -# which is also mostly done in this file. Sadly not all of them can be overcome -# so there will always be a visible difference between the GTK 2 and 3 theme. - -style "default" { - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-padding = 0 - GtkWidget::focus-line-width = 2 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) - GtkToolbar::internal-padding = 2 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 4 - GtkWidget::tooltip-alpha = 230 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @visited_link_color - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkHTML::vlink-color = @visited_link_color - GtkIMHtml::hyperlink-color = @link_color - GtkIMHtml::hyperlink-visited-color = @visited_link_color - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 3 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {0, 0, 0, 0} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {0, 0, 0, 0} - - GtkPaned::handle-size = 8 - GtkHPaned::handle-size = 8 - GtkVPaned::handle-size = 8 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 17 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 24 - GtkScale::slider_width = 24 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 4 - GtkProgressBar::min-vertical-bar-width = 4 - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 4 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 12 - - GtkCheckButton::indicator-size = 24 - GtkCheckButton::indicator_spacing = 2 - GtkOptionMenu::indicator_spacing = {8, 8, 4, 4} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 0 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 0 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = mix (0.5, @text_color, @base_color) - text[ACTIVE] = @text_color - - base[NORMAL] = @base_color - base[PRELIGHT] = mix (0.08, @text_color, @base_color) - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-disabled.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - - image { - function = ARROW - detail = "vscrollbar" - } - - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-left-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-right-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left-alt.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right-alt.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {5, 5, 5, 5} # Super strange, {4, 4, 4, 4} does not work properly... - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-horz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-horz-hover.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-horz-active.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-vert-hover.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-vert-active.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - state = NORMAL - file = "assets/pan-down-alt.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = PRELIGHT - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = ACTIVE - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = INSENSITIVE - file = "assets/pan-down-alt-disabled.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-right-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-right.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-right-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - } - - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-left-alt.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-left.png" - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-left-alt-disabled.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 1, 0, 0} - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {1, 0, 0, 0} - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 0, 1} - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 1, 0} - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {1, 0, 0, 0} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 1, 0, 0} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-ltr-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-rtl-trough.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-disabled.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-hover.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-active.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-disabled.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-hover.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-active.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-disabled.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - } - - ########## - # Scales # - ########## - - # Troughs, overrided later on. We set them here too because some widgets - # don't specify their orientation. - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-disabled.png" - } - - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-disabled.png" - } - - ########### - # Menubar # - ########### - - # image { - # function = BOX - # detail = "menubar" - # file = "assets/border.png" - # border = {0, 0, 0, 1} - # } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - - ######### - # Spins # - ######### - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-disabled.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-disabled.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-disabled.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-disabled.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - } -} - -style "menubar" { - bg[NORMAL] = @titlebar_bg_color - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) - # Needed to fix Firefox's menubar text - bg[SELECTED] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[SELECTED] = @titlebar_fg_color -} - -style "menubar_item" { - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - bg[PRELIGHT] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) -} - -style "menu" { - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @menu_color - bg[INSENSITIVE] = @menu_color - bg[PRELIGHT] = @menu_color - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) -} - -style "menu_item" { - xthickness = 4 - ythickness = 4 - - bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) - fg[PRELIGHT] = @fg_color - # Chromium uses this setting - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) - text[SELECTED] = @fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - border = {0, 0, 0, 1} - } - } -} - -style "button_label" { - # fg[NORMAL] = mix(0.7, @fg_color, @bg_color) - # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "normal_button_label" { - # fg[NORMAL] = @fg_color - # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) - - font_name = "Regular" -} - -style "button" { - xthickness = 6 - ythickness = 6 - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) - - # We set this same as the border of the border of the entry - # This way there's no overlap - xthickness = 6 - ythickness = 6 -} - -style "combobox" { - xthickness = 6 - ythickness = 6 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/entry-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "combobox_cellview" { - # text[NORMAL] = mix(0.7, @fg_color, @bg_color) - # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) -} - -style "combobox_entry" { - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 2, 0, 0} - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - - engine "pixmap" { - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-left-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-left-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-left-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############# - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-right-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-right-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-right-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-right-entry.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-right-entry-hover.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-right-entry-active.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-right-entry-disabled.png" - border = {0, 6, 6, 6} - stretch = TRUE - } - - ############## - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-left-entry.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-left-entry-hover.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-left-entry-active.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-left-entry-disabled.png" - border = {6, 0, 6, 6} - stretch = TRUE - } - } -} - -style "combo_button_padding" { - # Since one side of the button is missing, we need to shift the arrow a - # little to the right. - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button. - GtkButton::inner-border = {3, 6, 3, 3} -} - -style "notebook" { - xthickness = 3 - ythickness = 3 -} - -style "notebook_tab_label" { - fg[ACTIVE] = mix(0.7, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - base[NORMAL] = @base_color - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = @base_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = @bg_color -} - -style "normal_entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - } -} - -style "scale_vert" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - } -} - -style "progressbar" { - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "treeview_header" { - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = mix(0.7, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - - font_name = "Medium" - - GtkButton::inner-border = {4, 4, 0, 2} - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/treeview-ltr-button.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-ltr-button-hover.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-ltr-button-active.png" - border = {0, 1, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = NORMAL - file = "assets/treeview-rtl-button.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-rtl-button-hover.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-rtl-button-active.png" - border = {1, 0, 0, 1} - stretch = TRUE - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -style "scrolled_window" { - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -style "frame" { - engine "pixmap" { - image { - function = SHADOW - shadow = NONE - } - - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - } -} - -style "tool_button" { - GtkButton::inner-border = {2, 2, 2, 2} - - # For the sake of sanity style buttons this way - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/flat-button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/flat-button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = OUT - file = "assets/flat-button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = IN - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - # GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - image { - function = BOX - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } -} - -style "tooltip" { - xthickness = 8 - ythickness = 8 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "disable_text_shadow" { - engine "murrine" { - textstyle = 0 - } -} - -style "disable_separator" { - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 -} - -# Default style, containing theme properties and trying to match every widget as -# much as possible, which is not only faster than trying to match every widget -# by its own but also less bug-prune and more consistent. However there is some -# widget specific stuff that needs to be taken care of, which is the point of -# every other style below. -class "GtkWidget" style "default" - -###################################### -# Override padding, style and colour # -###################################### - -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -# Menu and menubar items -widget_class "*<GtkMenuItem>*" style "menu_item" -widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" -widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" - -# Treeview buttons -widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*<GtkComboBox>.<GtkButton>" style "combobox" -widget_class "*<GtkOptionMenu>" style "combobox" - -# And disable separators on them -widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFontButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFileChooserButton>*<GtkSeparator>" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" - -# Join the Combo entry and button -widget_class "*<GtkCombo>*" style "combobox_entry" - -# Tweak the padding on the button a little bit because it -# uses it a bit differently -widget_class "*<GtkCombo>.<GtkButton>" style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there -# isn't a way to apply the style to only the comboboxes that -# have an entry inside - -# Tool buttons have different styles -widget_class "*<GtkToolButton>*<GtkButton>" style "tool_button" -widget_class "*<GtkVBox>*<GtkEventBox>.<GtkToolbar>*<GtkButton>" style "tool_button" - -# Notebooks -widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" -widget_class "*<GtkNotebook>.<GtkHBox>.<GtkLabel>" style "notebook_tab_label" - -# Notebooks are white, act accordingly -widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" -widget_class "*<GtkNotebook>*<GtkProgressBar>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GimpRuler>" style "notebook_bg" -widget_class "*<GtkNotebook>.<GimpDisplayShell>*<GtkEventBox>" style "notebook_bg" - -# However, stuff inside eventboxes inside notebooks is grey -# again, react -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "normal_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkProgressBar>" style "normal_bg" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "normal_bg" - -# Button labels -widget_class "*<GtkButton>.<GtkLabel>" style "button_label" - -# Normalize button labels -widget_class "*<GtkCheckButton>.<GtkLabel>" style "normal_button_label" -widget_class "*<GtkOptionMenu>.<GtkLabel>" style "normal_button_label" - -# ComboBoxes tend to draw the button label with text[] -# instead of fg[], we need to fix that -widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview" - -# Disable white text shadows -widget_class "*<GtkLabel>" style "disable_text_shadow" -widget_class "*<GtkCellView>" style "disable_text_shadow" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-light.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-light@2.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/row-selected@2.png b/themes/.themes/Orchis/gtk-3.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-3.0/gtk-dark.css b/themes/.themes/Orchis/gtk-3.0/gtk-dark.css deleted file mode 100644 index ee1874a..0000000 --- a/themes/.themes/Orchis/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,8557 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #3281EA 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #3281EA 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #F44336; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 6; - -GtkDialog-action-area-border: 6; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 12px; - -gtk-secondary-caret-color: #3281EA; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: white; - background-color: #414141; -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #3281EA; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 12px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 12px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -.background.csd { - border-radius: 0 0 18px 18px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #212121; - color: white; -} - -.gtkstyle-fallback:hover { - background-color: #141414; - color: white; -} - -.gtkstyle-fallback:active { - background-color: #080808; - color: white; -} - -.gtkstyle-fallback:disabled { - background-color: #212121; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #3281EA; - color: white; -} - -.view { - background-color: #2C2C2C; - color: white; -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview { - border-radius: 12px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 12px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label { - color: rgba(255, 255, 255, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: white; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 36px; - padding: 0 8px; - border-radius: 12px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: white; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #F44336; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #FBC02D; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #3C3C3C; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #3281EA; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #F44336; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #F44336; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FBC02D; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #242424; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#3281EA), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3281EA), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, .nautilus-window.background.csd notebook > header tab button.flat:checked, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .nautilus-window.background.csd notebook > header tab button.flat:checked:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: white; -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 12px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 5px; - color: white; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -/********* - * Links * - *********/ -*:link { - color: #3281EA; -} - -*:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 32px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 6px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 6px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 3px; -} - -spinbutton.vertical button.down { - margin: 0 3px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 3px 9px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 0 0 2px #3281EA; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 3px; - background-color: #212121; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.inline-toolbar { - padding: 6px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -searchbar > revealer > box, -.location-bar { - padding: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: white; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 18px 18px 0 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 12px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 12px; - margin-left: 3px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 12px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 6px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 6px; - padding-right: 6px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 24px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 18px 18px 0 0; - border: none; - padding: 6px 3px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 24px; - min-width: 24px; - margin: 0 3px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 48px; - padding: 0 6px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #2C2C2C; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar separator.titlebutton { - margin-top: 12px; - margin-bottom: 12px; - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 3px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 12px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3281EA 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(255, 255, 255, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: white; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #2C2C2C; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 3px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 12px; -} - -menu { - margin: 3px; - padding: 6px; - background-color: #3C3C3C; - background-clip: border-box; -} - -.background > menu { - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 9px; - color: white; - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: white; -} - -menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: #505050; -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 6px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - border-radius: 8px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 11px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(255, 255, 255, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: white; - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 11px; -} - -popover.background.combo { - padding: 6px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 6px; -} - -popover.background > stack { - margin: -2px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 12px; - margin: 0; -} - -popover.background separator { - margin: 3px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 6px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame, notebook.frame > stack { - border-radius: 6px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 6px 6px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 12px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 12px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 6px 6px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 6px 6px; -} - -notebook > header.left > tabs > tab { - border-radius: 6px 0 0 6px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 6px 6px 0; -} - -notebook.frame > header.top { - border-radius: 6px 6px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 6px 6px; -} - -notebook.frame > header.left { - border-radius: 6px 0 0 6px; -} - -notebook.frame > header.right { - border-radius: 0 6px 6px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; -} - -.background.csd notebook.frame > header.left { - border-radius: 12px 0 0 12px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 12px 0 0 12px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 12px 12px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 12px 12px 0; -} - -notebook > header { - border-width: 1px; - border-color: #404040; - background-color: #212121; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 12px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: white; -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #3281EA; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 12px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 12px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(255, 255, 255, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 13px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 12px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #3281EA; -} - -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification > box > label { - padding-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: white; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 3px 6px; - border: 1px solid rgba(255, 255, 255, 0.12); - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.3); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #3C3C3C; -} - -messagedialog .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -messagedialog .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -messagedialog.csd.background { - border-bottom-left-radius: 18px; - border-bottom-right-radius: 18px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -6px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 6px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #3281EA; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #F44336; -} - -.csd filechooser { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 18px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 18px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #242424; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #2C2C2C; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 6px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 12px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 11px 11px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 11px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 11px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 11px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 18px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 18px 18px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 11px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 12px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 18px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; -} - -.solid-csd decoration:backdrop { - background-color: #2C2C2C; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#3281EA, 0.08); - background-image: radial-gradient(circle, alpha(#3281EA, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - margin: 3px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 12px; - background-color: #2C2C2C; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); - margin: 0 0 12px 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 6px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 6px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 18px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 18px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 18px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: white; - border-color: #404040; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #2C2C2C; - border-radius: 16px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #2d3949; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 18px 18px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; - border-style: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 6px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: white; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #3281EA; - color: #3281EA; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -.conflict-row:not(:selected) { - background-color: #6a582c; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window paned > separator { - background-color: #242424; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 18px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #242424; - border-bottom-left-radius: 18px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 18px 18px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 6px; - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 18px 18px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -66px; - padding-right: 66px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -66px; - padding-left: 66px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #3C3C3C; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 6px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -3px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -3px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#242424); -} - -.csd .tweak-categories { - border-bottom-left-radius: 18px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#2C2C2C); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#2C2C2C); -} - -.tweak-group-startup { - background-image: image(#2C2C2C); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 12px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 18px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 18px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 18px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 18px; - border-top-left-radius: 18px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 18px 18px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #2C2C2C; - border-bottom-right-radius: 18px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 12px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #2C2C2C; - border-bottom-left-radius: 18px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 18px 18px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 3px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 18px 18px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 18px 18px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 18px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #212121; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - padding: 3px 3px 0; -} - -tabbox > tab { - border-radius: 12px 12px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 18px; -} - -#weather-page-content-view { - border-bottom-right-radius: 18px; - border-bottom-left-radius: 18px; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 18px 18px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 18px; - border-top-right-radius: 18px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 18px; - border-top-right-radius: 18px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -stack.view.polari-entry-area { - background-color: #212121; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 18px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#212121); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -layouttabbar > box > button { - margin: 2px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -2px #3281EA; - background-color: #2C2C2C; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #F44336; - color: white; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 12px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 12px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -preferences stacksidebar.sidebar list { - background-color: #242424; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 12px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 12px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 6px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #3281EA 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #3281EA; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: white; -} - -dockoverlayedge { - background-color: #212121; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #3281EA; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #3281EA; -} - -pillbox { - background-color: #212121; - border-radius: 12px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #2C2C2C; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; -} - -button.dzlmenubutton image { - min-width: 30px; -} - -button.dzlmenubutton image.arrow { - min-width: 27px; -} - -button.dzlmenubuttonitem { - color: white; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -idelayoutstackheader button:checked { - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #212121; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(50, 129, 234, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #3281EA; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #3281EA; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #3281EA; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: white; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: white; -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel .view { - background-image: image(#242424); -} - -.side-panel .view:hover { - background-image: image(#363636); -} - -.side-panel .view:selected { - background-image: image(#3281EA); -} - -.side-panel .view:selected:hover { - background-image: image(#428bec); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 18px 18px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 18px 18px; - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #2C2C2C; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 18px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 18px; - background-color: #212121; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 18px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 18px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 6px 0 3px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -6px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -6px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 18px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -list.categories { - background-image: image(#242424); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 12px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 36px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 18px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: white; - background-color: #212121; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #242424; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #2C2C2C; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #2C2C2C; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - background-color: #2C2C2C; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 18px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 18px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 18px 18px; - background-color: #2C2C2C; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 12px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 18px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#3C3C3C); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 32px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #212121; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 12px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -notebook.meld-notebook > stack { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -.meld-notebook-child { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #3C3C3C; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #404040; -} - -window.background.chromium > button { - color: #3281EA; -} - -window.background.chromium > button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 12px; -} - -window.background.chromium spinner { - color: #3281EA; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #3281EA; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(255, 255, 255, 0.3); - background-color: #2C2C2C; -} - -tooltip.background.chromium { - color: white; - background-color: #191919; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #3C3C3C; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #3281EA; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #404040; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #404040; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #404040; - border-radius: 12px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(255, 255, 255, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #2C2C2C; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #3281EA; - box-shadow: inset 0 0 0 1px #3281EA; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #242424; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: white; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#MozillaGtkWidget > widget > frame { - color: #404040; -} - -#MozillaGtkWidget menu > separator { - color: #404040; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 11px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 12px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 12px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #2C2C2C; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #2C2C2C; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#3281EA); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #3281EA; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 18px 18px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -UnityDecoration .top:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #3281EA; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #3281EA; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #3281EA; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(255, 255, 255, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.2); - background-color: #3C3C3C; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: white; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 6px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #3281EA; -} - -.brisk-menu .session-button { - padding: 12px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: white; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 12px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #2C2C2C; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 12px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - color: white; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 13px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #3281EA; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 12px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #3281EA; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 12px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #2C2C2C; - border-color: #2C2C2C; -} - -.budgie-popover .container { - padding: 6px; -} - -.budgie-popover separator { - margin: 3px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: white; - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(255, 255, 255, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: white; - padding: 3px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(255, 255, 255, 0.04); - border-right: none; - border-bottom-left-radius: 12px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - padding: 6px; - margin: 6px; - border-radius: 11px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 3px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(255, 255, 255, 0.12); - padding: 6px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 6px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 6px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 3px; - outline-width: 0; - border-radius: 12px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 3px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 6px; -} - -.budgie-popover.places-menu .container { - padding: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 2px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 12px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 3px 0; - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(33, 33, 33, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 18px 18px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: white; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 18px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 18px 18px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 18px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 18px; -} - -.right .budgie-panel.dock-mode { - border-radius: 18px 0 0 18px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 18px; -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: white; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #3281EA; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: white; -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 6px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 6px; - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -4px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 6px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 3px; - margin-right: 3px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 3px; - padding-right: 3px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #3C3C3C; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 12px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 36px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 12px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(255, 255, 255, 0.06); - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: white; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 12px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 12px; -} - -image.raven-mpris { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.7); - border-radius: 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 6px 6px 6px 12px; - margin: 3px; - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 6px; - border-radius: 18px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 12px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 12px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 24px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 24px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 18px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 18px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 18px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #F44336; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 14px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: white; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #242424; - border-bottom-left-radius: 18px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 12px; -} - -button.centerbutton:first-child { - border-radius: 12px 0 0 12px; -} - -button.centerbutton:last-child { - border-radius: 0 12px 12px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #2C2C2C; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(255, 255, 255, 0.7); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(255, 255, 255, 0.7); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#3281EA) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #3281EA; -} - -XfdesktopIconView.view { - border-radius: 12px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 12px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #212121; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #2C2C2C; -} - -window#whiskermenu-window > frame > border { - border-radius: 18px; - padding: 6px 8px 6px 9px; - margin: 6px; - border: none; - background-color: rgba(33, 33, 33, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 3px; - background-color: #2C2C2C; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 12px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 18px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 18px; - background-color: rgba(33, 33, 33, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 6px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 12px; - box-shadow: none; - background-color: #3C3C3C; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #404040; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #3281EA; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #2C2C2C; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: white; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #242424; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #646464; - -NemoPlacesTreeView-disk-full-fg-color: #3281EA; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis/gtk-3.0/gtk.css b/themes/.themes/Orchis/gtk-3.0/gtk.css deleted file mode 100644 index 9170803..0000000 --- a/themes/.themes/Orchis/gtk-3.0/gtk.css +++ /dev/null @@ -1,8561 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #1A73E8 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #1A73E8 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #E53935; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 6; - -GtkDialog-action-area-border: 6; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 12px; - -gtk-secondary-caret-color: #1A73E8; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, .budgie-popover.budgie-menu row.activatable > button.flat:checked, box.vertical > widget > widget:selected, row:selected, treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(235, 235, 235, 0.987); -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected, .background.csd .view:selected { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, statuspage.search-view entry.search > window.background treeview.view:selected, calendar:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: white; - background-color: #1A73E8; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 12px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 12px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.background.csd { - border-radius: 0 0 18px 18px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:hover { - background-color: #e5e5e5; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:active { - background-color: #d9d9d9; - color: rgba(0, 0, 0, 0.87); -} - -.gtkstyle-fallback:disabled { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.38); -} - -.gtkstyle-fallback:selected { - background-color: #1A73E8; - color: white; -} - -.view { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.view:selected:hover { - box-shadow: none; -} - -textview text { - background-color: #FFFFFF; -} - -textview border { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.6); -} - -iconview { - border-radius: 12px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view treeview.view rubberband, -treeview.view .content-view rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -flowbox treeview.view rubberband, -flowbox rubberband, -flowbox treeview.view rubberband, -treeview.view flowbox rubberband { - border: 1px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 12px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(0, 0, 0, 0.6); -} - -label:disabled { - color: rgba(0, 0, 0, 0.38); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -.dim-label { - color: rgba(0, 0, 0, 0.6); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(0, 0, 0, 0.38); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: rgba(0, 0, 0, 0.87); -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 36px; - padding: 0 8px; - border-radius: 12px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #1A73E8; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(0, 0, 0, 0.6); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.26) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.26) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #E53935; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #FFD600; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #1A73E8; - background-color: transparent; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #1A73E8; -} - -.gedit-search-slider .linked:not(.vertical) > entry:drop(active) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -.gedit-search-slider .linked:not(.vertical) > entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #E53935; - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #E53935; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:focus { - border-image: none; - box-shadow: inset 0 0 0 2px #FFD600; -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.38); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image { - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { - color: rgba(0, 0, 0, 0.87); -} - -.gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -treeview entry.flat, treeview entry { - background-color: #FFFFFF; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#1A73E8), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1A73E8), to(transparent)); - } -} - -#XfceNotifyWindow button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .budgie-osd-window .drop-shadow button, -.budgie-power-dialog .drop-shadow button, .raven-mpris button.image-button, .mate-panel-menu-bar button, .nautilus-window.background.csd notebook > header tab button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -#XfceNotifyWindow button:focus, .xfce4-panel.background button:focus, .budgie-osd-window .drop-shadow button:focus, -.budgie-power-dialog .drop-shadow button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, .nautilus-window.background.csd notebook > header tab button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, #XfceNotifyWindow button:hover, .xfce4-panel.background button:hover, .budgie-osd-window .drop-shadow button:hover, -.budgie-power-dialog .drop-shadow button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, .nautilus-window.background.csd notebook > header tab button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, #XfceNotifyWindow button:active, .xfce4-panel.background button:active, .budgie-osd-window .drop-shadow button:active, -.budgie-power-dialog .drop-shadow button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, .nautilus-window.background.csd notebook > header tab button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, #XfceNotifyWindow button:checked, .xfce4-panel.background button:checked, .budgie-osd-window .drop-shadow button:checked, -.budgie-power-dialog .drop-shadow button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, .nautilus-window.background.csd notebook > header tab button.flat:checked, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked { - color: white; -} - -#XfceNotifyWindow button:disabled, .xfce4-panel.background button:disabled, .budgie-osd-window .drop-shadow button:disabled, -.budgie-power-dialog .drop-shadow button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, .nautilus-window.background.csd notebook > header tab button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#XfceNotifyWindow button:checked:disabled, .xfce4-panel.background button:checked:disabled, .budgie-osd-window .drop-shadow button:checked:disabled, -.budgie-power-dialog .drop-shadow button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .nautilus-window.background.csd notebook > header tab button.flat:checked:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(0, 0, 0, 0.04); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #1A73E8; - color: white; -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -.budgie-notification-window .linked > button, .budgie-notification-window .linked > button:first-child, .budgie-notification-window .linked > button:last-child, .raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child), filechooser #pathbarbox > stack > box > button, check, -radio, headerbar button.titlebutton, button.close, button.circular, .inline-toolbar button.image-button, button.image-button { - border-radius: 9999px; -} - -.budgie-notification-window .linked > button label, .budgie-notification-window .linked > button:first-child label, .budgie-notification-window .linked > button:last-child label, .raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, .linked:not(.vertical) > button.disclosure-button:not(.suggested-action):not(.destructive-action):not(:only-child) label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar button.titlebutton label, button.close label, button.circular label, .inline-toolbar button.image-button label, button.image-button label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-search-slider .linked > button, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-settings-window buttonbox.inline-toolbar button, .budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, .gedit-search-slider .linked > button, .nautilus-window.background.csd notebook > header tab:checked button.flat, .nautilus-window.background.csd notebook > header tab:active button.flat, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button, placessidebar.sidebar row button.sidebar-button, calendar.button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .xfce4-panel.background button.flat, .raven stackswitcher.linked > button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog.csd .dialog-action-box button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), .caja-pathbar button, -.path-bar.linked:not(.vertical) > button, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), .inline-toolbar button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.6); -} - -.budgie-settings-window buttonbox.inline-toolbar button:focus, .budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, .gedit-search-slider .linked > button:focus, .nautilus-window.background.csd notebook > header tab:checked button.flat:focus, .nautilus-window.background.csd notebook > header tab:active button.flat:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog.csd .dialog-action-box button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), .caja-pathbar button:focus, -.path-bar.linked:not(.vertical) > button:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), .inline-toolbar button:focus, button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, .gedit-search-slider .linked > button:hover, .nautilus-window.background.csd notebook > header tab:checked button.flat:hover, .nautilus-window.background.csd notebook > header tab:active button.flat:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog.csd .dialog-action-box button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), .caja-pathbar button:hover, -.path-bar.linked:not(.vertical) > button:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), .inline-toolbar button:hover, button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, .gedit-search-slider .linked > button:active, .nautilus-window.background.csd notebook > header tab:checked button.flat:active, .nautilus-window.background.csd notebook > header tab:active button.flat:active, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog.csd .dialog-action-box button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), .caja-pathbar button:active, -.path-bar.linked:not(.vertical) > button:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), .inline-toolbar button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: rgba(0, 0, 0, 0.87); -} - -.budgie-settings-window buttonbox.inline-toolbar button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, .gedit-search-slider .linked > button:disabled, .nautilus-window.background.csd notebook > header tab:checked button.flat:disabled, .nautilus-window.background.csd notebook > header tab:active button.flat:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog.csd .dialog-action-box button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), .inline-toolbar button:disabled, button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog.csd .dialog-action-box button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), .inline-toolbar button:checked, button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog.csd .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), .caja-pathbar button:checked:disabled, -.path-bar.linked:not(.vertical) > button:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), .inline-toolbar button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button), .linked.vertical > button.flat:not(:only-child).image-button:not(.text-button) { - border-radius: 9999px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - background-color: #212121; - color: white; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #424242; - color: white; -} - -button.osd:active { - background-color: #595959; - color: white; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 12px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #1A73E8; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(26, 115, 232, 0.2), 0 4px 3px 0 rgba(26, 115, 232, 0.14), 0 1px 6px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:checked { - background-color: #5f9def; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(26, 115, 232, 0.3), 0 2px 3px -1px rgba(26, 115, 232, 0.24), 0 2px 5px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1A73E8; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.suggested-action.flat:checked { - background-color: rgba(26, 115, 232, 0.3); -} - -button.destructive-action { - background-color: #E53935; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(229, 57, 53, 0.2), 0 4px 3px 0 rgba(229, 57, 53, 0.14), 0 1px 6px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:checked { - background-color: #ed7472; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(229, 57, 53, 0.3), 0 2px 3px -1px rgba(229, 57, 53, 0.24), 0 2px 5px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #E53935; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.destructive-action.flat:checked { - background-color: rgba(229, 57, 53, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 5px; - color: rgba(0, 0, 0, 0.87); -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -/********* - * Links * - *********/ -*:link { - color: #1A73E8; -} - -*:visited { - color: #AB47BC; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1A73E8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #AB47BC; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 32px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 6px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 6px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton.vertical button.up { - margin: 0 3px; -} - -spinbutton.vertical button.down { - margin: 0 3px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -combobox menu menuitem { - min-height: 20px; - min-width: 40px; - padding: 3px 9px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.26); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(0, 0, 0, 0.04); - box-shadow: inset 0 0 0 2px #1A73E8; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 3px; - background-color: #F2F2F2; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) stackswitcher { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.inline-toolbar { - padding: 6px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FAFAFA; -} - -frame.view + .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -searchbar > revealer > box, -.location-bar { - padding: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: white; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 18px 18px 0 0; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 12px; -} - -.titlebar .linked:not(.vertical) > entry.search + button { - border-radius: 12px; - margin-left: 3px; -} - -.linked:not(.vertical) > .titlebar button.suggested-action, .linked:not(.vertical) > .titlebar button.destructive-action { - border-radius: 12px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar button.toggle { - border-radius: 9999px; -} - -.titlebar stackswitcher { - border-radius: 9999px; - margin: 6px 0; -} - -.titlebar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 6px; - padding-right: 6px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; - color: white; -} - -.titlebar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode .subtitle:link { - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.titlebar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 24px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - border-radius: 18px 18px 0 0; - border: none; - padding: 6px 3px; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - padding: 0; - min-height: 24px; - min-width: 24px; - margin: 0 3px; -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar, .solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 48px; - padding: 0 6px; -} - -headerbar:not(.titlebar) { - box-shadow: none; -} - -box.vertical headerbar { - background-color: #2C2C2C; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar separator.titlebutton { - margin-top: 12px; - margin-bottom: 12px; - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin-top: 0; - margin-bottom: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow { - font-size: 10px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box.narrow image { - margin-top: 3px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #1A73E8 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 12px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #1A73E8 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked, -.path-bar.linked:not(.vertical) > button:checked:disabled { - background-color: transparent; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):first-child { - margin-left: 0; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar.linked:not(.vertical) > button label:not(:only-child):last-child { - margin-right: 0; -} - -.caja-pathbar button.text-button, -.path-bar.linked:not(.vertical) > button.text-button { - min-width: 0; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(0, 0, 0, 0.26); - border-top-color: rgba(0, 0, 0, 0.12); - -gtk-outline-radius: 3px; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); -} - -treeview.view:hover, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(0, 0, 0, 0.6); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view.progressbar { - border-bottom: 6px solid #1A73E8; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -treeview.view.trough { - border-bottom: 6px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -treeview.view.trough:selected:hover { - box-shadow: none; -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #FFFFFF; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; - background-clip: border-box; - color: #1A73E8; -} - -treeview.view acceleditor > label { - background-color: #1A73E8; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 3px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop, -.menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 2px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 5px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.background.popup { - background-color: transparent; - background-image: none; - border-radius: 12px; -} - -menu { - margin: 3px; - padding: 6px; - background-color: #FFFFFF; - background-clip: border-box; -} - -.background > menu { - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.background:not(.popup) > menu { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; -} - -.background.csd > menu { - border: none; - border-radius: 11px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 9px; - color: rgba(0, 0, 0, 0.87); - font: initial; - text-shadow: none; - border-radius: 5px; -} - -menu menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -menu menuitem:disabled { - color: rgba(0, 0, 0, 0.38); -} - -menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected { - background-color: rgba(235, 235, 235, 0.987); -} - -menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 6px; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); - border-radius: 8px; -} - -menu > arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-image: image(rgba(0, 0, 0, 0.12)) 0 0 1/0 0 1px; -} - -menu > arrow.bottom { - margin-top: 11px; - margin-bottom: -12px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-image: image(rgba(0, 0, 0, 0.12)) 1 0 0/1px 0 0; -} - -menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: rgba(0, 0, 0, 0.87); - border-image: none; -} - -menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator { - margin: 3px 0; -} - -menuitem accelerator { - color: rgba(0, 0, 0, 0.6); -} - -menuitem:disabled accelerator { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -popover.background:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 0; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); - border-radius: 11px; -} - -popover.background.combo { - padding: 6px; -} - -popover.background.combo > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 5px; - margin: 2px; - padding: 6px; -} - -popover.background > stack { - margin: -2px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #FFFFFF; -} - -popover.background button, popover.background entry, popover.background spinbutton { - border-radius: 5px; -} - -popover.background .linked > button, -popover.background button.model { - border-radius: 0; -} - -popover.background .linked > button:first-child, -popover.background button.model:first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:last-child, -popover.background button.model:last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:only-child, -popover.background button.model:only-child { - border-radius: 5px; -} - -popover.background button.model { - min-height: 32px; - min-width: 32px; - padding: 0 12px; - margin: 0; -} - -popover.background separator { - margin: 3px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 6px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; - background-clip: padding-box; - border-color: #dedede; - color: rgba(0, 0, 0, 0.87); -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -tabbox > tab:checked.reorderable-page, notebook > header tab:checked.reorderable-page { - background-color: #FFFFFF; -} - -notebook { - background-color: #FFFFFF; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #FAFAFA; -} - -notebook.frame, notebook.frame > stack { - border-radius: 6px; -} - -notebook.frame > stack .inline-toolbar { - border-radius: 0 0 6px 6px; -} - -.background.csd notebook.frame, .background.csd notebook.frame > stack { - border-radius: 12px; -} - -.background.csd notebook.frame > stack scrolledwindow.frame { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > stack .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -notebook > stack { - background-color: transparent; -} - -notebook.frame frame > border { - border: none; - border-radius: 12px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook > header.top > tabs > tab { - border-radius: 6px 6px 0 0; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 6px 6px; -} - -notebook > header.left > tabs > tab { - border-radius: 6px 0 0 6px; -} - -notebook > header.right > tabs > tab { - border-radius: 0 6px 6px 0; -} - -notebook.frame > header.top { - border-radius: 6px 6px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 6px 6px; -} - -notebook.frame > header.left { - border-radius: 6px 0 0 6px; -} - -notebook.frame > header.right { - border-radius: 0 6px 6px 0; -} - -.background.csd notebook.frame > header.top { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > header.top > tabs > tab { - border-radius: 12px 12px 0 0; -} - -.background.csd notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; -} - -.background.csd notebook.frame > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; -} - -.background.csd notebook.frame > header.left { - border-radius: 12px 0 0 12px; -} - -.background.csd notebook.frame > header.left > tabs > tab { - border-radius: 12px 0 0 12px; -} - -.background.csd notebook.frame > header.right { - border-radius: 0 12px 12px 0; -} - -.background.csd notebook.frame > header.right > tabs > tab { - border-radius: 0 12px 12px 0; -} - -notebook > header { - border-width: 1px; - border-color: #dedede; - background-color: #F2F2F2; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; - margin-top: 4px; -} - -notebook > header.top > tabs > tab { - border-bottom: none; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; - margin-bottom: 4px; -} - -notebook > header.bottom > tabs > tab { - border-top: none; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-left: 4px; - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - border-right: none; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; - margin-right: 4px; -} - -notebook > header.right > tabs > tab { - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar slider:hover { - background-color: rgba(0, 0, 0, 0.38); -} - -scrollbar slider:active { - background-color: rgba(0, 0, 0, 0.6); -} - -scrollbar slider:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(255, 255, 255, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.26); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(26, 115, 232, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - -gtk-icon-transform: scale(0); -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #FFFFFF; -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked slider { - background-color: #1A73E8; - color: #1A73E8; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #0F9D58; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 18px; - min-width: 18px; - border-radius: 12px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")); -} - -treeview.view check, treeview.view radio { - padding: 0; - margin: 0; -} - -treeview.view check, treeview.view check:hover, treeview.view check:selected, treeview.view radio, treeview.view radio:hover, treeview.view radio:selected { - box-shadow: none; - background-color: transparent; - background-image: none; - color: rgba(0, 0, 0, 0.6); -} - -treeview.view check:hover, treeview.view check:active, treeview.view check:hover:hover, treeview.view check:hover:active, treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:hover, treeview.view radio:active, treeview.view radio:hover:hover, treeview.view radio:hover:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view check:disabled, treeview.view check:hover:disabled, treeview.view check:selected:disabled, treeview.view radio:disabled, treeview.view radio:hover:disabled, treeview.view radio:selected:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view check:hover:checked, treeview.view check:hover:indeterminate, treeview.view check:selected:checked, treeview.view check:selected:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view radio:hover:checked, treeview.view radio:hover:indeterminate, treeview.view radio:selected:checked, treeview.view radio:selected:indeterminate { - color: #0F9D58; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view check:hover:checked:disabled, treeview.view check:hover:indeterminate:disabled, treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, treeview.view radio:hover:checked:disabled, treeview.view radio:hover:indeterminate:disabled, treeview.view radio:selected:checked:disabled, treeview.view radio:selected:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: #1A73E8; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scale trough:disabled { - background-color: rgba(0, 0, 0, 0.15); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#1A73E8); -} - -scale highlight:disabled { - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.26); -} - -scale fill:disabled { - background-color: transparent; -} - -scale marks, -scale value { - color: rgba(0, 0, 0, 0.6); -} - -scale indicator { - background-color: rgba(0, 0, 0, 0.26); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.15); -} - -progressbar progress { - border-radius: 12px; - background-color: #1A73E8; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #1A73E8; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #FFD600; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #1A73E8; -} - -levelbar block.full { - background-color: #0F9D58; -} - -levelbar block.empty { - background-color: rgba(0, 0, 0, 0.15); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 12px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, -frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -.background.csd frame box.vertical > actionbar > revealer > box { - border-radius: 0; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(0, 0, 0, 0.04)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -preferences stacksidebar.sidebar list separator, .tweak-categories separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 13px; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, preferencesgroup list row.activatable:first-child, .geary-accounts-editor-pane list row.activatable:first-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:first-child, window.background.csd.unified > deck > deck > deck list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:first-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:first-child, leaflet stack.background scrolledwindow > viewport list row.activatable:first-child, leaflet overlay scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, list.tweak-group list row.activatable:first-child, .tweak-group-startup row.activatable:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, preferencesgroup list row.activatable:last-child, .geary-accounts-editor-pane list row.activatable:last-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:last-child, window.background.csd.unified > deck > deck > deck list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:last-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:last-child, leaflet stack.background scrolledwindow > viewport list row.activatable:last-child, leaflet overlay scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, list.tweak-group list row.activatable:last-child, .tweak-group-startup row.activatable:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, preferencesgroup list row.activatable:only-child, .geary-accounts-editor-pane list row.activatable:only-child, dialog.background scrolledwindow.frame > viewport > list > row.activatable:only-child, window.background.csd.unified > deck > deck > deck list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet stack.background scrolledwindow > viewport list row.activatable:only-child, hdyleaflet overlay scrolledwindow > viewport list row.activatable:only-child, leaflet stack.background scrolledwindow > viewport list row.activatable:only-child, leaflet overlay scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row.activatable:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, list.tweak-group list row.activatable:only-child, .tweak-group-startup row.activatable:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 12px; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - margin-right: 4px; - border-radius: 0 9999px 9999px 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected image, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected image, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:selected label, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable:selected label { - color: #1A73E8; -} - -list { - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -list row { - padding: 2px; -} - -.budgie-popover.budgie-menu row.activatable > button.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.flat:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-popover.budgie-menu row.activatable > button.has-open-popup.flat, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu row.activatable > button.flat:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: rgba(0, 0, 0, 0.87); -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(0, 0, 0, 0.38); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #1A73E8; -} - -.app-notification > box > label { - padding-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(0, 0, 0, 0.6); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: rgba(0, 0, 0, 0.87); -} - -expander title > arrow:disabled { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 3px 6px; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -calendar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -calendar.button:focus { - outline: none; - box-shadow: none; -} - -calendar.highlight { - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(0, 0, 0, 0.26); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #FFFFFF; -} - -messagedialog .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -messagedialog .titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -messagedialog.csd.background { - border-bottom-left-radius: 18px; - border-bottom-right-radius: 18px; -} - -messagedialog.csd .dialog-action-box { - margin-top: -6px; -} - -messagedialog.csd .dialog-action-box button, messagedialog.csd .dialog-action-box button:first-child, messagedialog.csd .dialog-action-box button:last-child { - border-radius: 9999px; -} - -messagedialog.csd .dialog-action-box button:not(:last-child) { - margin-right: 6px; -} - -messagedialog.csd .dialog-action-box button:not(:disabled) { - color: #1A73E8; -} - -messagedialog.csd .dialog-action-box button.destructive-action:not(:disabled) { - color: #E53935; -} - -.csd filechooser { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -filechooser stack.view { - background-color: transparent; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 18px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 18px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #FAFAFA; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(0, 0, 0, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(0, 0, 0, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 4px; - background-color: #FAFAFA; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 2px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -stacksidebar.sidebar row + row { - margin-top: 4px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -row image.sidebar-icon:disabled { - color: rgba(0, 0, 0, 0.26); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 1px 0 4px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: -1px 4px -1px 0; - padding: 0; - border-radius: 0 9999px 9999px 0; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -placessidebar.sidebar row:selected image.sidebar-icon { - color: #1A73E8; -} - -placessidebar.sidebar row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #1A73E8; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #1A73E8; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #FFFFFF; -} - -infobar.info > revealer > box button, infobar.info > revealer > box button.text-button:not(:disabled), infobar.info:hover > revealer > box button, infobar.info:hover > revealer > box button.text-button:not(:disabled), infobar.info:backdrop > revealer > box button, infobar.info:backdrop > revealer > box button.text-button:not(:disabled) { - color: #1A73E8; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #1A73E8; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #3181ea; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #ffda1a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #E53935; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #e84f4c; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 6px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - border-radius: 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 11px 11px 0 0; - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button:only-child { - border-radius: 11px; -} - -colorswatch#add-color-button overlay { - background-color: #FFFFFF; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 11px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 11px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #F2F2F2; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - border-radius: 18px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - border: none; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent; - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.maximized decoration, .fullscreen decoration, .popup decoration { - box-shadow: none; -} - -.ssd decoration { - border-radius: 18px 18px 0 0; - box-shadow: none; - margin: 0; -} - -.ssd decoration, .ssd decoration:backdrop { - transition: none; -} - -.csd.popup decoration { - border-radius: 11px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -tooltip.csd decoration { - border-radius: 12px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 18px; -} - -.solid-csd decoration { - margin: 0; - padding: 1px; - border-radius: 0; - box-shadow: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; -} - -.solid-csd decoration:backdrop { - background-color: #2C2C2C; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #1A73E8; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - color: rgba(0, 0, 0, 0.87); - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #1A73E8; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child, stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) { - min-width: 100px; -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - box-shadow: inset 0 0 0 9999px alpha(#1A73E8, 0.08); - background-image: radial-gradient(circle, alpha(#1A73E8, 0.08) 10%, transparent 0%); -} - -stackswitcher:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #1A73E8; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -button.emoji-section { - margin: 3px; - border-radius: 8px; -} - -button.emoji-section:checked { - color: #1A73E8; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd.unified headerbar { - box-shadow: none; -} - -.nautilus-window.background.csd { - background-color: #2C2C2C; - border-radius: 0 0 18px 18px; -} - -.nautilus-window.background.csd headerbar { - padding-left: 12px; - background-color: #2C2C2C; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: -1px; -} - -.nautilus-window.background.csd placessidebar { - background-color: transparent; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); - margin: 0 0 12px 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame { - border-radius: 12px; - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list { - padding: 12px 0 12px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable { - border-radius: 0; - margin: -8px 0 -8px 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:focus, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:active { - background-image: none; - box-shadow: none; - animation: none; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable image.sidebar-icon { - padding-right: 6px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding: 0 0 0 6px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable > revealer.sidebar-revealer > widget > box { - padding-right: 12px; - padding-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active), .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:hover label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box { - background-color: #FFFFFF; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected.png"), url("assets/row-selected@2.png")); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected > revealer.sidebar-revealer > widget > box label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled image.sidebar-icon, .nautilus-window.background.csd placessidebar > viewport.frame > list > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd placessidebar scrollbar { - background: none; - border: none; - margin: 2px 0; -} - -.nautilus-window.background.csd placessidebar > undershoot.top { - background: none; -} - -.nautilus-window.background.csd placessidebar > undershoot.bottom { - background: none; -} - -.nautilus-window.background.csd placessidebar > overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window.background.csd placessidebar > overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd .nautilus-list-view { - background-color: transparent; - border-radius: 18px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; - border-radius: 0; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:first-child { - border-top-left-radius: 18px; -} - -.nautilus-window.background.csd .nautilus-list-view treeview.view:not(:hover):not(:active):not(:selected) > header > button:last-child { - border-top-right-radius: 18px; -} - -.nautilus-window.background.csd notebook { - background: none; - margin: 0 6px 6px 0; -} - -.nautilus-window.background.csd notebook > header { - padding: 0 16px; - background: none; - border-color: transparent; -} - -.nautilus-window.background.csd notebook > header tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd notebook > header tab:hover:not(:checked):not(:active) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window.background.csd notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window.background.csd notebook > header tab:checked, .nautilus-window.background.csd notebook > header tab:active { - color: rgba(0, 0, 0, 0.87); - border-color: transparent; -} - -.nautilus-window.background.csd notebook > header tab:checked:disabled, .nautilus-window.background.csd notebook > header tab:active:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nautilus-window.background.csd notebook > stack { - background-color: #FFFFFF; - border-radius: 16px; -} - -.nautilus-window.background.csd notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd notebook scrolledwindow .view:selected { - background-color: #ddeafc; -} - -.nautilus-window.background.csd notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 18px 18px; -} - -.nautilus-window.background.csd notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd paned > separator { - background: none; -} - -.nautilus-window.background.csd paned > separator.wide { - min-width: 0; - min-height: 0; - background: none; -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; - border-style: none; - border-radius: 9999px; - background-color: rgba(242, 242, 242, 0.95); -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 6px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; - border-radius: 9999px; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: white; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(0, 0, 0, 0.6); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border-radius: 9999px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button { - border-radius: 9999px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.disk-space-display.unknown { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.26); -} - -.disk-space-display.used { - background-color: #1A73E8; - color: #1A73E8; -} - -.disk-space-display.free { - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.15); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.conflict-row:not(:selected) { - background-color: #fff3b3; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window paned > separator { - background-color: #FAFAFA; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator, -window.background.csd > paned.titlebar > separator { - background-color: transparent; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 2px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 18px; -} - -.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow treeview.view:not(:hover):not(:selected) { - background: none; -} - -.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #FAFAFA; - border-bottom-left-radius: 18px; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0 0 18px 18px; -} - -.gedit-search-slider { - margin: 0 6px 8px; - padding: 6px; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0 0 18px 18px; -} - -.gedit-search-slider .linked:not(.vertical) > entry { - border-radius: 12px; -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(0, 0, 0, 0.6); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { - margin-right: -66px; - padding-right: 66px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { - margin-left: -66px; - padding-left: 66px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #FFFFFF; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 6px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -3px; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -3px; - border-radius: 9999px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#FAFAFA); -} - -.csd .tweak-categories { - border-bottom-left-radius: 18px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#FFFFFF); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#FFFFFF); -} - -.tweak-group-startup { - background-image: image(#FFFFFF); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 12px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right, leaflet.titlebar > .titlebar.tweak-titlebar-left, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -leaflet.titlebar > .titlebar.tweak-titlebar-right + separator, leaflet.titlebar > .titlebar.tweak-titlebar-left + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-right + separator, hdyleaflet.titlebar > .titlebar.tweak-titlebar-left + separator { - background-color: inherit; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -list.navigation-sidebar { - border-bottom-left-radius: 18px; -} - -list.navigation-sidebar > separator { - background-color: transparent; -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:not(:only-child) { - border-top-left-radius: 18px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:not(:only-child) { - border-top-right-radius: 18px; -} - -window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet.unfolded > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet.unfolded > headerbar:last-child:only-child { - border-top-right-radius: 18px; - border-top-left-radius: 18px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 18px 18px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #FFFFFF; - border-bottom-right-radius: 18px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet > stack.background frame.view, -window.background.csd > hdyleaflet > stack.background frame.view, -window.background.csd > box.horizontal > stack.background frame.view { - border-radius: 12px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #FFFFFF; - border-bottom-left-radius: 18px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 18px 18px; -} - -hdyleaflet frame > border, leaflet frame > border, box.horizontal > stack.background frame > border { - border: none; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) > separator { - margin: 3px 0; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:not(.progressbar):not(.trough):not(:hover):not(:active):not(:selected) { - background: none; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 18px 18px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 18px 18px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 18px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - background-color: #F2F2F2; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - padding: 3px 3px 0; -} - -tabbox > tab { - border-radius: 12px 12px 0 0; - border-bottom: none; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 18px; -} - -#weather-page-content-view { - border-bottom-right-radius: 18px; - border-bottom-left-radius: 18px; -} - -statuspage.search-view entry.search { - background-color: #FFFFFF; -} - -statuspage.search-view entry.search:focus { - box-shadow: none; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 18px 18px; -} - -/**************** - * Gnome Clocks * - ****************/ -window.background.csd.unified { - border-top-left-radius: 18px; - border-top-right-radius: 18px; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { - border-top-left-radius: 18px; - border-top-right-radius: 18px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer { - margin: 0 0; - background: none; -} - -window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #1A73E8; - color: white; -} - -stack.view.polari-entry-area { - background-color: #F2F2F2; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-bottom-right-radius: 18px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#F2F2F2); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -layouttabbar > box > button { - margin: 2px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - box-shadow: inset 0 -2px #1A73E8; - background-color: #FFFFFF; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #E53935; - color: white; -} - -window.workbench treeview.image { - color: rgba(0, 0, 0, 0.6); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 12px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 12px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(0, 0, 0, 0.6); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; - background-color: #FFFFFF; -} - -preferences stacksidebar.sidebar list { - background-color: #FAFAFA; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 12px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 12px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 6px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #1A73E8 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #1A73E8; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -dockoverlayedge { - background-color: #F2F2F2; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #1A73E8; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #1A73E8; -} - -pillbox { - background-color: #F2F2F2; - border-radius: 12px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; - background-color: #FFFFFF; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; -} - -button.dzlmenubutton image { - min-width: 30px; -} - -button.dzlmenubutton image.arrow { - min-width: 27px; -} - -button.dzlmenubuttonitem { - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(0, 0, 0, 0.38); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -idelayoutstackheader button:checked { - color: rgba(0, 0, 0, 0.87); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #F2F2F2; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(26, 115, 232, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: rgba(0, 0, 0, 0.87); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #1A73E8; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #1A73E8; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #1A73E8; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: rgba(0, 0, 0, 0.87); -} - -button.photos-filter-preview:checked image { - color: white; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel .view { - background-image: image(#FAFAFA); -} - -.side-panel .view:hover { - background-image: image(rgba(234, 234, 234, 0.9896)); -} - -.side-panel .view:selected { - background-image: image(#1A73E8); -} - -.side-panel .view:selected:hover { - background-image: image(#2c7eea); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -/*********************** - * Gnome Note (bijiben)* - ***********************/ -dialog.background scrolledwindow.frame > viewport > list { - background-color: transparent; - border: none; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd > box.vertical > paned.horizontal > box.vertical > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd evview.view.content-view { - border-radius: 0 0 18px 18px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 18px 18px; - background-color: #FFFFFF; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:active):not(:selected) { - background-color: #FFFFFF; -} - -window.background.csd > grid.horizontal > paned.horizontal > box + separator + scrolledwindow { - border-radius: 0 0 18px 0; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 18px; - background-color: #F2F2F2; -} - -window.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************** - * Gnome Disk * - **************/ -window.background.csd > box.vertical > paned.horizontal > scrolledwindow treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/************ - * Terminal * - ************/ -terminal-window.background.csd { - border-radius: 0; -} - -terminal-window.background.csd.maximized { - border-radius: 0; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 18px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 18px; -} - -popover.background.menu radiobutton.system, popover.background.menu radiobutton.light, popover.background.menu radiobutton.dark { - margin: 6px 0 3px; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -6px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -6px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 18px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -list.categories { - background-image: image(#FAFAFA); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 12px; - background-color: #242424; - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 36px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 18px; -} - -window.background.csd.geary-main-window box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 18px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: rgba(0, 0, 0, 0.87); - background-color: #F2F2F2; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window > deck > overlay > .geary-main-layout { - background-color: #FAFAFA; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #2C2C2C; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #2C2C2C; -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); -} - -.geary-main-window > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { - margin: -1px 0; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(0, 0, 0, 0.12); - border-bottom-width: 0; - background-color: #FFFFFF; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor box.background, -.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 8px 8px; -} - -geary-composer-box#GearyComposerWindow geary-composer-editor box.background, -geary-composer-box#GearyComposerWindow geary-composer-editor actionbar > revealer > box { - border-radius: 0 0 18px 18px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 18px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 18px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 18px 18px; - background-color: #FFFFFF; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > box.vertical > stack.view > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame), dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) > stack { - border-radius: 0 0 18px 18px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook:not(.frame) .inline-toolbar { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 12px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow.frame treeview.view:not(:hover):not(:active):not(:selected) { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 12px; -} - -window.background > deck > box > overlay > stack > leaflet > box > scrolledwindow > viewport > box > stack > scrolledwindow { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -window.background.csd.unified headerbar.selection-mode { - box-shadow: none; -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 18px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -window.background.csd.unified > deck > .view > notebook > header.top { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#FFFFFF); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 32px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #F2F2F2; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 12px; -} - -/******** - * Meld * - ********/ -notebook.meld-notebook { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -notebook.meld-notebook > stack { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -.meld-notebook-child { - background-color: #FFFFFF; - border-radius: 0 0 18px 18px; -} - -.meld-status-bar { - background-color: transparent; -} - -.meld-status-bar button { - border-radius: 0; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #FFFFFF; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #dedede; -} - -window.background.chromium > button { - color: #1A73E8; -} - -window.background.chromium > button:disabled { - color: rgba(0, 0, 0, 0.26); -} - -window.background.chromium menubar, window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium menu { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - box-shadow: none; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -window.background.chromium headerbar { - padding: 0 12px; -} - -window.background.chromium spinner { - color: #1A73E8; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #1A73E8; - color: white; -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(0, 0, 0, 0.26); - background-color: #FFFFFF; -} - -tooltip.background.chromium { - color: white; - background-color: #343434; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget > widget text { - background-color: #FFFFFF; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #1A73E8; - color: white; -} - -#MozillaGtkWidget > widget > separator { - color: #dedede; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #dedede; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #dedede; - border-radius: 12px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(0, 0, 0, 0.15); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #FFFFFF; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #1A73E8; - box-shadow: inset 0 0 0 1px #1A73E8; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #FAFAFA; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: white; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#MozillaGtkWidget > widget > frame { - color: #dedede; -} - -#MozillaGtkWidget menu > separator { - color: #dedede; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -.background.popup.xapp-status-icon-menu-window decoration { - border-radius: 11px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 12px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 12px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:first-child, window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable:last-child { - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame { - border: none; -} - -window.background.csd > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -window.background:not(.solid-csd):not(.csd) > grid.horizontal > grid.horizontal { - background-color: transparent; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) { - border: none; - background-color: #FFFFFF; - box-shadow: none; -} - -window.background:not(.solid-csd):not(.csd) > notebook:not(.frame) > stack { - border: none; - box-shadow: none; - background-color: #FFFFFF; -} - -#combobox > entry { - border-radius: 2px 0 0 2px; -} - -#combobox > button { - border-radius: 0 2px 2px 0; -} - -#gtk-combobox-popup-window scrolledwindow.frame { - border: none; -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:hover { - background-image: image(#1A73E8); -} - -#gtk-combobox-popup-window treeview.view:selected, #gtk-combobox-popup-window treeview.view:selected label, #gtk-combobox-popup-window treeview.view:hover, #gtk-combobox-popup-window treeview.view:hover label { - color: white; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > revealer > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > revealer > box > stack > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view, stack > scrolledwindow > viewport > box > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:first-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:first-child > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:last-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:last-child > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > box:only-child > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > box:only-child > list > row { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer > box > box > list { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:first-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:first-child > box > box > list > row { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list, stack > scrolledwindow > viewport > box > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > revealer:last-child > box > box > list > row, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list, -stack > scrolledwindow > viewport > box > box > revealer > box > box > frame.view > box > revealer:last-child > box > box > list > row { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame, stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:first-child { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > box > widget > overlay > scrolledwindow > viewport > grid > box > frame > list > row:last-child { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view, stack > scrolledwindow > viewport > box > stack > box > box > frame.view > border { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view frame.view { - background-color: transparent; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:first-child { - border-radius: 12px 12px 0 0; -} - -stack > scrolledwindow > viewport > box > stack > box > box > frame.view > box > scrolledwindow > viewport.frame > box > list > row:last-child { - border-radius: 0 0 12px 12px; -} - -stack > scrolledwindow > viewport > box > widget > box > frame.view, stack > scrolledwindow > viewport > box > widget > box > frame.view > border, -stack > scrolledwindow > viewport > box > widget > box > frame.view > widget > box > box > list { - border-radius: 12px; -} - -stack > scrolledwindow > viewport > box #c_box notebook { - background-color: transparent; -} - -#workspaces button { - min-width: 20px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #1A73E8; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 18px 18px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #2C2C2C; - color: white; -} - -UnityDecoration .top:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #1A73E8; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - box-shadow: none; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar { - box-shadow: none; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #1A73E8; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #1A73E8; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 13px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(0, 0, 0, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 13px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(0, 0, 0, 0.6); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 6px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #1A73E8; -} - -.brisk-menu .session-button { - padding: 12px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 12px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #FFFFFF; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 12px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.04); - background-image: none; - color: rgba(0, 0, 0, 0.87); -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #2C2C2C; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 13px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #1A73E8; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.15); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #1A73E8; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-popover { - border: none; - border-radius: 12px; - box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border-color: #FFFFFF; -} - -.budgie-popover .container { - padding: 6px; -} - -.budgie-popover separator { - margin: 3px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover entry, .budgie-popover button, .budgie-popover spinbutton, .budgie-popover button.combo { - border-radius: 5px; -} - -.budgie-popover .linked > entry:first-child, -.budgie-popover .linked > button:first-child { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; -} - -.budgie-popover .linked > entry:last-child, -.budgie-popover .linked > button:last-child { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: rgba(0, 0, 0, 0.87); - font-weight: normal; - border-radius: 5px; -} - -.budgie-popover button.flat:not(.image-button):disabled { - color: rgba(0, 0, 0, 0.38); -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover row button { - border-radius: 5px; -} - -.budgie-popover calendar:not(.header) { - border-radius: 5px; -} - -.budgie-popover scrolledwindow.sidebar.categories { - background-color: rgba(0, 0, 0, 0.04); -} - -.budgie-popover scrolledwindow.sidebar.categories button.category-button { - border-radius: 0; -} - -.budgie-popover treeview.view.sidebar { - background: none; - border-right: none; - color: rgba(0, 0, 0, 0.87); - padding: 3px; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(0, 0, 0, 0.04); - border-right: none; - border-bottom-left-radius: 12px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu row.activatable > button.flat { - min-height: 32px; - padding: 0 8px; - border-radius: 0; -} - -.budgie-popover.budgie-menu row.activatable > button.flat:checked:disabled { - background-color: transparent; -} - -.budgie-popover.budgie-menu list.left-overlay-menu { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - padding: 6px; - margin: 6px; - border-radius: 11px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable { - border-radius: 5px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable:not(:last-child) { - margin-bottom: 3px; -} - -.budgie-popover.budgie-menu list.left-overlay-menu > row.activatable button.menuitem { - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer { - border-top: 1px solid rgba(0, 0, 0, 0.12); - padding: 6px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat { - min-height: 16px; - min-width: 16px; - padding: 6px; - border-radius: 5px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button { - border-radius: 9999px; -} - -.budgie-popover.budgie-menu .budgie-menu-footer button.flat.image-button:not(.last-child) { - margin-right: 6px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 3px; - outline-width: 0; - border-radius: 12px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.night-light-indicator .container { - padding: 3px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 6px; -} - -.budgie-popover.places-menu .container { - padding: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 2px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 12px; -} - -.budgie-panel button.budgie-menu-launcher { - padding: 0 0; - margin: 3px 0; - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - background: none; - box-shadow: none; -} - -.budgie-panel button.budgie-menu-launcher image { - padding: 0; - margin: 0; - border-radius: 9999px; - background-image: image(rgba(255, 255, 255, 0.12)); -} - -.budgie-panel button.budgie-menu-launcher:hover { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:hover image { - background-image: image(rgba(255, 255, 255, 0.2)); -} - -.budgie-panel button.budgie-menu-launcher:active, .budgie-panel button.budgie-menu-launcher:checked { - color: white; -} - -.budgie-panel button.budgie-menu-launcher:active image, .budgie-panel button.budgie-menu-launcher:checked image { - background-image: image(rgba(255, 255, 255, 0.28)); -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(33, 33, 33, 0.65); -} - -.bottom .budgie-panel.dock-mode { - border-radius: 18px 18px 0 0; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:checked, .bottom .budgie-panel.dock-mode .icon-tasklist button.launcher:active { - color: white; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; -} - -.bottom .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-top-right-radius: 18px; -} - -.left .budgie-panel.dock-mode { - border-radius: 0 18px 18px 0; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-right-radius: 18px; -} - -.left .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-right-radius: 18px; -} - -.right .budgie-panel.dock-mode { - border-radius: 18px 0 0 18px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:first-child > button.launcher { - border-top-left-radius: 18px; -} - -.right .budgie-panel.dock-mode .icon-tasklist > box > revealer:last-child > button.launcher { - border-bottom-left-radius: 18px; -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: white; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - background: none; - box-shadow: none; - border: none; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #1A73E8; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: white; -} - -.budgie-panel menubar separator, -.budgie-panel .menubar separator { - background-color: rgba(0, 0, 0, 0.12); -} - -.budgie-panel #tasklist-button { - padding: 0 6px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel > box > widget > widget > image, -.budgie-panel > box > widget > widget > stack > image, -.budgie-panel > box > widget > widget > box > image { - margin-left: 6px; - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > image + label { - margin-left: -4px; -} - -.budgie-panel > box > widget > widget > box > widget > image { - margin-left: 6px; -} - -.budgie-panel > box > widget > widget > box > stack > widget > label { - margin-right: 6px; -} - -.budgie-panel > box > widget > widget > box > widget > widget > image { - margin-left: 3px; - margin-right: 3px; -} - -.budgie-panel .budgie-clock-applet > widget > box, -.budgie-panel .budgie-calendar-applet > widget > box { - padding-left: 3px; - padding-right: 3px; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #FFFFFF; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - margin: 8px 6px 6px; - border-radius: 12px; -} - -.raven scrollbar { - background-color: transparent; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven .raven-header.top stackswitcher button { - padding: 0 16px; - min-height: 36px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(0, 0, 0, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 12px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list { - background: none; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(0, 0, 0, 0.06); - color: rgba(0, 0, 0, 0.87); -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: rgba(0, 0, 0, 0.87); -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -.raven levelbar, .raven levelbar trough, .raven levelbar block { - border-radius: 9999px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 12px; -} - -.raven-mpris { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 12px; -} - -image.raven-mpris { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); - border-radius: 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 6px 6px 6px 12px; - margin: 3px; - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(0, 0, 0, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.drop-shadow { - margin: 5px 9px; - padding: 6px; - border-radius: 18px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.budgie-notification-window { - background-color: transparent; -} - -.budgie-notification { - padding: 12px; -} - -.budgie-notification .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-switcher-window { - background-color: transparent; -} - -.budgie-switcher { - padding: 12px; -} - -.budgie-osd-window, -.budgie-power-dialog { - background-color: transparent; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window .drop-shadow, -.budgie-power-dialog .drop-shadow { - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #212121; -} - -.budgie-osd-window image { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd-window progressbar trough { - background-color: rgba(255, 255, 255, 0.15); -} - -.budgie-power-dialog .titlebar, .budgie-power-dialog decoration { - background: none; - box-shadow: none; -} - -.budgie-power-dialog .drop-shadow { - border-radius: 24px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -.budgie-session-dialog > box > grid, -.budgie-polkit-dialog > box > grid, -.budgie-run-dialog > box > grid { - padding: 24px; -} - -.budgie-session-dialog.background.csd, .budgie-session-dialog decoration, -.budgie-polkit-dialog.background.csd, -.budgie-polkit-dialog decoration, -.budgie-run-dialog.background.csd, -.budgie-run-dialog decoration { - border-radius: 18px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 18px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 18px; -} - -.budgie-polkit-dialog .message { - color: rgba(0, 0, 0, 0.6); -} - -.budgie-polkit-dialog .failure { - color: #E53935; -} - -.budgie-polkit-dialog > box > grid { - padding-bottom: 0; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 14px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: rgba(0, 0, 0, 0.87); -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-settings-window > box > scrolledwindow { - background-color: #FAFAFA; - border-bottom-left-radius: 18px; -} - -.budgie-settings-window > box > scrolledwindow list.sidebar { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 12px; -} - -button.centerbutton:first-child { - border-radius: 12px 0 0 12px; -} - -button.centerbutton:last-child { - border-radius: 0 12px 12px 0; -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #FFFFFF; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - border-color: transparent; - background-color: rgba(33, 33, 33, 0.65); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button, .xfce4-panel.background button.flat { - color: rgba(255, 255, 255, 0.7); - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button { - color: rgba(255, 255, 255, 0.7); - border-image: image(transparent) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button:checked { - border-image: image(#1A73E8) 0 0 2/0 0 2px; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #1A73E8; -} - -XfdesktopIconView.view { - border-radius: 12px; - background-color: transparent; - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 12px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/*************** - * Whiskermenu * - ***************/ -window#whiskermenu-window { - border-radius: 0; - background-color: #FFFFFF; - border: none; -} - -window#whiskermenu-window entry.search { - border-radius: 5px; -} - -window#whiskermenu-window entry.search:focus { - background-color: #FFFFFF; -} - -window#whiskermenu-window > frame > border { - border-radius: 18px; - padding: 6px 8px 6px 9px; - margin: 6px; - border: none; - background-color: rgba(255, 255, 255, 0.97); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; - margin: 1px 0; - border-radius: 5px; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 3px; - background-color: #FFFFFF; - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 5px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -window#whiskermenu-window scrolledwindow.frame iconview { - border-radius: 5px; -} - -window#whiskermenu-window scrollbar { - border: none; -} - -window#whiskermenu-window scrollbar, window#whiskermenu-window scrollbar.dragging, window#whiskermenu-window scrollbar.hovering, window#whiskermenu-window scrollbar.overlay-indicator, window#whiskermenu-window scrollbar.overlay-indicator.dragging, window#whiskermenu-window scrollbar.overlay-indicator.hovering { - background-color: transparent; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button { - border-radius: 5px; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(0, 0, 0, 0.26); - color: rgba(0, 0, 0, 0.87); -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.thunar .standard-view.frame { - border: none; -} - -.thunar .standard-view.frame > .view { - border-radius: 12px; -} - -.thunar .sidebar { - border: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 18px; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane treeview.view:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -/*************** - * xfsm dialog * - ***************/ -dialog.xfsm-logout-dialog { - box-shadow: none; - border: none; - border-radius: 18px; - background-color: rgba(255, 255, 255, 0.97); -} - -/********************** - * Xfce Notify Window * - **********************/ -#XfceNotifyWindow { - box-shadow: none; - border: none; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.75); - padding: 6px; -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: transparent; - color: #FFFFFF; - box-shadow: none; - border-color: transparent; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; - border: none; - box-shadow: none; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#panel_window menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #dedede; -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 0; - border-radius: 12px; - box-shadow: none; - background-color: #FFFFFF; -} - -#login_window menu, -#shutdown_dialog menu, -#restart_dialog menu { - border-radius: 0; - box-shadow: none; - border: 1px solid #dedede; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #1A73E8; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #2C2C2C; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: white; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #FAFAFA; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.04); -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: rgba(182, 182, 182, 0.961); - -NemoPlacesTreeView-disk-full-fg-color: #1A73E8; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general */ -@define-color theme_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color */ -@define-color theme_bg_color #F2F2F2; -/* -text widgets and the like base background color */ -@define-color theme_base_color #FFFFFF; -/* -base background color of selections */ -@define-color theme_selected_bg_color #1A73E8; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #F2F2F2; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(0, 0, 0, 0.38); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #FAFAFA; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #F2F2F2; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #FFFFFF; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #1A73E8; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(0, 0, 0, 0.38); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FFD600; -@define-color error_color #E53935; -@define-color success_color #0F9D58; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #FFFFFF; -@define-color placeholder_text_color #666666; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #FFFFFF; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #1A73E8; -@define-color budgie_tasklist_indicator_color_active_window rgba(29, 85, 158, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FFD600; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/themes/.themes/Orchis/gtk-3.0/thumbnail.png b/themes/.themes/Orchis/gtk-3.0/thumbnail.png deleted file mode 100644 index 125393f..0000000 Binary files a/themes/.themes/Orchis/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness-dark.png deleted file mode 100644 index cce6cc0..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness-dark@2.png deleted file mode 100644 index 05418f0..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness.png deleted file mode 100644 index 3b4e41b..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness@2.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness@2.png deleted file mode 100644 index 2a346fa..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-blackness@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected-dark.png deleted file mode 100644 index a91665e..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected-dark@2.png deleted file mode 100644 index b7947fa..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-light.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected-light.png deleted file mode 100644 index 03516e3..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-light.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-light@2.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected-light@2.png deleted file mode 100644 index 4f76949..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected-light@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected.png deleted file mode 100644 index 0504a0d..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/row-selected@2.png b/themes/.themes/Orchis/gtk-4.0/assets/row-selected@2.png deleted file mode 100644 index e6362d4..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/row-selected@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index ad58085..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.52 0 10-4.48 10-10s-4.48-10-10-10zm5.5898 4.5801 1.4102 1.4199-9 9-5-5 1.4102-1.4102 3.5898 3.5801 7.5898-7.5898z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 9fcfe7b..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 35.1796,13.1602 38,16 20,34 10,24 12.8204,21.1796 20,28.3398 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/close-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="close.svg" - id="svg824" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="11.5625" - inkscape:cx="7.3513514" - inkscape:cy="13.837838" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg824" /> - <path - d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z" - id="path2928" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/close-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.9295 7.9298c-0.2555 0-0.511 0.0972-0.70678 0.29298-0.39156 0.39172-0.39156 1.0223 0 1.4141l6.3632 6.3632-6.3632 6.3632c-0.39156 0.39172-0.39156 1.0223 0 1.4141 0.39156 0.39172 1.0224 0.39172 1.4141 0l6.3632-6.3632 6.3632 6.3632c0.39156 0.39172 1.0223 0.39172 1.4141 0 0.39156-0.39172 0.39156-1.0223 0-1.4141l-6.3632-6.3632 6.3632-6.3632c0.39156-0.39172 0.39156-1.0223 0-1.4141-0.39156-0.39172-1.0223-0.39172-1.4141 0l-6.3632 6.3632-6.3632-6.3632c-0.1958-0.1958-0.45128-0.29298-0.70678-0.29298z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"> - <path d="M0 0h12A12 12 0 1 1 0 12z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/maximize-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="maximize.svg" - id="svg825" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="11.243243" - inkscape:cy="11.978378" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg825" /> - <path - d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z" - id="path2930" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/maximize-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 8c-2.216 0-4 1.784-4 4v8c0 2.216 1.784 4 4 4h8c2.216 0 4-1.784 4-4v-8c0-2.216-1.784-4-4-4zm0 2h8c1.108 0 2 0.89204 2 2v8c0 1.108-0.89204 2-2 2h-8c-1.1079 0-2-0.89204-2-2v-8c0-1.108 0.89206-2 2-2z" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/minimize-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - sodipodi:docname="minimize.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs5" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="23.125" - inkscape:cx="5.7513514" - inkscape:cy="9.8162162" - inkscape:window-width="1440" - inkscape:window-height="742" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <rect - x="4" - y="8" - width="8" - height="1" - rx="0.5" - ry="0.5" - id="rect2932" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/minimize-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <rect x="8" y="15" width="16" height="2" rx="1" ry="1" fill="#ffffff" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/mixed-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/mixed-symbolic.svg deleted file mode 100644 index b12be3e..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10 0 5.52 4.48 10 10 10 5.52 0 10-4.48 10-10 0-5.52-4.48-10-10-10zm-5 9h10v2h-10v-2z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/mixed-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/mixed-symbolic@2.svg deleted file mode 100644 index 9bb712e..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z M 14,22 h 20 v 4 H 14 Z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/radio-checked-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 9da9f06..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index b8c70db..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - version="1.1" - viewBox="0 0 48 48" - id="svg4" - sodipodi:docname="radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,14 c 3.312,0 6,2.688 6,6 0,3.312 -2.688,6 -6,6 -3.312,0 -6,-2.688 -6,-6 0,-3.312 2.688,-6 6,-6 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 8e4689d..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="6.0508475" - inkscape:cy="6.9661017" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 13.599609 4.5898438 L 15.009766 6 L 7.0097656 14 L 3.0097656 10 L 4.4199219 8.5898438 L 7.0097656 11.179688 L 13.599609 4.5898438 z " /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index 1a85fef..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg4" - sodipodi:docname="small-checkbox-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="2.5762712" - inkscape:cy="15.830508" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - id="path343" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z M 27.199218,9.1796876 30.019532,12 14.019531,28 6.0195312,20 8.8398438,17.179688 14.019531,22.359376 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-mixed-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-mixed-symbolic.svg deleted file mode 100644 index 63596f9..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-mixed-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg403" - sodipodi:docname="small-checkbox-mixed-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6779661" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 5 8 L 13 8 L 13 10 L 5 10 L 5 8 z " /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg deleted file mode 100644 index 2b5fe63..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-mixed-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg403" - sodipodi:docname="small-mixed-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs407" /> - <sodipodi:namedview - id="namedview405" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-13.966102" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg403" /> - <path - id="path435" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m -8,16 h 16 v 4 H 10 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index 42e52c6..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - version="1.1" - viewBox="0 0 18 18" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 6 C 10.656852 6 12 7.3431475 12 9 C 12 10.656852 10.656852 12 9 12 C 7.3431475 12 6 10.656852 6 9 C 6 7.3431475 7.3431475 6 9 6 z " /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index f4667d7..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - version="1.1" - viewBox="0 0 36 36" - id="svg239" - sodipodi:docname="small-radio-checked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs243" /> - <sodipodi:namedview - id="namedview241" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8.0338983" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg239" /> - <path - id="path640" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,12 c 3.313704,0 6,2.686295 6,6 0,3.313704 -2.686296,6 -6,6 -3.313705,0 -6,-2.686296 -6,-6 0,-3.313705 2.686295,-6 6,-6 z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg deleted file mode 100644 index 05e2817..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-unchecked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="18" - height="18" - viewBox="0 0 18 18" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="3.6913371" - inkscape:cy="7.9339778" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" /> - </sodipodi:namedview> - <path - id="path776" - d="M 9 0 A 9 9 0 0 0 0 9 A 9 9 0 0 0 9 18 A 9 9 0 0 0 18 9 A 9 9 0 0 0 9 0 z M 9 2 A 7 7 0 0 1 16 9 A 7 7 0 0 1 9 16 A 7 7 0 0 1 2 9 A 7 7 0 0 1 9 2 z " /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg deleted file mode 100644 index 5aa85a8..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/small-unchecked-symbolic@2.svg +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="36" - height="36" - viewBox="0 0 36 36" - version="1.1" - id="svg653" - sodipodi:docname="small-unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs657" /> - <sodipodi:namedview - id="namedview655" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="-1.4861227" - inkscape:cy="7.9819172" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg653"> - <inkscape:grid - type="xygrid" - id="grid778" - originx="0" - originy="0" /> - </sodipodi:namedview> - <path - id="path776" - d="M 18,0 A 18,18 0 0 0 0,18 18,18 0 0 0 18,36 18,18 0 0 0 36,18 18,18 0 0 0 18,0 Z m 0,4 A 14,14 0 0 1 32,18 14,14 0 0 1 18,32 14,14 0 0 1 4,18 14,14 0 0 1 18,4 Z" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/unchecked-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/unchecked-symbolic.svg deleted file mode 100644 index 6d97559..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg deleted file mode 100644 index ea6af93..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/unchecked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="48" - height="48" - viewBox="0 0 48 48" - version="1.1" - id="svg4" - sodipodi:docname="unchecked-symbolic@2.svg" - inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs8" /> - <sodipodi:namedview - id="namedview6" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="0.96610169" - inkscape:cy="12.050847" - inkscape:window-width="1920" - inkscape:window-height="1000" - inkscape:window-x="0" - inkscape:window-y="44" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M 24,4 C 12.96,4 4,12.96 4,24 4,35.04 12.96,44 24,44 35.04,44 44,35.04 44,24 44,12.96 35.04,4 24,4 Z m 0,36 C 15.16,40 8,32.84 8,24 8,15.16 15.16,8 24,8 c 8.84,0 16,7.16 16,16 0,8.84 -7.16,16 -16,16 z" - id="path2" - style="stroke-width:2" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/unmaximize-symbolic.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" - id="svg831" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <defs - id="defs6" /> - <sodipodi:namedview - pagecolor="#424242" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1440" - inkscape:window-height="742" - id="namedview6" - showgrid="true" - inkscape:zoom="29.580633" - inkscape:cx="2.095966" - inkscape:cy="10.006547" - inkscape:window-x="0" - inkscape:window-y="32" - inkscape:window-maximized="1" - inkscape:pagecheckerboard="0" - inkscape:current-layer="svg831" /> - <path - d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z" - id="path2896" - style="fill:#ffffff" /> - <path - d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z" - opacity="0.35" - id="path2898" - style="fill:#ffffff" /> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg b/themes/.themes/Orchis/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/themes/.themes/Orchis/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <path d="m12 12c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4zm0 2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2h-4c-1.108 0-2-0.892-2-2v-4c0-1.108 0.892-2 2-2z" fill="#ffffff" stroke-width="2"/> - <path d="m16 8c-2.216 0-4 1.784-4 4h2c0-1.108 0.892-2 2-2h4c1.108 0 2 0.892 2 2v4c0 1.108-0.892 2-2 2v2c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4z" fill="#ffffff" opacity=".35" stroke-width="2"/> -</svg> diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 09f5f70..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 7c3fdbd..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index 7beb252..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 5186fab..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index da33092..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index e2b45e0..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 3d1f72a..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 242dd4b..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index ba62981..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index c503a79..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index 614349d..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 5d5d8af..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index eb755f7..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index a15704b..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 84a5d5b..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 20c7bec..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-dark.png deleted file mode 100644 index e85d1db..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-dark@2.png deleted file mode 100644 index 0a41b4f..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled-dark.png deleted file mode 100644 index eb1a1ae..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled-dark@2.png deleted file mode 100644 index dafec67..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled.png deleted file mode 100644 index 9e2860d..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled@2.png deleted file mode 100644 index d720175..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-slider.png deleted file mode 100644 index f988443..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-slider@2.png deleted file mode 100644 index 53d837a..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index cb0100c..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 69d62b1..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 8984a9b..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 97ac0cd..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index d94ff8e..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 9876be9..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index 09cf275..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 9f64ca4..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index b72999c..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 2e603ed..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index e6cbadb..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 7c3145d..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 4ef3072..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 455b8d4..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 7641036..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider@2.png b/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index 79a5499..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index f8e00c7..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index 01885b0..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked.png b/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a0ad715..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked@2.png b/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index 7042e18..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked.png b/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/themes/.themes/Orchis/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/themes/.themes/Orchis/gtk-4.0/gtk-dark.css b/themes/.themes/Orchis/gtk-4.0/gtk-dark.css deleted file mode 100644 index 0c2833b..0000000 --- a/themes/.themes/Orchis/gtk-4.0/gtk-dark.css +++ /dev/null @@ -1,7227 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #3281EA 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #212121; - color: white; -} - -dnd { - color: white; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #2C2C2C; - color: white; -} - -iconview:disabled, .view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -textview text { - background-color: #2C2C2C; -} - -textview border { - background-color: #242424; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 6px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #3281EA; - background-color: rgba(50, 129, 234, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 12px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: white; - background-color: #2C2C2C; - border: 1px solid black; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(25, 25, 25, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -.accent { - color: #3281EA; -} - -.success { - color: #81C995; -} - -.warning { - color: #FBC02D; -} - -.error { - color: #F44336; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: white; -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: white; - background-color: #2C2C2C; - background-clip: padding-box; - border-radius: 12px; - border: none; -} - -.osd { - padding: 6px; - margin: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: white; - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background entry image, entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: white; -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 12px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; -} - -entry.error image { - color: #F44336; -} - -entry.error selection { - color: white; - background-color: #F44336; -} - -entry.error:focus-within { - background-color: rgba(244, 67, 54, 0.08); - color: #F44336; - outline-color: #F44336; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(244, 67, 54, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(244, 67, 54, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; -} - -entry.success image { - color: #81C995; -} - -entry.success selection { - color: rgba(0, 0, 0, 0.87); - background-color: #81C995; -} - -entry.success:focus-within { - background-color: rgba(129, 201, 149, 0.08); - color: #81C995; - outline-color: #81C995; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(129, 201, 149, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(129, 201, 149, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; -} - -entry.warning image { - color: #FBC02D; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FBC02D; -} - -entry.warning:focus-within { - background-color: rgba(251, 192, 45, 0.08); - color: #FBC02D; - outline-color: #FBC02D; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(251, 192, 45, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(251, 192, 45, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #3281EA; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #2C2C2C; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); - color: white; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #3281EA 0%, rgba(50, 129, 234, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #3281EA 95%, rgba(50, 129, 234, 0)); - } -} - -.nautilus-window tabbar tab > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:checked, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nautilus-window tabbar tab > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabbar tab > button.flat:checked:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: white; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #3281EA; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: white; -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 12px 0 0 12px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 12px 12px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #3281EA; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(50, 129, 234, 0.2), 0 4px 3px 0 rgba(50, 129, 234, 0.14), 0 1px 6px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:checked { - background-color: #70a7f0; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(50, 129, 234, 0.3), 0 2px 3px -1px rgba(50, 129, 234, 0.24), 0 2px 5px 0 rgba(50, 129, 234, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(50, 129, 234, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #3281EA; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.suggested-action.flat:checked { - background-color: rgba(50, 129, 234, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 6px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 12px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 12px; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #3281EA; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #F44336; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #3281EA; -} - -link:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #3281EA; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 12px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(255, 255, 255, 0.04); - color: white; - outline-color: #3281EA; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - color: rgba(255, 255, 255, 0.5); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 6px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 3px; -} - -spinbutton.vertical > button.down { - margin: 0 3px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 6px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 6px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 6px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 255, 255, 0.04); - color: white; -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: white; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: white; -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 3px 6px; - background-color: #212121; - border-spacing: 6px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 6px; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #212121; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar entry { - caret-color: white; -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); -} - -headerbar entry, headerbar entry > text { - color: white; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: white; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: white; - min-height: 48px; - padding: 0; - margin: 0; - background-color: #2C2C2C; - border-radius: 18px 18px 0 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #2C2C2C; -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #212121; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - border-radius: 18px 18px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: white; -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(255, 255, 255, 0.7); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: white; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 6px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 6px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 6px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #3281EA; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -headerbar.default-decoration { - min-height: 24px; - padding: 0; - background-image: none; - background-color: #2C2C2C; - border-radius: 18px 18px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 24px; - min-width: 24px; - margin: 6px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(50, 129, 234, 0.1)), linear-gradient(to top, #343434 3px, #393939); -} - -window.devel headerbar.titlebar:backdrop { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#2C2C2C); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 6px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 6px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 6px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 12px; - border-spacing: 3px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 3px; - margin-right: 3px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); - border: none; - border-radius: 12px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 10px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: white; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #404040; - border-top-color: #404040; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #2C2C2C; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: white; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #3281EA; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(50, 129, 234, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #3281EA; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #2C2C2C; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; - background-clip: border-box; - color: #3281EA; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #3281EA; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 9px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 14px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 3px 32px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #3C3C3C; - border: none; - border-radius: 11px; - color: white; -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(255, 255, 255, 0.12); - margin: 3px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 6px 12px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #3C3C3C; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; - border-radius: 5px; - color: white; - font: initial; - text-shadow: none; - border-spacing: 6px; -} - -popover.background modelbutton accelerator { - color: rgba(255, 255, 255, 0.5); - margin-left: 30px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(255, 255, 255, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 6px 12px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #2C2C2C; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 24px; - min-width: 24px; - padding: 6px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #404040; - color: white; -} - -notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; - background-clip: padding-box; - border-color: #404040; - color: white; - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook > header tab:checked.reorderable-page { - background-color: #2C2C2C; -} - -notebook { - background-color: #2C2C2C; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #242424; -} - -notebook.frame { - border-radius: 12px; -} - -notebook.frame frame > border { - border: none; - border-radius: 12px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 12px 12px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; -} - -notebook.frame > header.left { - border-radius: 12px 0 0 12px; -} - -notebook.frame > header.right { - border-radius: 0 12px 12px 0; -} - -notebook > header { - border: none; - background-color: #212121; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #404040; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 12px 12px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #404040; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #404040; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 12px 0 0 12px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #404040; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 12px 12px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 12px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #2C2C2C; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(44, 44, 44, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(60, 60, 60, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(50, 129, 234, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #3C3C3C; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #3281EA; - color: #3281EA; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -16px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -16px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #81C995; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: white; -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #81C995; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #3281EA; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #3281EA; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#3281EA); -} - -scale > trough > highlight:disabled { - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.3)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(255, 255, 255, 0.7); -} - -scale > marks indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(255, 255, 255, 0.15); -} - -progressbar progress { - border-radius: 12px; - background-color: #3281EA; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #3281EA; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #3281EA; -} - -levelbar block.full { - background-color: #81C995; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: white; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - color: white; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 12px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 12px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 6px 18px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(255, 255, 255, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #2C2C2C; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 12px; -} - -separator.spacer.vertical { - min-height: 12px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #2C2C2C; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.frame { - border-radius: 12px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: white; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(255, 255, 255, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #3281EA; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #3281EA; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 9px 12px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 12px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #2C2C2C; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #3281EA; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 9px; - border-spacing: 9px; - padding: 9px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #3281EA; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: white; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -expander-widget > box > title { - border-radius: 12px; -} - -expander-widget > box > title:hover > expander { - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 12px; - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 12px; -} - -calendar > header { - padding: 3px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - min-height: 24px; -} - -calendar > grid { - margin: 3px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 9px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #3C3C3C; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; - color: white; -} - -window.dialog.message .titlebar:backdrop { - background-color: #3C3C3C; - color: rgba(255, 255, 255, 0.7); -} - -window.dialog.message.csd .dialog-action-area { - padding: 6px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 6px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #3281EA; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #F44336; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 6px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 6px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #3281EA; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #F44336; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #212121; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #242424; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 6px; - background-color: #242424; -} - -stacksidebar row { - min-height: 24px; - padding: 6px 9px; - border-radius: 6px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 6px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #212121; - color: white; -} - -.navigation-sidebar > row { - min-height: 24px; - padding: 6px 9px; - border-radius: 0 9999px 9999px 0; - margin: 0 6px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #3281EA; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.navigation-sidebar > separator { - margin: 6px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.3); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 6px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 3px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #3281EA; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #3281EA; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 6px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #212121; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 12px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 6px; - border-spacing: 12px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: white; - background-color: #2C2C2C; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #3281EA; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #3281EA; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #1b73e8; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 6px 12px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(25, 25, 25, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 6px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 6px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 11px 11px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 11px; -} - -colorswatch#add-color-button overlay { - background-color: #3C3C3C; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 11px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 11px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #3C3C3C; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #212121; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 18px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd.messagedialog { - background-color: #3C3C3C; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.about.background, window.csd.about.background:backdrop, window.csd.info.background, window.csd.info.background:backdrop { - background-color: #212121; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; -} - -window.solid-csd:backdrop { - background-color: #2C2C2C; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #3281EA; - background-color: rgba(50, 129, 234, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #3281EA; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #3281EA; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #3C3C3C; - background-clip: border-box; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #3281EA; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #3281EA; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 12px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 6px; - border-spacing: 6px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 6px; - border-radius: 9px; -} - -button.emoji-section:checked { - color: #3281EA; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: white; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #2C2C2C; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 12px 12px; - border-radius: 12px; - background-color: rgba(50, 129, 234, 0.08); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 18px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 6px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 6px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #3281EA; - background-color: #2C2C2C; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected-dark.png"), url("assets/row-selected-dark@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #3281EA; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 3px 3px 3px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px #404040; -} - -.nautilus-window tabbar tab { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: white; -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window placesview label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window placesview label:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window infobar { - margin: 3px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 6px; -} - -.nautilus-window label.search-information { - margin: 3px; - border-radius: 6px; -} - -.nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; - border: none; - border-radius: 9999px; - background-color: rgba(33, 33, 33, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 8px; -} - -#NautilusQueryEditor:focus-within { - color: white; -} - -#NautilusQueryEditor:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 28px; - min-height: 28px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 6px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 3px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: white; -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 3px; - padding: 0; - min-height: 22px; - min-width: 22px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 18px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #2C2C2C; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #2C2C2C; -} - -#displayitem { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(255, 255, 255, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 12px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 12px; -} - -label.primary-label, label.month-name { - color: #3281EA; -} - -label.secondary-label { - color: rgba(255, 255, 255, 0.5); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #3281EA; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#3281EA, 0.3); -} - -popover.events { - background-color: #212121; - padding: 0; -} - -popover.events box { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -popover.events list { - background-color: #2C2C2C; - border-radius: 12px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 12px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 12px; -} - -event.timed widget.edge { - border-radius: 6px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 6px 6px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 6px 0 0 6px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #2C2C2C; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 3px; - padding: 0; - min-height: 36px; - min-width: 36px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: white; - border-radius: 50%; - min-height: 3px; - min-width: 3px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #3281EA; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #3281EA; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #3281EA; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(255, 255, 255, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(255, 255, 255, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 12px 12px 18px 12px; - color: rgba(255, 255, 255, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.week-header.lines { - color: rgba(255, 255, 255, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 6px; -} - -.week-view .lines { - color: rgba(255, 255, 255, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#3281EA, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#3281EA, 0.25); -} - -monthcell { - border: solid 1px rgba(255, 255, 255, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #242424; - transition: background-color 200ms; - color: white; -} - -monthcell:selected { - background-color: alpha(#3281EA, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#3281EA, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#3281EA, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#3281EA, 0.3); - color: #3281EA; -} - -monthcell.today:selected { - background-color: alpha(#3281EA, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#3281EA, 0.35); -} - -monthcell label { - color: white; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(255, 255, 255, 0.04); -} - -monthcell.out-of-month label { - color: rgba(255, 255, 255, 0.7); -} - -monthcell button { - padding: 0 6px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 12px; - padding: 6px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 12px; -} - -agenda-view list > label { - padding: 6px 12px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 6px; -} - -datechooser .current-week { - background-color: rgba(255, 255, 255, 0.04); - color: white; - border-radius: 12px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 6px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 6px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 6px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 21px; - border: none; - border-radius: 12px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 9px 15px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 12px 12px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 12px 0 0 12px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(255, 255, 255, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 6px; - margin: 6px; -} - -.context-tile-lozenge.grey { - color: white; - background-color: rgba(255, 255, 255, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #4cb168; - background-color: rgba(129, 201, 149, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #d79b04; - background-color: rgba(251, 192, 45, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #d2190b; - background-color: rgba(244, 67, 54, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(255, 255, 255, 0.7); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #3281EA; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 24px; - min-width: 24px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 6px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 24px; - background-color: rgba(255, 255, 255, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 3px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 24px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 3px; - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #212121; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 12px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 12px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #3281EA; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: #4c4c4c; - color: white; -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #F44336; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #3281EA; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 6px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #3281EA; - color: white; -} - -menubutton.destructive-action { - background-color: #F44336; - color: white; -} - -menubutton.opaque { - background-color: #4c4c4c; - color: white; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 12px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 12px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 6px; - margin-bottom: 6px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(255, 255, 255, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: white; -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 12px; -} - -splitbutton.suggested-action { - background-color: #3281EA; - color: white; -} - -splitbutton.destructive-action { - background-color: #F44336; - color: white; -} - -splitbutton.opaque { - background-color: #4c4c4c; - color: white; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 6px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 12px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 6px; - padding: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: rgba(255, 255, 255, 0.7); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 12px; -} - -toast:dir(rtl) { - padding-right: 12px; -} - -toast > widget { - margin: 0 6px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 12px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: padding-box; - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 6px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; -} - -preferencesgroup > box > box.single-line { - min-height: 36px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(255, 255, 255, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(255, 255, 255, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #3281EA; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.04); - margin-top: 6px; - margin-bottom: 6px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #3281EA; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #3281EA; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 7px; - padding-bottom: 5px; - border-spacing: 4px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 8px; - padding-right: 8px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 12px; - border-spacing: 6px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 6px; - min-height: 6px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #3281EA; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 28px; - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - padding: 0; - box-shadow: inset 0 -1px #404040; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 9px; - margin-bottom: 9px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 9px 6px; - background: alpha(#3281EA, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 12px 12px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(255, 255, 255, 0.7); - padding: 6px 12px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #404040; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 12px 12px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #2C2C2C; - box-shadow: none; - color: white; - border-color: #404040; - border-radius: 12px 12px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #2C2C2C; -} - -dnd tab { - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - margin: 24px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#3281EA, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #242424; - color: white; - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.2); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.7), alpha(rgba(0, 0, 0, 0.2), 0.14) 40px, alpha(rgba(0, 0, 0, 0.2), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.4), alpha(rgba(0, 0, 0, 0.2), 0.14) 7px, alpha(rgba(0, 0, 0, 0.2), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#3281EA,#242424,0.7); - color: white; -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#242424,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 18px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 18px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #2C2C2C; - color: white; -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #212121; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.2), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.7), alpha(rgba(255, 255, 255, 0.12), 0.14) 40px, alpha(rgba(255, 255, 255, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(255, 255, 255, 0.12), 0.4), alpha(rgba(255, 255, 255, 0.12), 0.14) 7px, alpha(rgba(255, 255, 255, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#3281EA,#2C2C2C,0.7); - color: white; -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#3281EA,#2C2C2C,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #212121; -/* -text widgets and the like base background color */ -@define-color theme_base_color #2C2C2C; -/* -base background color of selections */ -@define-color theme_selected_bg_color #3281EA; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #212121; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #242424; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #212121; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2C2C2C; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #3281EA; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #81C995; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #2C2C2C; -@define-color placeholder_text_color silver; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1d1d1d; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #3281EA; -@define-color budgie_tasklist_indicator_color_active_window rgba(44, 93, 160, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #3281EA; -@define-color accent_fg_color white; -@define-color accent_color #3281EA; -@define-color destructive_bg_color #F44336; -@define-color destructive_fg_color white; -@define-color destructive_color #F44336; -@define-color success_bg_color #81C995; -@define-color success_fg_color rgba(0, 0, 0, 0.87); -@define-color success_color #81C995; -@define-color warning_bg_color #FBC02D; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FBC02D; -@define-color error_bg_color #F44336; -@define-color error_fg_color white; -@define-color error_color #F44336; -@define-color window_bg_color #212121; -@define-color window_fg_color white; -@define-color view_bg_color #2C2C2C; -@define-color view_fg_color white; -@define-color headerbar_bg_color #2C2C2C; -@define-color headerbar_fg_color white; -@define-color headerbar_border_color rgba(255, 255, 255, 0.12); -@define-color headerbar_backdrop_color #2C2C2C; -@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); -@define-color card_bg_color #2C2C2C; -@define-color card_fg_color white; -@define-color card_shade_color rgba(255, 255, 255, 0.12); -@define-color dialog_bg_color #242424; -@define-color dialog_fg_color white; -@define-color popover_bg_color #3C3C3C; -@define-color popover_fg_color white; -@define-color shade_color rgba(255, 255, 255, 0.12); -@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/themes/.themes/Orchis/gtk-4.0/gtk.css b/themes/.themes/Orchis/gtk-4.0/gtk.css deleted file mode 100644 index 5566565..0000000 --- a/themes/.themes/Orchis/gtk-4.0/gtk.css +++ /dev/null @@ -1,7257 +0,0 @@ -@keyframes ripple { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 100%, transparent 0%); - } -} - -@keyframes ripple-on-slider { - from { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 100%, transparent 0%); - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle farthest-corner at center, #1A73E8 30%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #1A73E8 100%, transparent 0%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -dnd { - color: rgba(0, 0, 0, 0.87); -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.lowres-icon:not(.large-icons) { - -gtk-icon-size: 16px; -} - -.symbolic-circular { - background-color: rgba(0, 0, 0, 0.04); - border-radius: 9999px; - padding: 0; - min-height: 32px; - min-width: 32px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -iconview:disabled, .view:disabled { - color: rgba(0, 0, 0, 0.38); -} - -textview text { - background-color: #FFFFFF; -} - -textview border { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.6); -} - -iconview:hover, iconview:selected { - border-radius: 6px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, -treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #1A73E8; - background-color: rgba(26, 115, 232, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 12px; -} - -flowbox > flowboxchild button.remove-button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - border: 1px solid black; -} - -label.separator { - color: rgba(0, 0, 0, 0.6); -} - -label:disabled { - opacity: 1; - filter: none; - color: rgba(0, 0, 0, 0.38); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 12px; - background-color: rgba(52, 52, 52, 0.9); - color: white; -} - -.dim-label, row.expander:not(:checked) image.expander-row-arrow, row label.subtitle { - color: rgba(0, 0, 0, 0.6); -} - -.accent { - color: #1A73E8; -} - -.success { - color: #0F9D58; -} - -.warning { - color: #FFD600; -} - -.error { - color: #E53935; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(0, 0, 0, 0.38); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: rgba(0, 0, 0, 0.87); -} - -toast, .osd popover.background > arrow, -.osd popover.background > contents, popover.background.touch-selection > arrow, -popover.background.touch-selection > contents, popover.background.magnifier > arrow, -popover.background.magnifier > contents, .osd { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; - background-clip: padding-box; - border-radius: 12px; - border: none; -} - -.osd { - padding: 6px; - margin: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -/**************** - * Text Entries * - ****************/ -headerbar popover.background entry, entry { - caret-color: currentColor; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background entry:focus-within, entry:focus-within { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - outline-color: #1A73E8; - outline-width: 2px; - outline-offset: -2px; -} - -headerbar popover.background entry:drop(active), entry:drop(active) { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); - outline: 2px solid alpha(currentColor, 0.08); - outline-offset: -2px; -} - -headerbar popover.background entry:disabled, entry:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(0, 0, 0, 0.38); - outline: none; - filter: none; - opacity: 1; -} - -headerbar popover.background entry:disabled > label, entry:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -headerbar popover.background entry image, entry image { - color: rgba(0, 0, 0, 0.6); -} - -headerbar popover.background entry image:hover, entry image:hover, headerbar popover.background entry image:active, entry image:active { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background entry image:disabled, entry image:disabled { - color: rgba(0, 0, 0, 0.38); -} - -entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 12px; -} - -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -entry undershoot.left > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -entry undershoot.right > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -entry.error { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(229, 57, 53, 0.08); - color: #E53935; -} - -entry.error image { - color: #E53935; -} - -entry.error selection { - color: white; - background-color: #E53935; -} - -entry.error:focus-within { - background-color: rgba(229, 57, 53, 0.08); - color: #E53935; - outline-color: #E53935; - outline-width: 2px; - outline-offset: -2px; -} - -entry.error:disabled { - background-color: rgba(229, 57, 53, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(229, 57, 53, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.error:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry.success { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(15, 157, 88, 0.08); - color: #0F9D58; -} - -entry.success image { - color: #0F9D58; -} - -entry.success selection { - color: white; - background-color: #0F9D58; -} - -entry.success:focus-within { - background-color: rgba(15, 157, 88, 0.08); - color: #0F9D58; - outline-color: #0F9D58; - outline-width: 2px; - outline-offset: -2px; -} - -entry.success:disabled { - background-color: rgba(15, 157, 88, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(15, 157, 88, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.success:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry.warning { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(255, 214, 0, 0.08); - color: #FFD600; -} - -entry.warning image { - color: #FFD600; -} - -entry.warning selection { - color: rgba(0, 0, 0, 0.87); - background-color: #FFD600; -} - -entry.warning:focus-within { - background-color: rgba(255, 214, 0, 0.08); - color: #FFD600; - outline-color: #FFD600; - outline-width: 2px; - outline-offset: -2px; -} - -entry.warning:disabled { - background-color: rgba(255, 214, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(255, 214, 0, 0.35); - outline: none; - filter: none; - opacity: 1; -} - -entry.warning:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -entry > progress, -entry progress > trough > progress { - margin: 2px -8px; - border-bottom: 2px solid #1A73E8; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #FFFFFF; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -editablelabel > stack > text { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #1A73E8 0%, rgba(26, 115, 232, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #1A73E8 95%, rgba(26, 115, 232, 0)); - } -} - -.nautilus-window tabbar tab > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.background.touch-selection button, popover.background.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window tabbar tab > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:focus, infobar.warning > revealer > box button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:hover, infobar.warning > revealer > box button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:active, infobar.warning > revealer > box button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), .nautilus-window tabbar tab > button.flat:checked, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked, infobar.warning > revealer > box button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -.nautilus-window tabbar tab > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:disabled, infobar.warning > revealer > box button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabbar tab > button.flat:checked:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable button.sidebar-button:checked:disabled, infobar.warning > revealer > box button:checked:disabled, popover.background.touch-selection button:checked:disabled, popover.background.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(0, 0, 0, 0.04); - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), button:hover { - background-color: alpha(currentColor, 0.08); -} - -headerbar popover.background button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action), button:checked { - box-shadow: none; - background-color: #1A73E8; - color: white; -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 2px transparent; -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 12px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -flowboxchild > button.card.category-tile-iconless, .nautilus-window tabbar tab:active > button.flat, .nautilus-window tabbar tab:checked > button.flat, .nautilus-window tabbar tab:selected > button.flat, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button, calendar > header > button, row button.circular, check, -radio, scrollbar button, notebook > header > tabs > arrow, popover.background modelbutton, spinbutton:not(.vertical) > button, spinbutton.vertical > button, tabbar tab button.image-button, -dnd tab button.image-button, splitbutton.flat > button, -splitbutton.flat > menubutton > button, menubutton.flat > button, filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area button, window.dialog.message.csd .dialog-action-area > button, .app-notification button, headerbar popover.background button.flat:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, -toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - outline: none; - box-shadow: inset 0 0 0 2px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 0%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(0, 0, 0, 0.6); -} - -flowboxchild > button.card.category-tile-iconless:focus, .nautilus-window tabbar tab:active > button.flat:focus, .nautilus-window tabbar tab:checked > button.flat:focus, .nautilus-window tabbar tab:selected > button.flat:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:focus, stackswitcher.linked:not(.vertical) > button:focus:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:focus, calendar > header > button:focus, row button.circular:focus, check:focus, -radio:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, popover.background modelbutton:focus, spinbutton:not(.vertical) > button:focus, spinbutton.vertical > button:focus, tabbar tab button.image-button:focus, -dnd tab button.image-button:focus, splitbutton.flat > button:focus, -splitbutton.flat > menubutton > button:focus, menubutton.flat > button:focus, filechooser #pathbarbox > stack > box > button:focus, window.messagedialog .response-area button:focus, window.dialog.message.csd .dialog-action-area > button:focus, .app-notification button:focus, headerbar popover.background button.flat:focus:not(.suggested-action):not(.destructive-action), headerbar button:focus:not(.suggested-action):not(.destructive-action), .toolbar button:focus, -toolbar button:focus, dropdown > .linked:not(.vertical) > button:focus:not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:hover, .nautilus-window tabbar tab:active > button.flat:hover, .nautilus-window tabbar tab:checked > button.flat:hover, .nautilus-window tabbar tab:selected > button.flat:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:hover, stackswitcher.linked:not(.vertical) > button:hover:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:hover, calendar > header > button:hover, row button.circular:hover, check:hover, -radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover.background modelbutton:hover, spinbutton:not(.vertical) > button:hover, spinbutton.vertical > button:hover, tabbar tab button.image-button:hover, -dnd tab button.image-button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover, menubutton.flat > button:hover, filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area button:hover, window.dialog.message.csd .dialog-action-area > button:hover, .app-notification button:hover, headerbar popover.background button.flat:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, -toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:active, .nautilus-window tabbar tab:active > button.flat:active, .nautilus-window tabbar tab:checked > button.flat:active, .nautilus-window tabbar tab:selected > button.flat:active, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:active, stackswitcher.linked:not(.vertical) > button:active:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:active, calendar > header > button:active, row button.circular:active, check:active, -radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover.background modelbutton:active, spinbutton:not(.vertical) > button:active, spinbutton.vertical > button:active, tabbar tab button.image-button:active, -dnd tab button.image-button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active, menubutton.flat > button:active, filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area button:active, window.dialog.message.csd .dialog-action-area > button:active, .app-notification button:active, headerbar popover.background button.flat:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, -toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: rgba(0, 0, 0, 0.87); -} - -flowboxchild > button.card.category-tile-iconless:disabled, .nautilus-window tabbar tab:active > button.flat:disabled, .nautilus-window tabbar tab:checked > button.flat:disabled, .nautilus-window tabbar tab:selected > button.flat:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button:disabled, stackswitcher.linked:not(.vertical) > button:disabled:not(.suggested-action):not(.destructive-action), placessidebar .navigation-sidebar > row button.sidebar-button:disabled, calendar > header > button:disabled, row button.circular:disabled, check:disabled, -radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover.background modelbutton:disabled, spinbutton:not(.vertical) > button:disabled, spinbutton.vertical > button:disabled, tabbar tab button.image-button:disabled, -dnd tab button.image-button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled, menubutton.flat > button:disabled, filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area button:disabled, window.dialog.message.csd .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar popover.background button.flat:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, -toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -tabbar tab button.image-button:checked, -dnd tab button.image-button:checked, splitbutton.flat > button:checked, -splitbutton.flat > menubutton > button:checked, menubutton.flat > button:checked, filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area button:checked, window.dialog.message.csd .dialog-action-area > button:checked, .app-notification button:checked, headerbar popover.background button.flat:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, -toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -tabbar tab button.image-button:checked:disabled, -dnd tab button.image-button:checked:disabled, splitbutton.flat > button:checked:disabled, -splitbutton.flat > menubutton > button:checked:disabled, menubutton.flat > button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area button:checked:disabled, window.dialog.message.csd .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar popover.background button.flat:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, -toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.38); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.text-button.flat { - min-width: 48px; - padding-left: 8px; - padding-right: 8px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 12px; -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.linked:not(.vertical) > menubutton:first-child > button { - border-radius: 12px 0 0 12px; -} - -.linked:not(.vertical) > menubutton:last-child > button { - border-radius: 0 12px 12px 0; -} - -button.osd { - min-height: 24px; - min-width: 24px; - padding: 6px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.5); - border: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.85); -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.75); - color: white; -} - -button.osd:disabled { - opacity: 0; - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #1A73E8; - color: white; - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(26, 115, 232, 0.2), 0 4px 3px 0 rgba(26, 115, 232, 0.14), 0 1px 6px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:checked { - background-color: #5f9def; -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(26, 115, 232, 0.3), 0 2px 3px -1px rgba(26, 115, 232, 0.24), 0 2px 5px 0 rgba(26, 115, 232, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #1A73E8; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.suggested-action.flat:checked { - background-color: rgba(26, 115, 232, 0.3); -} - -button.destructive-action { - background-color: #E53935; - color: white; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(229, 57, 53, 0.2), 0 4px 3px 0 rgba(229, 57, 53, 0.14), 0 1px 6px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:checked { - background-color: #ed7472; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(229, 57, 53, 0.3), 0 2px 3px -1px rgba(229, 57, 53, 0.24), 0 2px 5px 0 rgba(229, 57, 53, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #E53935; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(0, 0, 0, 0.26); -} - -button.destructive-action.flat:checked { - background-color: rgba(229, 57, 53, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 6px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -menubutton.circular > button, filechooser #pathbarbox > stack > box > button, check, -radio, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action), button.image-button, button.close, button.circular { - border-radius: 9999px; -} - -menubutton.circular > button label, filechooser #pathbarbox > stack > box > button label, check label, -radio label, headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) label, button.image-button label, button.close label, button.circular label { - padding: 0; -} - -.nautilus-window .floating-bar button, placessidebar .navigation-sidebar > row button.sidebar-button, notebook > header tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton:not(.vertical) > button, spinbutton.vertical > button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 12px; - border-bottom-left-radius: 12px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 12px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 12px; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #1A73E8; - color: white; -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #E53935; - color: white; -} - -/********* - * Links * - *********/ -link { - color: #1A73E8; -} - -link:visited { - color: #AB47BC; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1A73E8; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #AB47BC; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical), spinbutton.vertical { - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - border-radius: 12px; - padding: 0; - border-spacing: 0; -} - -spinbutton:not(.vertical):focus-within, spinbutton.vertical:focus-within { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - outline-color: #1A73E8; - outline-width: 2px; - outline-offset: -2px; -} - -spinbutton:not(.vertical):disabled, spinbutton.vertical:disabled { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - color: rgba(0, 0, 0, 0.38); - outline: none; - filter: none; - opacity: 1; -} - -spinbutton:not(.vertical):disabled > label, spinbutton.vertical:disabled > label { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton:not(.vertical) > text, spinbutton.vertical > text { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) > button, spinbutton.vertical > button { - padding: 0; - border: 6px solid transparent; -} - -spinbutton:not(.vertical) > button:focus:not(:hover):not(:active):not(:disabled), spinbutton.vertical > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(0, 0, 0, 0.6); -} - -spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical:disabled { - color: rgba(0, 0, 0, 0.38); -} - -spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical > button.up { - margin: 0 3px; -} - -spinbutton.vertical > button.down { - margin: 0 3px; -} - -list > row spinbutton:not(.vertical) > button { - margin: 6px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(ltr), list > row spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; -} - -list > row spinbutton:not(.vertical) > button.up:dir(rtl), list > row spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 6px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu, -combobox > popover.menu { - margin-top: 6px; - padding: 0; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 12px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 12px; - font-weight: normal; - transition: outline-color 300ms cubic-bezier(0, 0, 0.2, 1), outline-width 300ms cubic-bezier(0, 0, 0.2, 1), outline-offset 300ms cubic-bezier(0, 0, 0.2, 1); - outline: 0 solid transparent; - outline-offset: 4px; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -button.combo:only-child:disabled { - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.38); - filter: none; - opacity: 1; -} - -.app-notification, .toolbar.osd, -toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.app-notification:backdrop, .toolbar.osd:backdrop, -toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.38); -} - -/************ - * Toolbars * - ************/ -.toolbar, -toolbar { - padding: 3px 6px; - background-color: #F2F2F2; - border-spacing: 6px; -} - -.osd .toolbar, .osd toolbar { - background-color: transparent; -} - -.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom, -toolbar.osd.left, -toolbar.osd.right, -toolbar.osd.top, -toolbar.osd.bottom { - border-radius: 0; -} - -.toolbar.osd.bottom, -toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator, -toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator, -toolbar.vertical > separator { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) scale, -.toolbar:not(.inline-toolbar):not(.osd) entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton, -.toolbar:not(.inline-toolbar):not(.osd) button, -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -.toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -.toolbar:not(.inline-toolbar):not(.osd) spinbutton button, -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -.toolbar:not(.inline-toolbar):not(.osd) switch, -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.toolbar button { - margin: 1px; - border-radius: 6px; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, -searchbar > revealer > box button, -searchbar > revealer > box menubutton, -searchbar > revealer > box splitbutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -window.about.background.csd headerbar button:not(.suggested-action):not(.destructive-action), headerbar.flat button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:active:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -window.about.background.csd headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -window.about.background.csd headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -window.about.background.csd headerbar button:backdrop:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.38); -} - -window.about.background.csd headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:focus:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:hover:not(.suggested-action):not(.destructive-action), window.about.background.csd headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -window.about.background.csd headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.6); -} - -window.about.background.csd headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action), headerbar.flat button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.26); -} - -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 9999px; -} - -headerbar button:focus:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: white; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.3); -} - -headerbar entry { - caret-color: white; -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); -} - -headerbar entry, headerbar entry > text { - color: white; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: white; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - color: white; - min-height: 48px; - padding: 0; - margin: 0; - background-color: #2C2C2C; - border-radius: 18px 18px 0 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #2C2C2C; -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar.flat { - background-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander:not(:checked) image.expander-row-arrow, -row.expander:not(:checked) headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander:not(:checked) image.expander-row-arrow:backdrop, -row.expander:not(:checked) headerbar image.expander-row-arrow:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar headerbar { - background-color: transparent; - box-shadow: none; -} - -headerbar splitbutton { - border-radius: 9999px; -} - -headerbar splitbutton > button, headerbar splitbutton > menubutton > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 9999px; -} - -headerbar splitbutton > button:dir(ltr), -headerbar splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -headerbar splitbutton > button:dir(rtl), -headerbar splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 12px; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar button.toggle { - border-radius: 9999px; -} - -headerbar.flat { - background-color: #F2F2F2; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.6); - border-radius: 18px 18px 0 0; -} - -background.csd.info headerbar.flat, background.csd.about headerbar.flat { - background-color: transparent; - box-shadow: none; -} - -headerbar popover.background > contents { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background > contents .dim-label, headerbar popover.background > contents row.expander:not(:checked) image.expander-row-arrow, row.expander:not(:checked) headerbar popover.background > contents image.expander-row-arrow, headerbar popover.background > contents row label.subtitle, row headerbar popover.background > contents label.subtitle { - color: rgba(0, 0, 0, 0.6); -} - -headerbar popover.background button, headerbar popover.background entry, headerbar popover.background spinbutton { - border-radius: 5px; -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action) image { - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):first-child { - border-radius: 5px 0 0 5px; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):last-child { - border-radius: 0 5px 5px 0; -} - -headerbar popover.background .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):only-child { - border-radius: 5px; -} - -headerbar stackswitcher { - margin: 6px 0; - border-radius: 9999px; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:active { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked { - color: white; -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:focus, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:hover, headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked { - color: rgba(255, 255, 255, 0.5); -} - -headerbar stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button:backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -headerbar > windowhandle > box { - padding: 0 6px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar > windowhandle > box > box.start:dir(ltr), -headerbar > windowhandle > box > box.end:dir(rtl), headerbar > windowhandle > box > widget > box.start:dir(ltr), -headerbar > windowhandle > box > widget > box.end:dir(rtl) { - margin-right: 6px; -} - -headerbar > windowhandle > box > box.start:dir(rtl), -headerbar > windowhandle > box > box.end:dir(ltr), headerbar > windowhandle > box > widget > box.start:dir(rtl), -headerbar > windowhandle > box > widget > box.end:dir(ltr) { - margin-left: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar stackswitcher, -headerbar menubutton, -headerbar splitbutton { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; - color: white; -} - -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -headerbar.selection-mode .subtitle:link { - color: white; -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar .selection-mode { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #1A73E8; -} - -.tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { - border-radius: 0; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); -} - -headerbar.default-decoration { - min-height: 24px; - padding: 0; - background-image: none; - background-color: #2C2C2C; - border-radius: 18px 18px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - padding: 0; - min-height: 24px; - min-width: 24px; - margin: 6px 0; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar.titlebar { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(26, 115, 232, 0.2)), linear-gradient(to top, #242424, #2C2C2C 3px, #3b3b3b); -} - -window.devel headerbar.titlebar:backdrop { - background: #2C2C2C cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#2C2C2C); - /* background-color would flash */ -} - -headerbar windowcontrols { - border-spacing: 6px; -} - -headerbar windowcontrols.start:dir(ltr), headerbar windowcontrols.end:dir(rtl) { - margin-right: 6px; -} - -headerbar windowcontrols.start:dir(rtl), headerbar windowcontrols.end:dir(ltr) { - margin-left: 6px; -} - -headerbar windowcontrols button:not(.suggested-action):not(.destructive-action) > image { - padding: 0; - border: none; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 12px; - border-spacing: 3px; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 3px; - margin-right: 3px; -} - - -pathbar > button label:not(:only-child):first-child { - margin-left: 0; -} - - -pathbar > button label:not(:only-child):last-child { - margin-right: 0; -} - - -pathbar > button.text-button { - min-width: 0; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); - border: none; - border-radius: 12px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 10px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #dedede; - border-top-color: #dedede; -} - -columnview.view:selected, -treeview.view:selected { - background-color: #FFFFFF; - background-image: image(alpha(currentColor, 0.1)); - box-shadow: none; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; - box-shadow: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: rgba(0, 0, 0, 0.87); -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #1A73E8; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: rgba(26, 115, 232, 0.65); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #1A73E8; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(0, 0, 0, 0.15); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(0, 0, 0, 0.6); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #FFFFFF; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view > header > button sort-indicator, -treeview.view > header > button sort-indicator { - min-height: 16px; - min-width: 16px; -} - -columnview.view > header > button sort-indicator.ascending, -treeview.view > header > button sort-indicator.ascending { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -columnview.view > header > button sort-indicator.descending, -treeview.view > header > button sort-indicator.descending { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #FFFFFF; - background-clip: border-box; - color: #1A73E8; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #1A73E8; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #2C2C2C; - color: white; -} - -menubar:backdrop { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: white; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 9px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - padding: 0 14px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background-image: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 3px 32px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; - padding: 0; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover.background > arrow, -popover.background > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - border: none; - border-radius: 11px; - color: rgba(0, 0, 0, 0.87); -} - -popover.background:backdrop > arrow, -popover.background:backdrop > contents { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12); -} - -popover.background > contents > list, -popover.background > contents > .view, -popover.background > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > contents > scrolledwindow > viewport > stack > box { - padding: 0; -} - -popover.background > contents separator { - background-color: rgba(0, 0, 0, 0.12); - margin: 3px 0; -} - -popover.background > contents list { - background-color: transparent; - padding: 0; -} - -popover.background > contents list > row { - padding: 6px 12px; - margin: 0; -} - -popover.background > contents list separator { - margin: 0; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #FFFFFF; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 5px 0 0 5px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 0 5px 5px 0; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 5px; -} - -popover.background modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; - border-radius: 5px; - color: rgba(0, 0, 0, 0.87); - font: initial; - text-shadow: none; - border-spacing: 6px; -} - -popover.background modelbutton accelerator { - color: rgba(0, 0, 0, 0.38); - margin-left: 30px; -} - -popover.background modelbutton accelerator:disabled { - color: rgba(0, 0, 0, 0.12); -} - -popover.background modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover.background modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 5px; -} - -.osd popover.background, popover.background.touch-selection, popover.background.magnifier { - background-color: transparent; -} - -popover.background listview { - padding: 0; -} - -popover.background listview > row { - padding: 6px 12px; - border-radius: 5px; - margin: 0; -} - -magnifier { - background-color: #FFFFFF; -} - -/************* - * Notebooks * - *************/ -notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 24px; - min-width: 24px; - padding: 6px 12px; - border-width: 1px; - border-color: transparent; - border-style: solid; - outline: none; - background-clip: padding-box; - box-shadow: none; - color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: #dedede; - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab:disabled { - color: rgba(0, 0, 0, 0.26); -} - -notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; - background-clip: padding-box; - border-color: #dedede; - color: rgba(0, 0, 0, 0.87); - box-shadow: none; -} - -notebook > header tab:checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -notebook > header tab:checked.reorderable-page { - background-color: #FFFFFF; -} - -notebook { - background-color: #FFFFFF; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: #FAFAFA; -} - -notebook.frame { - border-radius: 12px; -} - -notebook.frame frame > border { - border: none; - border-radius: 12px; -} - -notebook.frame frame > list row.activatable { - border-radius: 12px; -} - -notebook:focus tab:checked { - box-shadow: none; -} - -notebook.frame > header.top { - border-radius: 12px 12px 0 0; -} - -notebook.frame > header.bottom { - border-radius: 0 0 12px 12px; -} - -notebook.frame > header.left { - border-radius: 12px 0 0 12px; -} - -notebook.frame > header.right { - border-radius: 0 12px 12px 0; -} - -notebook > header { - border: none; - background-color: #F2F2F2; - padding: 0; -} - -notebook > header.top { - box-shadow: inset 0 -1px #dedede; -} - -notebook > header.top > tabs { - margin: 4px 0 0; -} - -notebook > header.top > tabs > tab { - border-radius: 12px 12px 0 0; - border-bottom: none; -} - -notebook > header.bottom { - box-shadow: inset 0 1px #dedede; -} - -notebook > header.bottom > tabs { - margin: 0 0 4px; -} - -notebook > header.bottom > tabs > tab { - border-radius: 0 0 12px 12px; - border-top: none; -} - -notebook > header.left { - box-shadow: inset -1px 0 #dedede; -} - -notebook > header.left > tabs { - margin: 0 0 0 4px; -} - -notebook > header.left > tabs > tab { - border-radius: 12px 0 0 12px; - border-right: none; -} - -notebook > header.right { - box-shadow: inset 1px 0 #dedede; -} - -notebook > header.right > tabs { - margin: 0 4px 0 0; -} - -notebook > header.right > tabs > tab { - border-radius: 0 12px 12px 0; - border-left: none; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 12px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #FFFFFF; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar > range > trough { - box-shadow: none; - outline: none; - background: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - box-shadow: none; - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(0, 0, 0, 0.38); -} - -scrollbar > range > trough > slider:active { - background-color: rgba(0, 0, 0, 0.6); -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough { - padding: 0; - margin: 0; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - box-shadow: none; - outline: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.38); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(0, 0, 0, 0.26); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(255, 255, 255, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(0, 0, 0, 0.26); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: rgba(26, 115, 232, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; - color: transparent; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - outline: none; - box-shadow: 0 0 0 10px transparent, 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); - background-color: #FFFFFF; -} - -switch:focus > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:focus:hover > slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -1px rgba(0, 0, 0, 0.17); -} - -switch:checked > slider { - background-color: #1A73E8; - color: #1A73E8; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 4px; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -popover checkbutton.text-button > check:dir(ltr), popover radiobutton.text-button > check:dir(ltr) { - margin-left: -16px; -} - -popover checkbutton.text-button > check:dir(rtl), popover radiobutton.text-button > check:dir(rtl) { - margin-right: -16px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; - border: none; -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #0F9D58; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -check:not(:hover):focus, -radio:not(:hover):focus { - box-shadow: inset 0 0 0 9999px transparent; -} - -popover modelbutton check, popover modelbutton radio { - margin: 0; - padding: 0; -} - -popover modelbutton check, popover modelbutton check:focus, popover modelbutton check:hover, popover modelbutton check:focus:hover, popover modelbutton check:active, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:focus, popover modelbutton radio:hover, popover modelbutton radio:focus:hover, popover modelbutton radio:active, popover modelbutton radio:disabled { - transition: none; - box-shadow: none; - background: none; - border: none; -} - -popover modelbutton check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(0, 0, 0, 0.6); -} - -popover modelbutton check, popover modelbutton check:hover, popover modelbutton check:disabled, popover modelbutton radio, popover modelbutton radio:hover, popover modelbutton radio:disabled { - box-shadow: none; -} - -popover modelbutton check.left:dir(rtl), popover modelbutton radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover modelbutton check.right:dir(ltr), popover modelbutton radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - - -check { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 24px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/unchecked-symbolic@2.svg"))); -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 18px; - min-width: 18px; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 18px; - min-width: 18px; - border-image: none; - -gtk-icon-size: 18px; - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-unchecked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-unchecked-symbolic@2.svg"))); -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-mixed-symbolic@2.svg"))); -} - -treeview.view check, treeview.view radio, -columnview.view check, -columnview.view radio { - padding: 0; - box-shadow: none; - background: none; - color: rgba(0, 0, 0, 0.6); -} - -treeview.view check:hover, treeview.view check:active, treeview.view radio:hover, treeview.view radio:active, -columnview.view check:hover, -columnview.view check:active, -columnview.view radio:hover, -columnview.view radio:active { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view check:disabled, treeview.view radio:disabled, -columnview.view check:disabled, -columnview.view radio:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view check:checked, treeview.view check:indeterminate, treeview.view radio:checked, treeview.view radio:indeterminate, -columnview.view check:checked, -columnview.view check:indeterminate, -columnview.view radio:checked, -columnview.view radio:indeterminate { - color: #0F9D58; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, treeview.view radio:checked:disabled, treeview.view radio:indeterminate:disabled, -columnview.view check:checked:disabled, -columnview.view check:indeterminate:disabled, -columnview.view radio:checked:disabled, -columnview.view radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.26); -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, treeview.view:focus-within check, treeview.view:focus-within radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio, -columnview.view:focus-within check, -columnview.view:focus-within radio { - box-shadow: none; - background-color: transparent; -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune > trough > slider { - min-height: 32px; - min-width: 32px; - margin: -14px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(0, 0, 0, 0.26); -} - -scale > trough:disabled { - background-color: rgba(0, 0, 0, 0.15); -} - -scale > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - color: #1A73E8; - background-color: transparent; -} - -scale > trough > slider, scale > trough > slider:focus, scale > trough > slider:hover, scale > trough > slider:active { - border: none; - box-shadow: none; - outline: none; -} - -scale > trough > slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale > trough > slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: auto, 0% 0%; - color: #1A73E8; -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#1A73E8); -} - -scale > trough > highlight:disabled { - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.26); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > marks, -scale > value { - color: rgba(0, 0, 0, 0.6); -} - -scale > marks indicator { - background-color: rgba(0, 0, 0, 0.26); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal > marks indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical > marks indicator { - min-height: 1px; - min-width: 8px; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: none; - box-shadow: none; - border: none; -} - -scale.marks-before:not(.marks-after) > trough > slider:disabled, scale.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) > trough > slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(0, 0, 0, 0.6); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 12px; - background-color: rgba(0, 0, 0, 0.15); -} - -progressbar progress { - border-radius: 12px; - background-color: #1A73E8; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #1A73E8; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 12px; -} - -levelbar block.low { - background-color: #FFD600; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #1A73E8; -} - -levelbar block.full { - background-color: #0F9D58; -} - -levelbar block.empty { - background-color: rgba(0, 0, 0, 0.15); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: rgba(0, 0, 0, 0.87); - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 12px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 12px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - box-shadow: none; -} - -actionbar > revealer > box entry, -actionbar > revealer > box button, -actionbar > revealer > box menubutton, -actionbar > revealer > box splitbutton { - margin: 0; -} - -statusbar { - padding: 6px 18px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -scrolledwindow > overshoot.top { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.bottom { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.left { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow > overshoot.right { - background-size: 200% 70%; - background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.04) 99%, transparent 100%); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -scrolledwindow > junction { - border: none; - background-color: #FFFFFF; -} - -* scrolledwindow > undershoot { - box-shadow: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.12); -} - -separator.spacer { - background-color: transparent; -} - -separator.spacer.horizontal { - min-width: 12px; -} - -separator.spacer.vertical { - min-height: 12px; -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -listview, -list { - border-color: rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: padding-box; - color: rgba(0, 0, 0, 0.6); -} - -listview > row, -list > row { - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), -list.horizontal row.separator, -list.separators.horizontal > row:not(.separator) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator), -list:not(.horizontal) row.separator, -list.separators:not(.horizontal) > row:not(.separator) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -list.frame { - border-radius: 12px; -} - -row { - background-clip: padding-box; -} - -columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 30%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button:hover, -treeview.view > header > button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 30%, transparent 0%); - background-size: 100% 100%; -} - -button row.activatable, button row.activatable:hover, button row.activatable.has-open-popup, button row.activatable:active, button row.activatable:active:hover { - background-color: transparent; - box-shadow: none; - background-image: none; - transition: none; - animation: none; -} - -button:checked row { - color: white; -} - -row:selected { - color: inherit; -} - -row:selected image, -row:selected label { - color: rgba(0, 0, 0, 0.87); -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(0, 0, 0, 0.38); -} - -treeexpander { - border-spacing: 4px; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview > header > button { - padding-left: 6px; - padding-right: 6px; - border-left: 1px solid transparent; -} - -columnview > header > button:first-child { - border-left-width: 0; -} - -columnview.column-separators > listview > row > cell, -columnview.column-separators > header > button { - border-left-color: rgba(0, 0, 0, 0.12); -} - -columnview > listview:not(.horizontal).separators > row:not(.separator) { - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-bottom: none; -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -columnview ~ undershoot.top { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.12); -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #1A73E8; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: white; - background-color: #1A73E8; -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 9px 12px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row > box { - border-spacing: 12px; -} - -/**************** - * AdwActionRow * - ****************/ -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; -} - -/*************** - * AdwComboRow * - ***************/ -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.35); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -/****************** - * AdwExpanderRow * - ******************/ -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible, -.osd list.boxed-list > row:focus:focus-visible, -.osd list.boxed-list > row.expander row.header:focus:focus-visible, -list.boxed-list > row.expander .osd row.header:focus:focus-visible, .osd row.expander list.nested > row:focus:focus-visible, row.expander .osd list.nested > row:focus:focus-visible { - outline-color: rgba(0, 0, 0, 0.04); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - background-color: #FFFFFF; - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander:not(:checked) image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #1A73E8; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.35); -} - -/***************** - * Boxed Lists * - *****************/ -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:only-child, -list.boxed-list > row:only-child.expander:not(:checked), -list.boxed-list > row:only-child.expander:not(:checked) row.header, -list.boxed-list > row:only-child.expander:checked list.nested, -list.boxed-list > row:only-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; - border-bottom-width: 0; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 9px; - border-spacing: 9px; - padding: 9px; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #1A73E8; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(0, 0, 0, 0.6); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: rgba(0, 0, 0, 0.87); -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(0, 0, 0, 0.26); -} - -expander-widget > box > title { - border-radius: 12px; -} - -expander-widget > box > title:hover > expander { - color: rgba(0, 0, 0, 0.6); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 12px; - color: rgba(0, 0, 0, 0.87); -} - -calendar:disabled { - color: rgba(0, 0, 0, 0.38); -} - -calendar:selected { - border-radius: 12px; -} - -calendar > header { - padding: 3px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -calendar > header > button { - min-height: 24px; -} - -calendar > grid { - margin: 3px; -} - -calendar > grid > label { - border-radius: 9999px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 9px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.dialog.message.background { - background-color: #FFFFFF; - background-image: none; -} - -window.dialog.message box.dialog-vbox.vertical { - border-spacing: 10px; -} - -window.dialog.message .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -window.dialog.message .titlebar:backdrop { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -window.dialog.message.csd .dialog-action-area { - padding: 6px; - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button { - border: none; - box-shadow: none; -} - -window.dialog.message.csd .dialog-action-area > button, window.dialog.message.csd .dialog-action-area > button:first-child, window.dialog.message.csd .dialog-action-area > button:last-child { - border-radius: 9999px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:last-child) { - margin-right: 6px; -} - -window.dialog.message.csd .dialog-action-area > button:not(:disabled) { - color: #1A73E8; -} - -window.dialog.message.csd .dialog-action-area > button.destructive-action:not(:disabled) { - color: #E53935; -} - -window.messagedialog .message-area separator { - background-color: transparent; - min-height: 0; -} - -window.messagedialog .response-area { - padding: 6px; - box-shadow: none; - border: none; -} - -window.messagedialog .response-area button { - border: none; - box-shadow: none; - border-radius: 9999px; -} - -window.messagedialog .response-area button:not(:last-child) { - margin-right: 6px; -} - -window.messagedialog .response-area button.suggested:not(:disabled) { - color: #1A73E8; -} - -window.messagedialog .response-area button.destructive:not(:disabled) { - color: #E53935; -} - -window.messagedialog .response-area separator { - background-color: transparent; - min-width: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #F2F2F2; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooser gridview ~ undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -filechooser placesview > stack > scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -window.aboutdialog stack scrolledwindow.frame, window.aboutdialog stack scrolledwindow.frame > .view, window.aboutdialog stack scrolledwindow.frame > .view > text { - border-radius: 12px; -} - -window.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -window.about.background.csd headerbar { - color: rgba(0, 0, 0, 0.6); -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #FAFAFA; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(0, 0, 0, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar list { - padding: 6px; - background-color: #FAFAFA; -} - -stacksidebar row { - min-height: 24px; - padding: 6px 9px; - border-radius: 6px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(0, 0, 0, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.15); -} - -separator.sidebar.spacer { - background-color: transparent; -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 6px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view, .navigation-sidebar.view:disabled { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background, .navigation-sidebar.background:disabled { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.87); -} - -.navigation-sidebar > row { - min-height: 24px; - padding: 6px 9px; - border-radius: 0 9999px 9999px 0; - margin: 0 6px 0 0; -} - -.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within { - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; -} - -.navigation-sidebar > row:selected label, .navigation-sidebar > row:selected image { - color: #1A73E8; -} - -.navigation-sidebar > row:selected:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -.navigation-sidebar > row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -.navigation-sidebar > row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.navigation-sidebar > separator { - margin: 6px 0; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(0, 0, 0, 0.6); -} - -row image.sidebar-icon:disabled { - color: rgba(0, 0, 0, 0.26); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar .navigation-sidebar { - padding: 6px 0; -} - -placessidebar .navigation-sidebar > row { - min-height: 32px; - margin: 0 4px 0 0; - padding: 3px; - border-radius: 0 9999px 9999px 0; -} - -placessidebar .navigation-sidebar > row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar .navigation-sidebar > row:selected { - background-color: alpha(currentColor, 0.1); - color: #1A73E8; - font-weight: 500; -} - -placessidebar .navigation-sidebar > row:selected image.sidebar-icon { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row:disabled { - color: rgba(0, 0, 0, 0.38); -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label { - color: inherit; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar .navigation-sidebar > row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row image.sidebar-icon { - color: #1A73E8; -} - -placessidebar .navigation-sidebar > row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 6px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #F2F2F2; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 12px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar > revealer > box { - padding: 6px; - border-spacing: 12px; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - color: rgba(0, 0, 0, 0.87); - background-color: #FFFFFF; -} - -infobar.info > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:hover > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled), infobar.info:backdrop > revealer > box button.text-button:not(.suggested-action):not(.destructive-action):not(:disabled) { - color: #1A73E8; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #1A73E8; - color: white; -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: white; -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #3181ea; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FFD600; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #ffda1a; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #E53935; - color: white; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: white; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: white; -} - -infobar.error:hover > revealer > box { - background-color: #e84f4c; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 6px 12px; - box-shadow: none; -} - -tooltip.background, tooltip.background.csd { - background-color: rgba(52, 52, 52, 0.9); - color: white; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 6px; - margin: 2px 6px 8px 6px; - border: none; -} - -tooltip > box { - border-spacing: 6px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.top overlay { - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -colorswatch.bottom { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button { - border-radius: 11px 11px 0 0; - color: rgba(0, 0, 0, 0.87); -} - -colorswatch#add-color-button:only-child { - border-radius: 11px; -} - -colorswatch#add-color-button overlay { - background-color: #FFFFFF; -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 11px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 11px; -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #FFFFFF; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #F2F2F2; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - outline: none; - padding: 0; - margin: 0; - transition: none; - border-radius: 18px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 2px transparent, 0 6px 18px 5px transparent, inset 0 1px rgba(255, 255, 255, 0.1); -} - -window.csd.messagedialog { - background-color: #FFFFFF; - background-image: none; -} - -window.csd.messagedialog:backdrop { - background-color: #F2F2F2; - background-image: none; -} - -window.csd.about.background, window.csd.about.background:backdrop, window.csd.info.background, window.csd.info.background:backdrop { - background-color: #F2F2F2; - background-image: none; -} - -window.csd.tiled, window.csd.tiled-top, window.csd.tiled-left, window.csd.tiled-right, window.csd.tiled-bottom { - border-radius: 0; - outline: none; -} - -window.csd.maximized, window.csd.fullscreen { - border-radius: 0; - outline: none; - box-shadow: none; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #2C2C2C; -} - -window.solid-csd:backdrop { - background-color: #2C2C2C; -} - -gridview > child:selected, row:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -.view:selected, iconview:selected, flowbox > flowboxchild:selected, calendar > grid > label.today, stacksidebar row:selected { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, entry > text > selection, calendar > grid > label.today:selected { - color: white; - background-color: #1A73E8; -} - -.monospace { - font-family: monospace; -} - -.numeric { - font-feature-settings: "tnum"; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #1A73E8; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 8px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #FFFFFF; - background-clip: border-box; - color: rgba(0, 0, 0, 0.87); - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #1A73E8; -} - -stackswitcher { - min-height: 0; - padding: 0; - border-radius: 9999px; - background-color: alpha(currentColor, 0.05); -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - border-radius: 9999px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - background-color: #1A73E8; - color: white; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher.circular { - border-spacing: 12px; -} - -stackswitcher.circular button.circular, -stackswitcher.circular button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: none; -} - -.icon-dropshadow { - -gtk-icon-shadow: none; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 6px; - border-spacing: 6px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background: none; -} - -.emoji-searchbar entry { - margin: 0; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 3px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background: none; - box-shadow: none; -} - -button.emoji-section { - margin: 0; - padding: 6px; - border-radius: 9px; -} - -button.emoji-section:checked { - color: #1A73E8; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: rgba(0, 0, 0, 0.87); -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window.background.csd { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window.background.csd, .nautilus-window.background.csd:backdrop { - background-image: none; - background-color: #2C2C2C; -} - -.nautilus-window headerbar { - background-color: transparent; - box-shadow: none; -} - -.nautilus-window flap > separator { - background: none; - min-width: 0; -} - -.nautilus-window flap.unfolded > placessidebar { - background-color: transparent; - border-radius: 18px; - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow { - margin: 0 0 12px 12px; - border-radius: 12px; - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.top { - border-radius: 12px 12px 0 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow overshoot.bottom { - border-radius: 0 0 12px 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar { - padding: 16px 0 16px 0; - background: none; - border-radius: 12px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > separator { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable { - border-radius: 0; - padding: 0; - margin: -8px 0 -8px 0; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer { - padding-left: 12px; - padding-right: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable > revealer.sidebar-revealer > box { - padding-right: 18px; - padding-left: 0; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:focus, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:active { - background: none; - box-shadow: none; - animation: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable image.sidebar-icon { - padding-right: 6px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable label.sidebar-label { - color: inherit; - min-height: 54px; - padding-left: 6px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable.sidebar-placeholder-row { - background-color: transparent; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) { - border-radius: 0; - border-radius: 9999px 0 0 9999px; - background-color: rgba(245, 124, 0, 0.1); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active), .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:drop(active) label.sidebar-label { - color: #F57C00; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:hover label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected { - background-color: transparent; - font-weight: 700; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected > revealer > box { - color: #1A73E8; - background-color: #FFFFFF; - border-image-width: 10px 10px 10px 46px; - border-image-slice: 10 10 10 46; - border-image-repeat: stretch; - border-image-source: -gtk-scaled(url("assets/row-selected.png"), url("assets/row-selected@2.png")); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected label.sidebar-label { - padding-left: 14px; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:selected button.sidebar-button { - color: #1A73E8; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled image.sidebar-icon, .nautilus-window flap.unfolded > placessidebar > scrolledwindow > viewport > list.navigation-sidebar > row.activatable:disabled label.sidebar-label { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar { - margin: 3px 3px 3px 0; - background: none; - border: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though { - background: none; -} - -.nautilus-window flap.unfolded > placessidebar > scrolledwindow > scrollbar though > slider { - border: none; -} - -.nautilus-window tabbar .box { - padding: 0 12px; - background-color: transparent; - box-shadow: inset 0 -1px transparent; -} - -.nautilus-window tabbar tab { - color: rgba(255, 255, 255, 0.7); - border: none; -} - -.nautilus-window tabbar tab:hover:not(:selected):not(:active):not(:checked) { - color: white; - background-color: rgba(255, 255, 255, 0.05); -} - -.nautilus-window tabbar tab:active, .nautilus-window tabbar tab:checked, .nautilus-window tabbar tab:selected { - color: rgba(0, 0, 0, 0.87); -} - -.nautilus-window tabbar tab:active:disabled, .nautilus-window tabbar tab:checked:disabled, .nautilus-window tabbar tab:selected:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.nautilus-window tabbar tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.nautilus-window tabview > stack { - background-color: transparent; -} - -.nautilus-window .nautilus-grid-view.view, .nautilus-window .nautilus-grid-view.view gridview.view { - background-color: #FFFFFF; - border-radius: 12px; - margin: 0 6px 6px 0; -} - -.nautilus-window .nautilus-list-view.view { - border-radius: 12px; - margin: 0 6px 6px 0; -} - -.nautilus-window .nautilus-list-view.view .view { - background-color: transparent; -} - -.nautilus-window placesview { - border-radius: 12px; - margin: 0 6px 6px 0; - background-color: #FFFFFF; -} - -.nautilus-window placesview list, .nautilus-window placesview actionbar, .nautilus-window placesview actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window placesview label { - color: rgba(0, 0, 0, 0.6); -} - -.nautilus-window placesview label:disabled { - color: rgba(0, 0, 0, 0.26); -} - -.nautilus-window infobar { - margin: 3px; -} - -.nautilus-window infobar > revealer > box { - border-radius: 6px; -} - -.nautilus-window label.search-information { - margin: 3px; - border-radius: 6px; -} - -.nautilus-window .floating-bar { - min-height: 28px; - padding: 3px; - margin: 6px; - border: none; - border-radius: 9999px; - background-color: rgba(242, 242, 242, 0.95); - box-shadow: none; -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -#NautilusQueryEditor { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - padding: 0 4px 0 8px; -} - -#NautilusQueryEditor:focus-within { - color: white; -} - -#NautilusQueryEditor:disabled { - color: rgba(255, 255, 255, 0.3); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 28px; - min-height: 28px; - margin: 4px 0; - padding: 0; -} - -#NautilusQueryEditor > text { - margin: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; - margin: 6px 0; -} - -#NautilusPathBar #NautilusPathButton { - margin: 0 3px; - border-radius: 9999px; -} - -#NautilusPathBar #NautilusPathButton.current-dir { - color: white; -} - -#NautilusPathBar #NautilusPathButton.current-dir:hover, #NautilusPathBar #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathBar #NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusPathBar > menubutton > button { - border-radius: 9999px; -} - -#NautilusQueryEditorTag { - border-radius: 9999px; -} - -#NautilusQueryEditorTag > button { - margin: 3px; - padding: 0; - min-height: 22px; - min-width: 22px; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -window > contents leaflet { - background-color: transparent; -} - -window > contents leaflet stack.background { - background-color: transparent; -} - -window > contents leaflet.unfolded stack.background leaflet box.vertical:last-child > headerbar, -window > contents leaflet.unfolded stack.background leaflet + headerbar { - border-top-left-radius: 0; -} - -window > contents leaflet.unfolded > separator + box.vertical > headerbar { - border-top-right-radius: 0; - border-top-left-radius: 18px; -} - -window > contents leaflet > box > scrolledwindow > viewport > widget > stack { - background-color: #FFFFFF; -} - -window.background.csd > widget > navigation-split-view > widget > navigation-view-page > toolbarview > revraler > windowhandle > box > headerbar { - background-color: transparent; - box-shadow: none; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -window > contents leaflet.unfolded > box.vertical > headerbar { - border-top-left-radius: 0; -} - -.history-view { - background-color: #FFFFFF; -} - -#displayitem { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.small .card { - border-radius: 0; - box-shadow: none; -} - -.small .card.forecast-card { - border-width: 1px 0; -} - -.small .card.display-container { - border-width: 0 0 1px 0; -} - -leaflet button.number-button { - background-color: rgba(0, 0, 0, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(0, 0, 0, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(0, 0, 0, 0.3); -} - -leaflet button.clear-button.image-button { - border-radius: 12px; -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 12px; -} - -label.primary-label, label.month-name { - color: #1A73E8; -} - -label.secondary-label { - color: rgba(0, 0, 0, 0.38); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #1A73E8; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(0, 0, 0, 0.38); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#1A73E8, 0.3); -} - -popover.events { - background-color: #FFFFFF; - padding: 0; -} - -popover.events box { - border-top-left-radius: 12px; - border-top-right-radius: 12px; -} - -popover.events list { - background-color: #FFFFFF; - border-radius: 12px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 12px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 12px; -} - -event.timed widget.edge { - border-radius: 6px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 6px 6px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 6px 0 0 6px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #FFFFFF; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.popup, datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(0, 0, 0, 0.38); - font-size: smaller; -} - -datechooser button.day, datechooser button.day.text-button { - font-size: 10pt; - font-weight: normal; - margin: 3px; - padding: 0; - min-height: 36px; - min-width: 36px; - transition: none; -} - -datechooser button.day dot, datechooser button.day.text-button dot { - background-color: rgba(0, 0, 0, 0.87); - border-radius: 50%; - min-height: 3px; - min-width: 3px; -} - -datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { - background-color: #1A73E8; - color: white; - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot, datechooser button.day.text-button:selected dot, datechooser button.day.text-button.today:selected dot { - background-color: white; -} - -datechooser button.day.today, datechooser button.day.text-button.today { - color: #1A73E8; -} - -datechooser button.day.today dot, datechooser button.day.text-button.today dot { - background-color: #1A73E8; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot, datechooser button.day.text-button.other-month:not(:hover) dot, datechooser button.day.text-button.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop), datechooser button.day.text-button.other-month:hover:not(:backdrop) { - color: rgba(0, 0, 0, 0.38); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot, datechooser button.day.text-button.other-month:hover:not(:backdrop) dot { - background-color: rgba(0, 0, 0, 0.38); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 12px 12px 18px 12px; - color: rgba(0, 0, 0, 0.26); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(0, 0, 0, 0.38); -} - -.week-header.lines { - color: rgba(0, 0, 0, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 6px; -} - -.week-view .lines { - color: rgba(0, 0, 0, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#1A73E8, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#1A73E8, 0.25); -} - -monthcell { - border: solid 1px rgba(0, 0, 0, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #FAFAFA; - transition: background-color 200ms; - color: rgba(0, 0, 0, 0.87); -} - -monthcell:selected { - background-color: alpha(#1A73E8, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#1A73E8, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#1A73E8, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#1A73E8, 0.3); - color: #1A73E8; -} - -monthcell.today:selected { - background-color: alpha(#1A73E8, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#1A73E8, 0.35); -} - -monthcell label { - color: rgba(0, 0, 0, 0.87); - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(0, 0, 0, 0.04); -} - -monthcell.out-of-month label { - color: rgba(0, 0, 0, 0.6); -} - -monthcell button { - padding: 0 6px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 12px; - padding: 6px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 12px; -} - -agenda-view list > label { - padding: 6px 12px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 6px; -} - -datechooser .current-week { - background-color: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); - border-radius: 12px; -} - -menubutton.sources-button > button { - border-radius: 0; -} - -menubutton.sources-button > button .title { - font-size: 10pt; - font-weight: normal; - padding: 0 6px; -} - -menubutton.sources-button > button .subtitle { - font-size: 8pt; - padding: 0 6px; -} - -menubutton.sources-button > button .calendar-color-image { - -gtk-icon-size: 12px; -} - -menubutton stack > box { - border-spacing: 6px; -} - -flowboxchild.card { - border: none; - box-shadow: none; - padding: 0; - background: none; -} - -flowboxchild > button.card.category-tile { - padding: 21px; - border: none; - border-radius: 12px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -} - -flowboxchild > button.card.category-tile-iconless { - padding: 9px 15px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.04); -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 12px 12px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 12px 0 0 12px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(0, 0, 0, 0.12); -} - -carousel.card { - border: none; -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 6px; - margin: 6px; -} - -.context-tile-lozenge.grey { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(0, 0, 0, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #085731; - background-color: rgba(15, 157, 88, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #1A73E8; - background-color: rgba(26, 115, 232, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #b39600; - background-color: rgba(255, 214, 0, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #F57C00; - background-color: rgba(245, 124, 0, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #b61b17; - background-color: rgba(229, 57, 53, 0.15); -} - -screenshot-carousel box.frame.view { - border-width: 1px 0; - border-radius: 0; -} - -/* Styling for specific category buttons. */ -.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); -} - -.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); -} - -.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); -} - -.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); -} - -.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); -} - -.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); -} - -.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); -} - -.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(0, 0, 0, 0.6); -} - -.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -.category-tile.category-work:hover { - background-color: #fefcef; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); -} - -.category-tile.category-work:active { - background-color: #fcf4bf; - background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px); -} - -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #1A73E8; - color: white; -} - -.polari-room-list popover.background > arrow, -.polari-room-list popover.background > contents { - padding: 0; -} - -window.org-gnome-Builder headerbar splitbutton notification button { - margin: 0; - min-height: 24px; - min-width: 24px; - padding: 0; -} - -popover.background.global-search > arrow, -popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 6px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -panelframetabbar { - border-bottom: none; -} - -.frameheader.header { - min-height: 24px; - background-color: rgba(0, 0, 0, 0.04); -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 3px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 24px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box .end-action menubutton > button { - margin: 3px; - min-height: 24px; - min-width: 24px; - padding: 6px; - border-radius: 12px; -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar { - background-color: #F2F2F2; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button.image-button { - border-radius: 0; -} - -.style-variant { - padding: 0 12px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 12px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(0, 0, 0, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(0, 0, 0, 0.26); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #1A73E8; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -button.colorpad { - padding: 0px; - margin: 0px; - background-blend-mode: screen; - background-image: linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55), linear-gradient(45deg, #0f0f0f55 25%, transparent 25%, transparent 75%, #0f0f0f55 75%, #0f0f0f55); - background-color: @colorpad_color; - color: @colorpad_fg_color; - background-size: 18px 18px; - background-position: 0px 0px, 9px 9px; -} - -button.colorpad:hover { - filter: brightness(93%); -} - -button.colorpad:active { - filter: brightness(86%); -} - -button.colorpad:checked { - filter: brightness(100%); -} - -window#desktopwindow { - background: none; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, button.suggested-action, button.destructive-action, button.opaque { - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0, 0, 0.2, 1); -} - -.osd splitbutton.suggested-action > button:focus:focus-visible, .osd splitbutton.suggested-action > menubutton > button:focus:focus-visible, .osd splitbutton.destructive-action > button:focus:focus-visible, .osd splitbutton.destructive-action > menubutton > button:focus:focus-visible, .osd splitbutton.opaque > button:focus:focus-visible, .osd splitbutton.opaque > menubutton > button:focus:focus-visible, .osd menubutton.suggested-action > button:focus:focus-visible, .osd menubutton.destructive-action > button:focus:focus-visible, .osd menubutton.opaque > button:focus:focus-visible, .osd button.suggested-action:focus:focus-visible, .osd button.destructive-action:focus:focus-visible, .osd button.opaque:focus:focus-visible { - outline: none; -} - -splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, button.suggested-action:hover, button.destructive-action:hover, button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -splitbutton.suggested-action > button.keyboard-activating, splitbutton.suggested-action > menubutton > button.keyboard-activating, splitbutton.destructive-action > button.keyboard-activating, splitbutton.destructive-action > menubutton > button.keyboard-activating, splitbutton.opaque > button.keyboard-activating, splitbutton.opaque > menubutton > button.keyboard-activating, menubutton.suggested-action > button.keyboard-activating, menubutton.destructive-action > button.keyboard-activating, menubutton.opaque > button.keyboard-activating, button.keyboard-activating.suggested-action, button.keyboard-activating.destructive-action, button.keyboard-activating.opaque, splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, button.suggested-action:active, button.destructive-action:active, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, button.suggested-action:checked, button.destructive-action:checked, button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -splitbutton.suggested-action > button:checked:hover, splitbutton.suggested-action > menubutton > button:checked:hover, splitbutton.destructive-action > button:checked:hover, splitbutton.destructive-action > menubutton > button:checked:hover, splitbutton.opaque > button:checked:hover, splitbutton.opaque > menubutton > button:checked:hover, menubutton.suggested-action > button:checked:hover, menubutton.destructive-action > button:checked:hover, menubutton.opaque > button:checked:hover, button.suggested-action:checked:hover, button.destructive-action:checked:hover, button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -splitbutton.suggested-action > button:checked.keyboard-activating, splitbutton.suggested-action > menubutton > button:checked.keyboard-activating, splitbutton.destructive-action > button:checked.keyboard-activating, splitbutton.destructive-action > menubutton > button:checked.keyboard-activating, splitbutton.opaque > button:checked.keyboard-activating, splitbutton.opaque > menubutton > button:checked.keyboard-activating, menubutton.suggested-action > button:checked.keyboard-activating, menubutton.destructive-action > button:checked.keyboard-activating, menubutton.opaque > button:checked.keyboard-activating, button.suggested-action:checked.keyboard-activating, button.destructive-action:checked.keyboard-activating, button.opaque:checked.keyboard-activating, splitbutton.suggested-action > button:checked:active, splitbutton.suggested-action > menubutton > button:checked:active, splitbutton.destructive-action > button:checked:active, splitbutton.destructive-action > menubutton > button:checked:active, splitbutton.opaque > button:checked:active, splitbutton.opaque > menubutton > button:checked:active, menubutton.suggested-action > button:checked:active, menubutton.destructive-action > button:checked:active, menubutton.opaque > button:checked:active, button.suggested-action:checked:active, button.destructive-action:checked:active, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -button.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -button.destructive-action { - color: white; -} - -button.destructive-action, button.destructive-action:checked { - background-color: #E53935; -} - -button.suggested-action { - color: white; -} - -button.suggested-action, button.suggested-action:checked { - background-color: #1A73E8; -} - -button.font separator { - background-color: transparent; -} - -button.font > box { - border-spacing: 6px; -} - -button.font > box > box > label { - font-weight: bold; -} - -menubutton.pill > button, button.pill { - padding: 10px 32px; - border-radius: 9999px; -} - -button.card { - background-clip: padding-box; - font-weight: inherit; - box-shadow: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.card:hover { - background-color: alpha(currentColor, 0.08); -} - -button.card.keyboard-activating, button.card:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-color: alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 100% 100%; -} - -button.card:drop(active) { - color: #F57C00; - box-shadow: inset 0 0 0 1px #F57C00; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #1A73E8; - color: white; -} - -menubutton.destructive-action { - background-color: #E53935; - color: white; -} - -menubutton.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 12px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 12px; -} - -splitbutton:disabled { - filter: none; - opacity: 1; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 6px; - margin-bottom: 6px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.image-button > button { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: 0; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: 0; -} - -splitbutton.flat > separator { - background: rgba(0, 0, 0, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.1); - color: rgba(0, 0, 0, 0.87); -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 12px; -} - -splitbutton.suggested-action { - background-color: #1A73E8; - color: white; -} - -splitbutton.destructive-action { - background-color: #E53935; - color: white; -} - -splitbutton.opaque { - background-color: rgba(224, 224, 224, 0.9805); - color: rgba(0, 0, 0, 0.87); -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 6px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -toast { - margin: 12px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 6px; - padding: 6px; - box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 11px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4); - color: rgba(0, 0, 0, 0.6); - font-weight: normal; -} - -toast:dir(ltr) { - padding-left: 12px; -} - -toast:dir(rtl) { - padding-right: 12px; -} - -toast > widget { - margin: 0 6px; -} - -statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.45); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.45; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -.card, list.content, -list.boxed-list { - border-radius: 12px; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.12); - background-clip: padding-box; - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.6); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 6px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; -} - -preferencesgroup > box > box.single-line { - min-height: 36px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(0, 0, 0, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(0, 0, 0, 0.26); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #1A73E8; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 0; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.04); - margin-top: 6px; - margin-bottom: 6px; -} - -viewswitcher.wide button.toggle:checked, viewswitcher.wide button.toggle.flat:checked { - background-color: #1A73E8; - color: white; -} - -viewswitcher.wide button.toggle:checked:backdrop, viewswitcher.wide button.toggle.flat:checked:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator { - background-color: white; -} - -viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label, viewswitcher.wide button.toggle.flat:checked indicatorbin.needs-attention > indicator > label { - color: #1A73E8; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; - border: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; - min-height: 0; - margin: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 7px; - padding-bottom: 5px; - border-spacing: 4px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 8px; - padding-right: 8px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 0 12px; - border-spacing: 6px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 6px; - min-height: 6px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - padding: 0; - background: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 2px 5px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #1A73E8; -} - -indicatorbin.needs-attention > indicator > label { - color: white; -} - -tabbar .box { - min-height: 28px; - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - padding: 0; - box-shadow: inset 0 -1px #dedede; - border-bottom: none; -} - -tabbar tabbox { - padding: 0; -} - -tabbar tabbox > tabboxchild { - border-radius: 0; - margin: 0; - padding-top: 4px; -} - -tabbar tabbox > separator { - margin-top: 9px; - margin-bottom: 9px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > revealer > indicator { - min-width: 2px; - border-radius: 2px; - margin: 9px 6px; - background: alpha(#1A73E8, 0.5); -} - -tabbar tab { - transition: none; - border-radius: 12px 12px 0 0; - border: 1px solid transparent; - border-bottom-width: 0; - color: rgba(0, 0, 0, 0.6); - padding: 6px 12px; -} - -tabbar tab:hover:not(:selected):not(:active):not(:checked) { - transition: none; - background-color: #dedede; - box-shadow: none; - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; - border-radius: 12px 12px 0 0; -} - -tabbar tab:selected, tabbar tab:checked, tabbar tab:active { - transition: background-color 150ms ease-in-out; - background-color: #FFFFFF; - box-shadow: none; - color: rgba(0, 0, 0, 0.87); - border-color: #dedede; - border-radius: 12px 12px 0 0; -} - -tabbar .start-action, -tabbar .end-action { - padding: 6px; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - padding-right: 0; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - padding-left: 0; -} - -tabview > stack { - background-color: #FFFFFF; -} - -dnd tab { - background-color: #F2F2F2; - color: rgba(0, 0, 0, 0.6); - box-shadow: none; - margin: 24px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 20px; - min-height: 20px; - border-radius: 9999px; - border: none; -} - -tabbar tab indicator, -dnd tab indicator { - min-height: 2px; - border-radius: 2px; - background: alpha(#1A73E8, 0.5); -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -flap > dimming, -leaflet > dimming, -navigation-view > dimming, -overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -flap > border, -leaflet > border, -navigation-view > border, -overlay-split-view > border { - background: none; -} - -flap > shadow, -leaflet > shadow, -navigation-view > shadow, -overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -flap > shadow.left, -leaflet > shadow.left, -navigation-view > shadow.left, -overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.right, -leaflet > shadow.right, -navigation-view > shadow.right, -overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.up, -leaflet > shadow.up, -navigation-view > shadow.up, -overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -flap > shadow.down, -leaflet > shadow.down, -navigation-view > shadow.down, -overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.unfolded stacksidebar.sidebar { - border: none; -} - -.sidebar-pane { - background-color: #FAFAFA; - color: rgba(0, 0, 0, 0.87); - margin-top: 1px; -} - -.sidebar-pane:backdrop { - background-color: #F2F2F2; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.sidebar-pane .navigation-sidebar, -.sidebar-pane headerbar, -.sidebar-pane searchbar > revealer > box { - background-color: transparent; - box-shadow: none; - border: none; -} - -.sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.sidebar-pane flap > dimming, -.sidebar-pane leaflet > dimming, -.sidebar-pane navigation-view > dimming, -.sidebar-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -.sidebar-pane flap > border, -.sidebar-pane leaflet > border, -.sidebar-pane navigation-view > border, -.sidebar-pane overlay-split-view > border { - background: none; -} - -.sidebar-pane flap > shadow, -.sidebar-pane leaflet > shadow, -.sidebar-pane navigation-view > shadow, -.sidebar-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.sidebar-pane flap > shadow.left, -.sidebar-pane leaflet > shadow.left, -.sidebar-pane navigation-view > shadow.left, -.sidebar-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.right, -.sidebar-pane leaflet > shadow.right, -.sidebar-pane navigation-view > shadow.right, -.sidebar-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.up, -.sidebar-pane leaflet > shadow.up, -.sidebar-pane navigation-view > shadow.up, -.sidebar-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane flap > shadow.down, -.sidebar-pane leaflet > shadow.down, -.sidebar-pane navigation-view > shadow.down, -.sidebar-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.sidebar-pane banner > revealer > widget { - background-color: mix(#1A73E8,#FAFAFA,0.7); - color: rgba(0, 0, 0, 0.87); -} - -.sidebar-pane banner > revealer > widget:backdrop { - background-color: mix(#1A73E8,#FAFAFA,0.7); -} - -.sidebar-pane:dir(ltr), .sidebar-pane.end:dir(rtl) { - border-top-left-radius: 18px; -} - -.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -.sidebar-pane:dir(rtl), .sidebar-pane.end:dir(ltr) { - border-top-right-radius: 18px; -} - -.sidebar-pane:dir(rtl), .sidebar-pane:dir(rtl) banner > revealer > widget, .sidebar-pane.end:dir(ltr), .sidebar-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -/* Middle pane in three-pane setups */ -.content-pane .sidebar-pane, -.sidebar-pane .content-pane { - background-color: #FFFFFF; - color: rgba(0, 0, 0, 0.87); -} - -.content-pane .sidebar-pane:backdrop, -.sidebar-pane .content-pane:backdrop { - background-color: #F2F2F2; - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.content-pane .sidebar-pane toolbarview.undershoot-top scrolledwindow > undershoot.top, -.sidebar-pane .content-pane toolbarview.undershoot-top scrolledwindow > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom, -.sidebar-pane .content-pane toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-top > undershoot.top, -.sidebar-pane .content-pane scrolledwindow.undershoot-top > undershoot.top { - box-shadow: none; - background: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-bottom > undershoot.bottom, -.sidebar-pane .content-pane scrolledwindow.undershoot-bottom > undershoot.bottom { - box-shadow: none; - background: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(ltr) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-start:dir(rtl) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(ltr) > undershoot.right { - box-shadow: none; - background: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left, -.sidebar-pane .content-pane scrolledwindow.undershoot-end:dir(rtl) > undershoot.left { - box-shadow: none; - background: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.75), transparent 4px); -} - -.content-pane .sidebar-pane flap > dimming, -.content-pane .sidebar-pane leaflet > dimming, -.content-pane .sidebar-pane navigation-view > dimming, -.content-pane .sidebar-pane overlay-split-view > dimming, -.sidebar-pane .content-pane flap > dimming, -.sidebar-pane .content-pane leaflet > dimming, -.sidebar-pane .content-pane navigation-view > dimming, -.sidebar-pane .content-pane overlay-split-view > dimming { - background: rgba(0, 0, 0, 0.12); -} - -.content-pane .sidebar-pane flap > border, -.content-pane .sidebar-pane leaflet > border, -.content-pane .sidebar-pane navigation-view > border, -.content-pane .sidebar-pane overlay-split-view > border, -.sidebar-pane .content-pane flap > border, -.sidebar-pane .content-pane leaflet > border, -.sidebar-pane .content-pane navigation-view > border, -.sidebar-pane .content-pane overlay-split-view > border { - background: none; -} - -.content-pane .sidebar-pane flap > shadow, -.content-pane .sidebar-pane leaflet > shadow, -.content-pane .sidebar-pane navigation-view > shadow, -.content-pane .sidebar-pane overlay-split-view > shadow, -.sidebar-pane .content-pane flap > shadow, -.sidebar-pane .content-pane leaflet > shadow, -.sidebar-pane .content-pane navigation-view > shadow, -.sidebar-pane .content-pane overlay-split-view > shadow { - min-width: 56px; - min-height: 56px; -} - -.content-pane .sidebar-pane flap > shadow.left, -.content-pane .sidebar-pane leaflet > shadow.left, -.content-pane .sidebar-pane navigation-view > shadow.left, -.content-pane .sidebar-pane overlay-split-view > shadow.left, -.sidebar-pane .content-pane flap > shadow.left, -.sidebar-pane .content-pane leaflet > shadow.left, -.sidebar-pane .content-pane navigation-view > shadow.left, -.sidebar-pane .content-pane overlay-split-view > shadow.left { - background-image: linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to right, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.right, -.content-pane .sidebar-pane leaflet > shadow.right, -.content-pane .sidebar-pane navigation-view > shadow.right, -.content-pane .sidebar-pane overlay-split-view > shadow.right, -.sidebar-pane .content-pane flap > shadow.right, -.sidebar-pane .content-pane leaflet > shadow.right, -.sidebar-pane .content-pane navigation-view > shadow.right, -.sidebar-pane .content-pane overlay-split-view > shadow.right { - background-image: linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to left, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.up, -.content-pane .sidebar-pane leaflet > shadow.up, -.content-pane .sidebar-pane navigation-view > shadow.up, -.content-pane .sidebar-pane overlay-split-view > shadow.up, -.sidebar-pane .content-pane flap > shadow.up, -.sidebar-pane .content-pane leaflet > shadow.up, -.sidebar-pane .content-pane navigation-view > shadow.up, -.sidebar-pane .content-pane overlay-split-view > shadow.up { - background-image: linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to bottom, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane flap > shadow.down, -.content-pane .sidebar-pane leaflet > shadow.down, -.content-pane .sidebar-pane navigation-view > shadow.down, -.content-pane .sidebar-pane overlay-split-view > shadow.down, -.sidebar-pane .content-pane flap > shadow.down, -.sidebar-pane .content-pane leaflet > shadow.down, -.sidebar-pane .content-pane navigation-view > shadow.down, -.sidebar-pane .content-pane overlay-split-view > shadow.down { - background-image: linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.7), alpha(rgba(0, 0, 0, 0.12), 0.14) 40px, alpha(rgba(0, 0, 0, 0.12), 0) 56px), linear-gradient(to top, alpha(rgba(0, 0, 0, 0.12), 0.4), alpha(rgba(0, 0, 0, 0.12), 0.14) 7px, alpha(rgba(0, 0, 0, 0.12), 0) 24px); -} - -.content-pane .sidebar-pane banner > revealer > widget, -.sidebar-pane .content-pane banner > revealer > widget { - background-color: mix(#1A73E8,#FFFFFF,0.7); - color: rgba(0, 0, 0, 0.87); -} - -.content-pane .sidebar-pane banner > revealer > widget:backdrop, -.sidebar-pane .content-pane banner > revealer > widget:backdrop { - background-color: mix(#1A73E8,#FFFFFF,0.7); -} - -.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane:dir(ltr), -.sidebar-pane .content-pane:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(rtl), -.sidebar-pane .content-pane.end:dir(rtl) banner > revealer > widget { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12); -} - -.content-pane .sidebar-pane:dir(rtl), .content-pane .sidebar-pane:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(ltr), .content-pane .sidebar-pane.end:dir(ltr) banner > revealer > widget, -.sidebar-pane .content-pane:dir(rtl), -.sidebar-pane .content-pane:dir(rtl) banner > revealer > widget, -.sidebar-pane .content-pane.end:dir(ltr), -.sidebar-pane .content-pane.end:dir(ltr) banner > revealer > widget { - box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12); -} - -.sidebar-pane .sidebar-pane { - background-color: transparent; - color: inherit; -} - -.top-bar headerbar, .top-bar headerbar:backdrop { - background-color: transparent; - box-shadow: none; -} - -.top-bar .collapse-spacing { - padding: 0; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general */ -@define-color theme_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color */ -@define-color theme_bg_color #F2F2F2; -/* -text widgets and the like base background color */ -@define-color theme_base_color #FFFFFF; -/* -base background color of selections */ -@define-color theme_selected_bg_color #1A73E8; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #F2F2F2; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(0, 0, 0, 0.38); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #FAFAFA; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color rgba(0, 0, 0, 0.87); -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color rgba(0, 0, 0, 0.87); -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #F2F2F2; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #FFFFFF; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #1A73E8; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(0, 0, 0, 0.38); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FFD600; -@define-color error_color #E53935; -@define-color success_color #0F9D58; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #2C2C2C; -@define-color wm_unfocused_bg #2C2C2C; -/* -FIXME this is really an API */ -@define-color content_view_bg #FFFFFF; -@define-color placeholder_text_color #666666; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #FFFFFF; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.7); -@define-color budgie_tasklist_indicator_color_active #1A73E8; -@define-color budgie_tasklist_indicator_color_active_window rgba(29, 85, 158, 0.8075); -@define-color budgie_tasklist_indicator_color_attention #FFD600; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #1A73E8; -@define-color accent_fg_color white; -@define-color accent_color #1A73E8; -@define-color destructive_bg_color #E53935; -@define-color destructive_fg_color white; -@define-color destructive_color #E53935; -@define-color success_bg_color #0F9D58; -@define-color success_fg_color white; -@define-color success_color #0F9D58; -@define-color warning_bg_color #FFD600; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FFD600; -@define-color error_bg_color #E53935; -@define-color error_fg_color white; -@define-color error_color #E53935; -@define-color window_bg_color #F2F2F2; -@define-color window_fg_color rgba(0, 0, 0, 0.87); -@define-color view_bg_color #FFFFFF; -@define-color view_fg_color rgba(0, 0, 0, 0.87); -@define-color headerbar_bg_color #2C2C2C; -@define-color headerbar_fg_color white; -@define-color headerbar_border_color rgba(0, 0, 0, 0.12); -@define-color headerbar_backdrop_color #2C2C2C; -@define-color headerbar_shade_color rgba(0, 0, 0, 0.12); -@define-color card_bg_color #FFFFFF; -@define-color card_fg_color rgba(0, 0, 0, 0.87); -@define-color card_shade_color rgba(0, 0, 0, 0.12); -@define-color dialog_bg_color #FAFAFA; -@define-color dialog_fg_color rgba(0, 0, 0, 0.87); -@define-color popover_bg_color #FFFFFF; -@define-color popover_fg_color rgba(0, 0, 0, 0.87); -@define-color shade_color rgba(0, 0, 0, 0.12); -@define-color scrollbar_outline_color rgba(0, 0, 0, 0.12); diff --git a/themes/.themes/Orchis/index.theme b/themes/.themes/Orchis/index.theme deleted file mode 100644 index c1f2b2a..0000000 --- a/themes/.themes/Orchis/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Orchis -Comment=An flat Materia Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Orchis -MetacityTheme=Orchis -IconTheme=Tela-circle -CursorTheme=Vimix -ButtonLayout=close,minimize,maximize:menu diff --git a/themes/.themes/Orchis/metacity-1/assets/button.svg b/themes/.themes/Orchis/metacity-1/assets/button.svg deleted file mode 100644 index 51c67bf..0000000 --- a/themes/.themes/Orchis/metacity-1/assets/button.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="12"/> -</svg> diff --git a/themes/.themes/Orchis/metacity-1/assets/close.svg b/themes/.themes/Orchis/metacity-1/assets/close.svg deleted file mode 100644 index 1fe0805..0000000 --- a/themes/.themes/Orchis/metacity-1/assets/close.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/> -</svg> diff --git a/themes/.themes/Orchis/metacity-1/assets/maximize.svg b/themes/.themes/Orchis/metacity-1/assets/maximize.svg deleted file mode 100644 index 02d76eb..0000000 --- a/themes/.themes/Orchis/metacity-1/assets/maximize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> -</svg> diff --git a/themes/.themes/Orchis/metacity-1/assets/menu.svg b/themes/.themes/Orchis/metacity-1/assets/menu.svg deleted file mode 100644 index ad8570a..0000000 --- a/themes/.themes/Orchis/metacity-1/assets/menu.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <circle cx="12" cy="12" r="2"/> -</svg> diff --git a/themes/.themes/Orchis/metacity-1/assets/minimize.svg b/themes/.themes/Orchis/metacity-1/assets/minimize.svg deleted file mode 100644 index dc1fa3f..0000000 --- a/themes/.themes/Orchis/metacity-1/assets/minimize.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m8 14h8v2h-8z"/> -</svg> diff --git a/themes/.themes/Orchis/metacity-1/assets/shade.svg b/themes/.themes/Orchis/metacity-1/assets/shade.svg deleted file mode 100644 index 29aeeae..0000000 --- a/themes/.themes/Orchis/metacity-1/assets/shade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m6 14 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> -</svg> diff --git a/themes/.themes/Orchis/metacity-1/assets/unmaximize.svg b/themes/.themes/Orchis/metacity-1/assets/unmaximize.svg deleted file mode 100644 index 9106037..0000000 --- a/themes/.themes/Orchis/metacity-1/assets/unmaximize.svg +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="24" - height="24" - viewBox="0 0 24 24" - fill="#808080" - version="1.1" - id="svg4" - sodipodi:docname="unmaximize.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1368" - inkscape:window-height="711" - id="namedview6" - showgrid="true" - inkscape:zoom="1.8487896" - inkscape:cx="-63.850129" - inkscape:cy="24.233787" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4"> - <inkscape:grid - type="xygrid" - id="grid835" /> - </sodipodi:namedview> - <path - d="m 8,8 v 8 h 8 V 8 Z m 2,2 h 4 v 4 h -4 z" - id="path2" - style="stroke-width:1.33334" - sodipodi:nodetypes="cccccccccc" /> - <path - id="path839" - style="stroke-width:1.33334" - d="M 10 6 L 10 7 L 17 7 L 17 14 L 18 14 L 18 6 L 10 6 z " /> -</svg> diff --git a/themes/.themes/Orchis/metacity-1/assets/unshade.svg b/themes/.themes/Orchis/metacity-1/assets/unshade.svg deleted file mode 100644 index fa98887..0000000 --- a/themes/.themes/Orchis/metacity-1/assets/unshade.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#808080"> - <path d="m18 10-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> -</svg> diff --git a/themes/.themes/Orchis/metacity-1/metacity-theme-2.xml b/themes/.themes/Orchis/metacity-1/metacity-theme-2.xml deleted file mode 100644 index 89784d1..0000000 --- a/themes/.themes/Orchis/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,621 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2020</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="#383838"/> -<constant name="C_titlebar_unfocused" value="#303030"/> -<constant name="C_highlight_focused" value="blend/#383838/#ffffff/0.1"/> -<constant name="C_highlight_unfocused" value="blend/#303030/#ffffff/0.1"/> -<constant name="C_title_focused" value="blend/#383838/#ffffff/1"/> -<constant name="C_title_unfocused" value="blend/#303030/#ffffff/0.7"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis/metacity-1/metacity-theme-3.xml b/themes/.themes/Orchis/metacity-1/metacity-theme-3.xml deleted file mode 100644 index cae97e2..0000000 --- a/themes/.themes/Orchis/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,648 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Orchis</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2021</date> - <description>Orchis Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> -<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="13"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="0"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="2"/> - <distance name="right_width" value="2"/> - <distance name="bottom_height" value="2"/> - <distance name="title_vertical_pad" value="2"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> - <distance name="title_vertical_pad" value="4"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="highlight_focused"> - <line color="C_highlight_focused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_focused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="highlight_unfocused"> - <line color="C_highlight_unfocused" x1="4" y1="0" x2="width - 5" y2="0"/> - <arc color="C_highlight_unfocused" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> - <include name="highlight_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> - <include name="highlight_unfocused"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <include name="close_focused"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_unfocused"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <include name="maximize_focused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_unfocused"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <include name="unmaximize_focused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_unfocused"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <include name="minimize_focused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_unfocused"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/themes/.themes/Orchis/metacity-1/thumbnail.png b/themes/.themes/Orchis/metacity-1/thumbnail.png deleted file mode 100644 index 080e3b1..0000000 Binary files a/themes/.themes/Orchis/metacity-1/thumbnail.png and /dev/null differ diff --git a/themes/.themes/Orchis/plank/dock.theme b/themes/.themes/Orchis/plank/dock.theme deleted file mode 100644 index 5ee9deb..0000000 --- a/themes/.themes/Orchis/plank/dock.theme +++ /dev/null @@ -1,66 +0,0 @@ -#This file based on: -#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme - -[PlankTheme] -#The roundness of the top corners. -TopRoundness=18 -#The roundness of the bottom corners. -BottomRoundness=0 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;0 -#The starting color (RGBA) of the fill gradient. -FillStartColor=0;;0;;0;;153 -#The ending color (RGBA) of the fill gradient. -FillEndColor=0;;0;;0;;153 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=0;;0;;0;;0 - -[PlankDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=1 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=2 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=1 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=2 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=0 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=150 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=250 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 -#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. -ItemMoveTime=450 -#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. -CascadeHide=true -#The color (RGBA) of the badge displaying urgent count -BadgeColor=229;;57;;53;;1 diff --git a/themes/.themes/Orchis/xfwm4/bottom-active.png b/themes/.themes/Orchis/xfwm4/bottom-active.png deleted file mode 100644 index b146ab2..0000000 Binary files a/themes/.themes/Orchis/xfwm4/bottom-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/bottom-inactive.png b/themes/.themes/Orchis/xfwm4/bottom-inactive.png deleted file mode 100644 index b146ab2..0000000 Binary files a/themes/.themes/Orchis/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/bottom-left-active.png b/themes/.themes/Orchis/xfwm4/bottom-left-active.png deleted file mode 100644 index 58fc04c..0000000 Binary files a/themes/.themes/Orchis/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/bottom-left-inactive.png b/themes/.themes/Orchis/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 58fc04c..0000000 Binary files a/themes/.themes/Orchis/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/bottom-right-active.png b/themes/.themes/Orchis/xfwm4/bottom-right-active.png deleted file mode 100644 index a573efe..0000000 Binary files a/themes/.themes/Orchis/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/bottom-right-inactive.png b/themes/.themes/Orchis/xfwm4/bottom-right-inactive.png deleted file mode 100644 index a573efe..0000000 Binary files a/themes/.themes/Orchis/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/close-active.png b/themes/.themes/Orchis/xfwm4/close-active.png deleted file mode 100644 index ac758ef..0000000 Binary files a/themes/.themes/Orchis/xfwm4/close-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/close-inactive.png b/themes/.themes/Orchis/xfwm4/close-inactive.png deleted file mode 100644 index 1c26088..0000000 Binary files a/themes/.themes/Orchis/xfwm4/close-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/close-prelight.png b/themes/.themes/Orchis/xfwm4/close-prelight.png deleted file mode 100644 index 89b25f7..0000000 Binary files a/themes/.themes/Orchis/xfwm4/close-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/close-pressed.png b/themes/.themes/Orchis/xfwm4/close-pressed.png deleted file mode 100644 index 054bf82..0000000 Binary files a/themes/.themes/Orchis/xfwm4/close-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/hide-active.png b/themes/.themes/Orchis/xfwm4/hide-active.png deleted file mode 100644 index cb6a22c..0000000 Binary files a/themes/.themes/Orchis/xfwm4/hide-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/hide-inactive.png b/themes/.themes/Orchis/xfwm4/hide-inactive.png deleted file mode 100644 index 5d19105..0000000 Binary files a/themes/.themes/Orchis/xfwm4/hide-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/hide-prelight.png b/themes/.themes/Orchis/xfwm4/hide-prelight.png deleted file mode 100644 index 48627d1..0000000 Binary files a/themes/.themes/Orchis/xfwm4/hide-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/hide-pressed.png b/themes/.themes/Orchis/xfwm4/hide-pressed.png deleted file mode 100644 index 51f9f0b..0000000 Binary files a/themes/.themes/Orchis/xfwm4/hide-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/left-active.png b/themes/.themes/Orchis/xfwm4/left-active.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis/xfwm4/left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/left-inactive.png b/themes/.themes/Orchis/xfwm4/left-inactive.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis/xfwm4/left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/maximize-active.png b/themes/.themes/Orchis/xfwm4/maximize-active.png deleted file mode 100644 index 40c1a58..0000000 Binary files a/themes/.themes/Orchis/xfwm4/maximize-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/maximize-inactive.png b/themes/.themes/Orchis/xfwm4/maximize-inactive.png deleted file mode 100644 index 086415a..0000000 Binary files a/themes/.themes/Orchis/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/maximize-prelight.png b/themes/.themes/Orchis/xfwm4/maximize-prelight.png deleted file mode 100644 index ba050fb..0000000 Binary files a/themes/.themes/Orchis/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/maximize-pressed.png b/themes/.themes/Orchis/xfwm4/maximize-pressed.png deleted file mode 100644 index 9a6a692..0000000 Binary files a/themes/.themes/Orchis/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/maximize-toggled-active.png b/themes/.themes/Orchis/xfwm4/maximize-toggled-active.png deleted file mode 100644 index edeaebf..0000000 Binary files a/themes/.themes/Orchis/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/maximize-toggled-inactive.png b/themes/.themes/Orchis/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index 250bbbc..0000000 Binary files a/themes/.themes/Orchis/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/maximize-toggled-prelight.png b/themes/.themes/Orchis/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 0c397d0..0000000 Binary files a/themes/.themes/Orchis/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/maximize-toggled-pressed.png b/themes/.themes/Orchis/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index e7ee6dd..0000000 Binary files a/themes/.themes/Orchis/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/menu-active.png b/themes/.themes/Orchis/xfwm4/menu-active.png deleted file mode 100644 index 8aa1c4a..0000000 Binary files a/themes/.themes/Orchis/xfwm4/menu-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/menu-inactive.png b/themes/.themes/Orchis/xfwm4/menu-inactive.png deleted file mode 100644 index 1c2bb2f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/menu-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/menu-prelight.png b/themes/.themes/Orchis/xfwm4/menu-prelight.png deleted file mode 100644 index 70c2b37..0000000 Binary files a/themes/.themes/Orchis/xfwm4/menu-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/menu-pressed.png b/themes/.themes/Orchis/xfwm4/menu-pressed.png deleted file mode 100644 index 78e13ec..0000000 Binary files a/themes/.themes/Orchis/xfwm4/menu-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/right-active.png b/themes/.themes/Orchis/xfwm4/right-active.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis/xfwm4/right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/right-inactive.png b/themes/.themes/Orchis/xfwm4/right-inactive.png deleted file mode 100644 index a894156..0000000 Binary files a/themes/.themes/Orchis/xfwm4/right-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/shade-active.png b/themes/.themes/Orchis/xfwm4/shade-active.png deleted file mode 100644 index a9f0799..0000000 Binary files a/themes/.themes/Orchis/xfwm4/shade-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/shade-inactive.png b/themes/.themes/Orchis/xfwm4/shade-inactive.png deleted file mode 100644 index 6314101..0000000 Binary files a/themes/.themes/Orchis/xfwm4/shade-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/shade-prelight.png b/themes/.themes/Orchis/xfwm4/shade-prelight.png deleted file mode 100644 index f55973d..0000000 Binary files a/themes/.themes/Orchis/xfwm4/shade-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/shade-pressed.png b/themes/.themes/Orchis/xfwm4/shade-pressed.png deleted file mode 100644 index 0305e6d..0000000 Binary files a/themes/.themes/Orchis/xfwm4/shade-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/shade-toggled-active.png b/themes/.themes/Orchis/xfwm4/shade-toggled-active.png deleted file mode 100644 index dc39e24..0000000 Binary files a/themes/.themes/Orchis/xfwm4/shade-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/shade-toggled-inactive.png b/themes/.themes/Orchis/xfwm4/shade-toggled-inactive.png deleted file mode 100644 index 13917cc..0000000 Binary files a/themes/.themes/Orchis/xfwm4/shade-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/shade-toggled-prelight.png b/themes/.themes/Orchis/xfwm4/shade-toggled-prelight.png deleted file mode 100644 index 1717515..0000000 Binary files a/themes/.themes/Orchis/xfwm4/shade-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/shade-toggled-pressed.png b/themes/.themes/Orchis/xfwm4/shade-toggled-pressed.png deleted file mode 100644 index b9987b5..0000000 Binary files a/themes/.themes/Orchis/xfwm4/shade-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/stick-active.png b/themes/.themes/Orchis/xfwm4/stick-active.png deleted file mode 100644 index f4eecec..0000000 Binary files a/themes/.themes/Orchis/xfwm4/stick-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/stick-inactive.png b/themes/.themes/Orchis/xfwm4/stick-inactive.png deleted file mode 100644 index ecd8b31..0000000 Binary files a/themes/.themes/Orchis/xfwm4/stick-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/stick-prelight.png b/themes/.themes/Orchis/xfwm4/stick-prelight.png deleted file mode 100644 index 803e5e9..0000000 Binary files a/themes/.themes/Orchis/xfwm4/stick-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/stick-pressed.png b/themes/.themes/Orchis/xfwm4/stick-pressed.png deleted file mode 100644 index 8e283ef..0000000 Binary files a/themes/.themes/Orchis/xfwm4/stick-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/stick-toggled-active.png b/themes/.themes/Orchis/xfwm4/stick-toggled-active.png deleted file mode 100644 index 00e8eae..0000000 Binary files a/themes/.themes/Orchis/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/stick-toggled-inactive.png b/themes/.themes/Orchis/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index c3b79f8..0000000 Binary files a/themes/.themes/Orchis/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/stick-toggled-prelight.png b/themes/.themes/Orchis/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index f521249..0000000 Binary files a/themes/.themes/Orchis/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/stick-toggled-pressed.png b/themes/.themes/Orchis/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index d2a3c37..0000000 Binary files a/themes/.themes/Orchis/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/themerc b/themes/.themes/Orchis/xfwm4/themerc deleted file mode 100644 index cb238f0..0000000 --- a/themes/.themes/Orchis/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=6 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afafaf -active_text_shadow_color=#252525 - -inactive_text_color=#808080 -inactive_text_shadow_color=#252525 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/themes/.themes/Orchis/xfwm4/title-1-active.png b/themes/.themes/Orchis/xfwm4/title-1-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-1-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-1-inactive.png b/themes/.themes/Orchis/xfwm4/title-1-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-2-active.png b/themes/.themes/Orchis/xfwm4/title-2-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-2-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-2-inactive.png b/themes/.themes/Orchis/xfwm4/title-2-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-3-active.png b/themes/.themes/Orchis/xfwm4/title-3-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-3-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-3-inactive.png b/themes/.themes/Orchis/xfwm4/title-3-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-4-active.png b/themes/.themes/Orchis/xfwm4/title-4-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-4-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-4-inactive.png b/themes/.themes/Orchis/xfwm4/title-4-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-5-active.png b/themes/.themes/Orchis/xfwm4/title-5-active.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-5-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/title-5-inactive.png b/themes/.themes/Orchis/xfwm4/title-5-inactive.png deleted file mode 100644 index 6e5f54f..0000000 Binary files a/themes/.themes/Orchis/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/top-left-active.png b/themes/.themes/Orchis/xfwm4/top-left-active.png deleted file mode 100644 index 822b746..0000000 Binary files a/themes/.themes/Orchis/xfwm4/top-left-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/top-left-inactive.png b/themes/.themes/Orchis/xfwm4/top-left-inactive.png deleted file mode 100644 index 822b746..0000000 Binary files a/themes/.themes/Orchis/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/top-right-active.png b/themes/.themes/Orchis/xfwm4/top-right-active.png deleted file mode 100644 index e0ddfc2..0000000 Binary files a/themes/.themes/Orchis/xfwm4/top-right-active.png and /dev/null differ diff --git a/themes/.themes/Orchis/xfwm4/top-right-inactive.png b/themes/.themes/Orchis/xfwm4/top-right-inactive.png deleted file mode 100644 index e0ddfc2..0000000 Binary files a/themes/.themes/Orchis/xfwm4/top-right-inactive.png and /dev/null differ